![]() |
Yes thats a site of mine but not the one I am currently working on. The one thats got the forum isnt open yet I am just installing all the hacks I want then Ill open it.
I moved the ushop back to the regular navbar and it works. |
This I have had installed for a while but I have added an additional dropdown. This new dropdown is viewable and usable by all none members which I dont want.
How can I hide this new dropdown menu from none members? Thanks. |
Quote:
Set a conditional for the people you do want to see it- Code:
<if condition="$bbuserinfo[usergroupid]== '2' ></if> |
With respect, Im a follower not a leader :)
So I presume this code would go infront of what ever line in the menu I dont want the choosen usergroup to see or use. IE: FROM: <!-- Setup for drop down menu #2 in navbar --> <td id="dropdown2" class="vbmenu_control"><a href="#dropdown2">GSM Calculators</a> <script type="text/javascript"> vbmenu_register("dropdown2"); </script></td> <!-- / Setup for down menu #2 in navbar--> TO: <!-- Setup for drop down menu #2 in navbar --> <if condition="$bbuserinfo[usergroupid]== '2' ><td id="dropdown2" class="vbmenu_control"><a href="#dropdown2">GSM Calculators</a> <script type="text/javascript"> vbmenu_register("dropdown2"); </script></td></if> <!-- / Setup for down menu #2 in navbar--> Thanks. Quote:
|
I have been looking looking for and working on this exact thing! Thank you so much.. One thing, and I am sorry if this was addressed and I missed it.
I am running vb 3.0.3 with vBadvanced CMPS v1.0.0, the second navbar works fine but won't display on my portal. Is there something I missed?? |
I don't know what portal you are using. I am using CMPS.
To get this additional navbar working on the CMPS frontpage I had to go into my includes/vba_cmps_include_bottom.php and do the following: Find: PHP Code:
PHP Code:
|
I am using CMPS as well. I think that is the same one.. I got it here http://www.vbadvanced.com
|
where is that file located? Is it an actual .php file or a template?
|
found it, works great! Thank you
|
Just installed this but having an issue.
http://www.ahazi.org if you go into the gallery, you will notice that my drop downs vanish. Not sure as to what is wrong here. Basically, anything that is posted as: Code:
<td id="journalnavbar" class="vbmenu_control"><a href="#journalnavbar">Journal</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td> Any help? |
All times are GMT. The time now is 04:58 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:
|