PDA

View Full Version : How to Hide Active Members


Boko577
04-17-2010, 07:48 AM
Did a search for this and out of the 4 threads that came up, they had nothing related to this. So... How can you get rid of the active members stat in the stats at the bottom?

borbole
04-17-2010, 11:50 AM
Did a search for this and out of the 4 threads that came up, they had nothing related to this. So... How can you get rid of the active members stat in the stats at the bottom?

At the FORUMEHOME template find and remove the following code:

<vb:if condition="$show['activemembers']">
<dt>{vb:rawphrase active_members}</dt>
<dd>{vb:raw activemembers}</dd>
</vb:if>