1

Topic: Rank

I wana move the rank from over the photo (user/admin/mod) to under the photo how can i do that



http://lachare.com

Re: Rank

Find these lines in viewtopic.php?

<dd class="usertitle"><strong><?php echo $user_title ?></strong></dd>
<dd class="postavatar"><?php echo $user_avatar ?></dd>

?and try switching them around:

<dd class="postavatar"><?php echo $user_avatar ?></dd>
<dd class="usertitle"><strong><?php echo $user_title ?></strong></dd>

Re: Rank

Moved to modifications.

Looking for a certain modification for your forum? Please take a look here before posting.