Quote:
Originally Posted by dustoff99
Installed and works great.
However when I hover over the Join hyperlink, is their an option to disable displaying the password?
If not, is their an option to only show this block to certain groups?
I don't want anyone that visits my board to know that information.
PS still new to vB 
|
You can edit the tsviewer_overall template and wrap the content in the following tags:
PHP Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">
...
</vb:if>
where 1,2,3 are the ids of the usergroups you want the viewer to be visible.