The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
In my navbar template I did a modification but it didn't work..
I replaced this; Code:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> Code:
<if condition="$bbuserinfo['userid'] == 9"> <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> </if> |
#2
|
|||
|
|||
![]()
Use
Code:
<if condition="is_member_of($bbuserinfo, 9)"> bah bah </if> |
#3
|
||||
|
||||
![]()
Thanx.. It was from my carelessnes..
![]() $bbuserinfo['userid'] must be >> $bbuserinfo['usergroupid'] ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|