PDA

View Full Version : How do i remove the Currently Active Users: section ?



djpassion
Tue 16th Sep '08, 11:52am
Id like to change it from this

[/URL]

to just this

[URL="http://www.imagehosting.com/"] (http://www.imagehosting.com/)

what template do i need to edit etc ?

thanks in advance,

Lynne
Tue 16th Sep '08, 1:29pm
Edit your FORUMHOME template. Find these lines:


<if condition="$show['loggedinusers']">
<!-- logged-in users -->
And these lines below that:

<!-- end logged-in users -->
</if>
Edit out everything between them, inclusive.

djpassion
Tue 16th Sep '08, 3:10pm
Doing that also also removes the "Users active in the past 24 hours" and "Members currently in Chat" sections too.....

djpassion
Tue 16th Sep '08, 3:13pm
Oh i've done it now. Thanks Lynne.