
11-04-2009, 11:57 AM
|
 |
|
|
Join Date: Dec 2005
Location: scotland
Posts: 693
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mastertek2000
navbar links
hi i run a jeep site and we have a ftp we post our trip pics and videos when we go wheeling at this point you have to enter a P/W every time to enter how can i make the navbar link privet to only paid members can see it thanks in advance
Code:
<td class="vbmenu_control"><a href="http://usajeepowners.com/usajeepownersfiles/">File section</a></td>
|
Code:
<if condition="$post['usergroupid'] == 6"><td class="vbmenu_control"><a href="http://usajeepowners.com/usajeepownersfiles/">File section</a></td> </if>
change the number 6 to the usergroup id number you wish to show the link to
see here for more vbulletin conditionals
https://vborg.vbsupport.ru/showthread.php?t=215032
|