The Arcive of vBulletin Modifications Site. |
|
|
#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']
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|