![]() |
Which problem ? Usergroup Access ?
|
yeah it doesn't seem to care about the usergroup id's ... unregistered users can still see the menu.
|
From your code:
Code:
$id = intval ($dynamic_line[0]); Whatever $break is, it's throwing off the index of the array. $usergroups is actually at position 8 according to your documentation: Quote:
|
Can i ask a question to the author or to any user of this hack?
I would know if, after creating a new tab , if clicked, the new tab, will be blank? |
Hi, I am new to VBulletin, I have installed the addon successfully but have no idea how to edit the menu, for example modify the test links.
Any pointers as to where I can find information to accomplish this would be much appreciated. Pete |
@Boots:
I don't know, why there is the value $break. I saw that it was "an older" php script. The $break value is $target. But ... I've upgraded the version to PL1. @markopete: In your AdminCP - vBulletin Settings. Scroll down to Dynamic Navbar. |
Quote:
Excellent mod! |
why isn't there a navbar (and for that matter, a standard menu/button/link editor) for vB, for all the navbars and menu's?
can this be converted into a mode admin-able GUI, where it's simply a matter of clicking "Add a link to the navbar", "add a sub category if this navbar". "add a drop down to this link"? Then....this becomes a mandatory mod. |
I tried the following code in navbar in VB4 and it is not working. Will this mod fix that?
<!-- second nav button row --> <div align="center"><table class="tborder" cellpadding="2"cellspacing="3"border=0" width="90%" align="center" style="border-top-width:0px"> <tr> <if condition="is_member_of($vbulletin->userinfo, 11)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio2/Audio2Phunt.html">Audio Resources for Purpose Hunters</a></td></if> <if condition="is_member_of($vbulletin->userinfo, 11)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/PDF/User2PHunter.html">File Resources for Purpose Hunters </a></td></if> <if condition="is_member_of($vbulletin->userinfo, 13)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio3/Audio3trainedc.html">Audio Resources for Trained Coaches</a></td></if> <if condition="is_member_of($vbulletin->userinfo, 13)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/PDF/User3Trained.html">File Resources for Trained Coaches </a></td></if> </tr> <tr> <if condition="is_member_of($vbulletin->userinfo, 12, 10, 9, 6)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio4/Audio4Certs.html">Audio Resources for Certified Coaches</a></td></if> <if condition="is_member_of($vbulletin->userinfo, 12, 10, 9, 6)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/PDF/User4Certifying.html">File Resources for Certified Coaches </a></td></if> <if condition="is_member_of($vbulletin->userinfo, 1, 4, 2, 3, 5, 7)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio1/Audio1.html">Audio Resources</a></td></if> <if condition="is_member_of($vbulletin->userinfo, 1, 2)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/PDF/User1.html">File Resources</a></td></if> <if condition="is_member_of($vbulletin->userinfo, 4, 3, 5, 7)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/PDF/User0Visitor.html">File Resources</a></td></if></tr> </div> <!-- / second nav button row --> |
try it ....
|
All times are GMT. The time now is 01:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|