The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have a block of text i only want to show to logged in people.
How do I do this eg <show to members logged in only>block of text</finish only show to members logged in> will be part of the header |
|
#2
|
||||
|
||||
|
Usually something like:
HTML Code:
<if condition="!$show['guest']"> stuff </if> HTML Code:
<if condition="$show['member']"> stuff </if> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|