The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Well, how to add a entry in a template which only a non-logined User can see ? Thanks alot.
|
#2
|
|||
|
|||
![]()
You can use <if condition="is_member_of($bbuserinfo, X)"></if>
where X is equal the UserGroup ID of guests. |
#3
|
||||
|
||||
![]() Code:
<if condition="is_member_of($vbulletin->userinfo, 1)">CODE</if> Code:
<if condition="$vbulletin->userinfo['userid'] == 0">CODE</if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|