The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to mod this piece of code: Mark Forums Read View Forum Leaders Text....
I don't want it displayed if guest... Code:
<div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div> |
|
#2
|
||||
|
||||
|
Then put a condition around it to only show it to members:
HTML Code:
<if condition="$show['member']"> stuff </if> |
|
#3
|
|||
|
|||
|
Thanks Lynne! Problem Solved.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|