![]() |
Looks like you have added the code
align="center" to the drop down tables, remove that and all should work fine, its just the ones in the drop down sections, not the main table. |
Quote:
There must be another reason its doing that? |
I just looked and its still in
Quote:
|
Oops! Sorry, those were put there at the start when I added the top nav bar because (when I removed the extra links you had in there) the drop down was not immediately beneath its associated link. I only had 3 links in the nav bar to start with and 2 were drop downs and both were way off to the left. However it didnt fix the problem and I should have removed them.
Even now, although it is much better because I have added more links, the drop downs are off to the left of their associated link somewhat. Im not complaining though, Im just happy to be able to use you mod. Thanks for your help, I really do appreciate that you have taken the time to help me with this. Regards, Mel |
lol I know your not complaining :D
Its just strange as i am using the same code as you and I am ok, the only thing different was the center code. Woundering if its something on the vbadvanced page :S |
Hey I have HAcked this Mod All Up , I need to consolidate alot of my links to a single drop down can someone aid me please ... Heres My Top Nav Template After I got my hands on it
HTML Code:
<!--######## start of navbar2 ########--> Hide All To Guest But Home Donations Sweepstakes Top Truck Sponsors FAQ Bombers Gear And Create A Drop Down Titled Bomb Site With child's OF Referrals http://www.dieselbombers.com/referrers.php TOP TRUCK http://www.dieselbombers.com/info/toptruck.htm Sponsors http://www.dieselbombers.com/info/sponsors.htm Members List http://www.dieselbombers.com/memberlist.php All To Open a New Page Thanks Alot to anyone who can help me Get this right Everytime i Try to edit the Nav Bar Templates I have Links All over the place lol DM |
Anyone have a second to help me out with this?
|
I got it , I didnt realize there was a guide in the download
Now to find out how to change the back ground of the drop down.............. |
I would like to use this in place of Tabs, but only show links on navbar if they are members of a particular secondary member group.
What code would I wrap around those links, and what would be a good filler? Last, download says 3.6.4, I'm running 3.6.7/p1, with vBmp3 Player, vbImagehost, and vbDownloads, are there any known problems with those (I thought I saw mp3 in the incompat list post, but I am using the Xeon one). Basically, it comes down to "How do I construct a if in usergroup, show this dropdown"? i.e. to a guest it would look entirely different (even empty if there isn't a way to do an "else") than to somebody with full privs. thanks in advance. |
Quote:
After putting the nav2 variable in vBa CMPS-> Default Settings -> Main Options ->Portal Output Global Variables, it gets visible in CMPS page. BUT as of my forum is in subdirectory/subforum VB "viparmenia.com/vb" and CMPS is on main directory "viparmenia.com" I need that prefix for correct URL appended to every link in topnavbar menu. |
This will work on the newist version (should do as its only template change)
As for vbadvanced I cant help as I dont use vbadvanced sorry |
does this upgrade have to be done before the 3.6.8 upgrade?
|
Quote:
|
What Is this Template Edit for Anyway?
|
To add the template name in where needed so that the nav shows up.
|
Mine works Fine Now But it wont when i Upgrade to 3.6.8 unless i Upgrade this Mod First Correct
DM |
sorry no there has been to change to this mod, we no it will work with the new version this is why we have said it will work with the new version, I didnt explain my self correctly sorry.
|
Me No Understand your speakings
|
I'm getting w3 validation errors on this menu.
Quote:
I have custom drop down menus in navbar and they look like this: <td id="1" class="nav_menu_control" style="width: 81px"> (in header template) <div class="vbmenu_popup" id="1_menu" style="display:none"> (in navbar template) The above is default (showing errors in w3 validation) yet they work fine. IF I change the ID each to something like below, it shows the menu title but no longer drops down the sub menu, nor shows the down arrow icon (indicating drop down menu) <td id="menu1" class="nav_menu_control" style="width: 81px"> <div class="vbmenu_popup" id="menu1_menu" style="display:none"> |
I am having problems since upgrading to 3.6.8 could you please take a quick look at the code below and see if you can find anything wrong:
Code:
<!--######## start of navbar2 ########--> Hopefully something easily fixed, as I love this. |
Quote:
Could someone please help me out on this? |
Please help me, i have installed this great mod but i don't understand help file for make drop down menu, i use now only standard menu :-(
after this code: <td id="1" class="vbmenu_control"><a href="#1">Test</a> <script type="text/javascript"> vbmenu_register("1"); </script></td> i hade insert: <a href="http://adivor.it/forum/local_links.php"> but i see 4 link standard in drop down..... help please :-( |
I see that nobody has posted in this thread in a while. Is it still possible to get some help with adding more than one drop down? Every time I try to add a second drop-down, my forums dissappear, like only the header/footer can be seen.
http://www.thescoreboards.com/forums |
Quote:
|
Thanks for stopping by! :)
Here's my code. This code works, I just can't figure out where to put the code for the second drop-down without breaking my forums. Code:
<!--######## start of navbar2 ########--> |
This should work, I just added one on mine to test it, I post up what I put in since I haven't edited the links yet.
I just added the second one right after the first, you just need to change the 1's to 2's. Code:
<!-- dropdown start --> Same with the other code, you need to change the 1 to a 2 in the vbmenu_popup id. Mine broke the forumhome too, but I realized i was missing a closing div tag, but the way I have it here it all works on my site. Code:
<!-- / nav2 buttons bar --> Then |
aHa!
I didn't insert another "if" command Thanks! |
Quote:
|
Thanks a ton man, awesome hack. Add an interface and you've got an incredibly useful plugin!
|
is there anyhow only members can see the nav links rather than the guest seeing it
i only want registerd members to see the links on the topnavbar i dont want any guest to see it plz help |
Quote:
Something like this I think: <if condition="$show['member']">LINK</if> |
Quote:
Find: Code:
global $header, And change to: Code:
global $header, $nav2, Hope that helps some of you, I haven't tried it for anything else, but my guess would be look for the same situation with the includes files. |
This is my new navbar. The dropdown menus are not appearing. Can somone look at my code and let me know what could be wrong?
Code:
<!--######## start of navbar2 ########--> |
I noticed in all of these:
Code:
<!-- extras pop start --> |
That did the trick, thanks!
|
Reserved, thank
|
Quote:
|
hell yes :), this is exactly what i was looking for..
And too think i was going to code my own mod.. lol I'm guessing that this would easily adapt to having the main menu button that you click an image instead of just text? |
Quote:
|
I couldn't find this anywhere... I could be blocking it:)
Does this mod work with 3.7? |
All times are GMT. The time now is 04:48 PM. |
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:
|