The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Navigation Manager Enhancements Details »» | |||||||||||||||||||||||||||||||
This Add-on enhances the functionality of the Navigation Manager (vBulletin 4.2.0 Alpha 1 or higher) in various ways.
Planned Features These features are planned for a later release
Download Now
Show Your Support
|
23 благодарности(ей) от: | ||
afmarko99, allisondk, AusPhotography, BCP Hung, CharlieDelta, CLaNZeR, Cyberblade, edyy, Fabisch, Gn_Snake, Hippy, howiulf, hqarrse, K4GAP, kether1, lolly01, Maddrax, OlijO, rbc, RichieBoy67, SilverBoy, TheLastSuperman, Trangalleiro |
Comments |
#132
|
|||
|
|||
Hi Andreas
Thanks for a great Add-on works well. Is there anyway we can wrap the buttons when it get to a certain amount so we get a double navigation bar. Or specify how many rows they are displayed across? I am merging my website into my forums with custom pages and would like a double row of buttons to accomodate all the pages. Cheers Sean. |
#133
|
|||
|
|||
how can i make the highlight stay on for more than a few scripts? it erases them after i type it in. I have five custom pages that are "channels"
I enter it like stream1.stream2.stream3.stream4.stream5 but it cuts off the last two scripts. the tab mod from before didnt do this. EDIT. it works if you append the parent id to url and then do the same on all the links. it doenst seem to be as smooth as when it just uses the php scripts though. it works if you click from the menu bar but if you link directly to the php it does not. if you use the script it will light up regardless of how you get to it, thats why its better. now you have to add the tab id to every link to a php page if you want it to light up. that sucks. Using the allow/not allow for usergroups doesnt actually protect the page does it? just who can view the menu item, correct? so if they know the url they can still see it. I add this on my custom php pages: if (!$vbulletin->userinfo['userid']) { print_no_permission(); } if (!is_member_of($vbulletin->userinfo, 6, 18)) { // no permission if you aren't a member of usergroupid 6, 18 print_no_permission(); } just change user id to whatever the group is. |
#134
|
||||
|
||||
@Wilford - yes Navigation Manager only hide/reveals menu items - it does nothing to control page access (nor should it).
Your code snippets are one approach to the permission problem. If you make your custom page a plugin product, you can parameterise the member usergroups (or anything) that applies to the security you want to implement. Kym |
#135
|
|||
|
|||
Quote:
Code:
define('THIS_SCRIPT', 'xxx'); Then in Navigation specify xxx in the Tab Script's box Any sub links I then also use the same reference and it stays highlighted. Quote:
Code:
<if condition="is_member_of($bbuserinfo, 6) or is_member_of($bbuserinfo, 5) or is_member_of($bbuserinfo, 7)"> <else /> </if> Sean. |
#136
|
||||
|
||||
I get this error when I try to upgrade from beta 3 to beta 4:
Quote:
EDIT: I'm an idiot, I uploaded the files to the wrong site... it works now |
#137
|
|||
|
|||
How do you use HTML to change the font color of a menu item. When I put this in the Title of a menu item:
Code:
<span style="color:green;font-weight:bold;">Renew/Extend Your Membership</span> Quote:
Quote:
|
#138
|
||||
|
||||
Andreas is @Forumcon in the USA -- there are a few issues with this tool -- I'm sure he will attend to them when he returns
The title is too long which is why you get the error. For HTML it needs to have a short title |
#139
|
||||
|
||||
Quote:
Code:
<font color="green"><b>Renew/Extend Your Membership</b></font> |
#140
|
|||
|
|||
Still getting this error:
Quote:
|
#141
|
|||
|
|||
Two issues still can't figure out:
1) when one hovers over the menu it doesn't drop down automatically for the user - they have to click on it 2) when I have the tab parent set as a link when you click on it nothing happens - would be nice to allow the link to be active. Any ideas how to fix the above? thanks good extension |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|