In my navbar template I did a modification but it didn't work..
I replaced this;
with this below;
(user ID-9 is an usergroup for testing some functions) so only the user group ID = 9 members must can view Member List link in navbar. But it didn't happen like this.. What can I do? Thanx...
(in vbulletin.org there isn't any information about this..
)
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>
(in vbulletin.org there isn't any information about this..

Comment