PDA

View Full Version : Hide Usernames In Specific Forum


Prohibit
11-08-2010, 08:03 PM
I need a way to make a forum where username/info is not displayed.

Is this possible? I searched for mods, but couldn't find anything.

Lynne
11-08-2010, 10:52 PM
I think you'd have to edit the template and put a condition around the code.
<vb:if condition="$thread['forumid'] == 2">
stuff
</vb:if>