The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
I want show my notice only for unregistered. How Can I do this? I want do this with style, not notice from Admin Panel. Its for fuzzy SEO mod, I want show this only for spiders/unregistered. Something like this: <vb:if condition="$notloggedinuser">{vb:raw seoqueries}</vb:if> |
|
#2
|
||||
|
||||
|
you would use the following conditional
Code:
<vb:if condition="$show['guest']">{vb:raw seoqueries}</vb:if>
|
|
#3
|
||||
|
||||
|
Code:
<h2>{vb:raw seoqueries}</h2>
|
![]() |
|
|