is this the forumdisplay.php file that should be edited..im using v 3.7
Quote:
Originally Posted by Andreas
Well, sometimes I'm a bit lazy, sorry
If you open Template FORUMDISPLAY and scroll down approx. 40% qou will find a section of HTML Code starting with
HTML Code:
<!-- Active Users in this Forum (and sub-forums) and Moderators -->
In this Section you can find
HTML Code:
<if condition="$show['activeusers']">
<td class="alt1"><div class="smallfont">$activeusers</div></td>
</if>
These are the active Users. Move this to the place you would like to have it.
|