The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
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. |
#63
|
||||
|
||||
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. |
#64
|
|||
|
|||
Quote:
Set a conditional for the people you do want to see it- Code:
<if condition="$bbuserinfo[usergroupid]== '2' ></if> |
#65
|
||||
|
||||
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:
|
#66
|
||||
|
||||
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?? |
#67
|
||||
|
||||
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:
|
#68
|
||||
|
||||
I am using CMPS as well. I think that is the same one.. I got it here http://www.vbadvanced.com
|
#69
|
||||
|
||||
where is that file located? Is it an actual .php file or a template?
|
#70
|
||||
|
||||
found it, works great! Thank you
|
#71
|
|||
|
|||
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> or <td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> Any help? |
#72
|
||||
|
||||
Jaxx
I don't know if this will help. I also use Photopost. These are the instuctions that I wrote down for myself for future use in case I had these problems again. You will have to replace all the "your_website.com" with the name of your web site. I had to do the following to get the VB header and footer to work in the gallery area. Go to the gallery area and empty all the code in the file "header-inc.php" and replace it with: PHP Code:
Now go to your vBulletin templates in your ADMINCP and do the following changes: In the headerinclude template. Find: Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script> <if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js"></script></if> Code:
<script type="text/javascript" src="<A href="http://geocachingmaine.org/forum/clientscript/vbulletin_global.js"></script">http://geocachingmaine.org/forum/clientscript/vbulletin_global.js"></script> <if condition="$show['popups']"><script type="text/javascript" src="<A href="http://geocachingmaine.org/forum/clientscript/vbulletin_menu.js"></script></if>[/CODE">http://geocachingmaine.org/forum/clientscript/vbulletin_menu.js"></script></if> Find: Code:
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> - <a href="$vboptions[homeurl]">$vboptions[hometitle]</a> - <if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> <!-- - <a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> - --> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> Code:
<!-- attroll foot mod for gallery --> <a href="<A href="http://geocachingmaine.org/forum/sendmessage.php">$vbphrase[contact_us]</a">http://geocachingmaine.org/forum/sendmessage.php">$vbphrase[contact_us]</a> - <a href="$vboptions[homeurl]">$vboptions[hometitle]</a> - <if condition="$show['admincplink']"><a href="<A href="http://geocachingmaine.org/forum/admincp/index.php?$session[sessionurl]">$vbphrase[admin]</a">http://geocachingmaine.org/forum/admincp/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="<A href="http://geocachingmaine.org/forum/modcp/index.php?$session[sessionurl]">$vbphrase[mod]</a">http://geocachingmaine.org/forum/modcp/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if> <if condition="$vboptions['archiveenabled']"><a href="<A href="http://geocachingmaine.org/forum/archive/index.php">$vbphrase[archive]</a">http://geocachingmaine.org/forum/archive/index.php">$vbphrase[archive]</a> -</if> <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <a href="http://geocachingmaine.org/forum/#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> <!-- / attroll foot mod for gallery --> |
#73
|
|||
|
|||
Quote:
|
#74
|
||||
|
||||
I don't know who that post was intented for. I am still using it on my site. I have it on the CMPS frontpage, forums, and the Gallery.
|
#75
|
|||
|
|||
I have a question. Once you add an item to the navbar such as a link to a photogallery, how do you get this to display accurately in the breadcrumbs when the user goes there?
I don't quite understand this step. |
#76
|
|||
|
|||
hey i have a problem. i cant find out how to make a space to separate my second nav bar and my stats or portal from separting. heres a screenshot of wat i mean.
Thanks In Advance my site is www.nextelelite.com if you wanna look |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|