PDA

View Full Version : navbar


mastertek2000
11-04-2009, 09:31 AM
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



<td class="vbmenu_control"><a href="http://usajeepowners.com/usajeepownersfiles/">File section</a></td>

tipoboy
11-04-2009, 11:57 AM
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



<td class="vbmenu_control"><a href="http://usajeepowners.com/usajeepownersfiles/">File section</a></td>


<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

mastertek2000
11-04-2009, 02:25 PM
thanks this helps me out a lot