PDA

View Full Version : How can I hide all the statistics


infun
09-01-2011, 09:11 PM
How can I hide all the statistics on forumhome from guests?

Lynne
09-01-2011, 11:11 PM
Put a condition around the code you don't want guests to see:

<vb:if condition="$show['member']">
code you don't want guests to see
</vb:if>