The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
3.7.2 PL1 - Hide Forum Leaders until logged in?
How do I hide the Forum Leader's listing from showing to the public/non-logged in visitors?
Thank you! |
#2
|
||||
|
||||
It isn't an option - you would have to modify a template to not show the link to non-logged in users. In your FORUMHOME template you will see a line like this:
HTML Code:
<if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if> HTML Code:
<if condition="!$show['guest']"> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|