The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
Please take a look at this screenshot. ![]() Those items that I drew the red box around... I do not want them to show up for guests. I only want that to show up for registered users. I'm guessing I just need to modify the FORUMDISPLAY template, right? How do I do this? I have attached a copy of my forumdisplay template. Thanks! |
#2
|
|||
|
|||
![]()
Oh, I think I just figured it out on my own, but can someone please tell me if I did it right?
I added: <if condition="$show['member']"> Just before: <!-- icon key --> and then: </if> Just after: <!-- / forum rules & forum jump --> Is that okay? Also, in that same screenshot where it shows the Moderators... how do I make it so it does not show the Moderators. I want to display options to only show the sort options, I do not want the names of Moderators to show up. |
#3
|
|||
|
|||
![]() Quote:
HTML Code:
<if condition="$show['moderators']"> <td class="alt1"><div class="smallfont">$moderatorslist </div></td> </if> HTML Code:
<if condition="$show['moderators']"> <td class="tcat">$vbphrase[moderators]</td> </if> HTML Code:
<if condition="$show['moderators']"> <td class="thead">$vbphrase[moderators] : $totalmods</td> </if> |
#4
|
|||
|
|||
![]()
Thanks bananalive!
So now it looks like this: ![]() How can I get it all on one line to make it look like this: ![]() Thanks again ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|