Topic: Rank
I wana move the rank from over the photo (user/admin/mod) to under the photo how can i do that
You are not logged in. Please login or register.
I wana move the rank from over the photo (user/admin/mod) to under the photo how can i do that
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>
Moved to modifications.
Powered by PunBB, supported by Informer Technologies, Inc.