How do i change the style so it fits with the rest of my navbar.
Hope you can help. Thanks. Screenshot. http://img183.imageshack.us/img183/1...r201444iy2.jpg Everything that i have in my navbar. HTML Code:
<!-- breadcrumb, login, pm info --> |
|
I got this on my nav bar and love it.
But is it possible to have sub menus on the drop downs that I made? |
Ok, I have a question regarding drop down menus. I have sucessfully placed the drop down menu with the codes given here, now my problem is, how do I add a link to the menu itself. I tried adding but it's not working. Example of that is this:
HTML Code:
<td id="pbamenu" class="new_menu"> |
Bump!!!
|
Quote:
If you do that you won't get the drop down menu. You could actually add that link within the menu as one of the items... --------------- Added [DATE]1210373562[/DATE] at [TIME]1210373562[/TIME] --------------- Is there a reason why I can't put a link to a url outside of my site? I click on it and it will not open. Here is my code: Code:
<div class="vbmenu_popup" id="adminaccess_menu" style="display:none"> |
Anyone know an answer to the menus showing up next to each other, rather than under each other as I've run into on this post?
https://vborg.vbsupport.ru/showpost....4&postcount=51 |
I want to know how to have my usercp menu drop down like this one does on vb.org
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=177774" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=177774</a>
That's how... |
Thanks for the great info on this simple hack. It was just what I was looking for.
|
Or if you just want to add a regular Navigation Link in additional to the others do this:
Find this in the Navi Bar Template Code:
<if condition="$show['popups']"> Quote:
What's in the Blue is the LINK What's in the purple is the Menu Name Enjoys :D |
This is an awesome tutorial, thanks.
I need clarification though on how to move the position (left/right) of a drop-down menu? Cheers. :) |
Thanks for sharing your knowledge Kerry-Anne.
I have used this info a few times. How would I go about adding drop downs within drop-downs? |
Great tutorial. spot on. Many thanks for this, has helped me out no end :D
|
I have got this installed on my forum navbar, but I have a simple request....
Could you remove everything from User CP to Search please? If you would want to do this, it would be amazing :) Quote:
Which would leave... Quote:
Here is the code of my current navbar state Code:
<br /> Code:
<!--- BEGIN DROP DOWN MENUS HERE ---> Code:
<!--- END DROP DOWN MENUS HERE ---> If you can do this, then I would be sooo happy... Thanks ever so much, Dan! |
Quote:
Quote:
Sorry I worded my post wrong, I fully understand how to add a drop down's. I just meant that I use it often. |
Some of my menus are not showing, I have cleared cache etc but still no change...
Here is the info in my navbar and a print screen from my site... Code:
<!--- HABBOSPUBLIC DROP DOWN MENU ---> Code:
<!--- HABBOSPUBLIC DROP DOWN MENU ---> https://vborg.vbsupport.ru/ Help? :( |
Hi,
Is there anyone able to advise me, how can I create a submenu for the dropdown menu? Thanks. |
Quote:
Code:
</tr></td> to </td></tr> Quote:
Code:
<tr> |
1 Attachment(s)
Thanks Eddie.
In Dan's post, within his code, you will see the following. Code:
<tr> What I meant would be something like (in reference to attached image)... When I hover over ACCC Communities, it will open up a submenu table to the right of the dropdown. Any idea how to can I achieve that? Thanks in advance. |
https://vborg.vbsupport.ru/showthread.php?t=187049
--------------- Added [DATE]1217710601[/DATE] at [TIME]1217710601[/TIME] --------------- Quote:
When I hover over ACCC Communities, it will open up a submenu table to the right of the dropdown. Any idea how to can I achieve that? Thanks in advance.[/QUOTE] https://vborg.vbsupport.ru/showthread.php?t=187049 |
1 Attachment(s)
Thank you for this, very usefull and just what I was looking for.
I have a small problem, the dropdown menu does not show below the menu option, unlike the normal Quick Link menu, see examples attached; Any idea how I can control this? |
Thanks but in some styles ,the navbar is in the Header template. For that how to use this code?
|
Thank yu very much, worked like a charm :)
|
how do i set it according to my other navbar items with the width etc
|
Great article, Works a treat.
|
how would i do that with plugins? without having to edit the template is that possible?
|
tnx Kerry-Anne!
i had some minor issues, but finally got it to work. cheers. :) |
1 Attachment(s)
How do I go about realigning my drop downs?
|
Look at the line of code that makes that link.
It should start out like this. Code:
<tr><td class="vbmenu_option"> You have it like this. Code:
<tr><td class="vbmenu_control"> |
Quote:
|
Color? Has nothing to with color.
Please post your code that you are using in you drop down, in code brackets. Let us have a look see. Edit: I saw your image & based my response from what I saw in that image. I went to your site & saw your issue. Sorry. |
1 Attachment(s)
Quote:
<if condition="$show['popups']"> <td id="MyLinks" class="vbmenu_control"> <a href="#">My Links</a> <script type="text/javascript"> vbmenu_register("MyLinks"); </script> </td> <td id="Navigator" class="vbmenu_control"> <a href="#">Navigator</a> <script type="text/javascript"> vbmenu_register("Navigator"); </script> </td> <div class="vbmenu_popup" id="MyLinks_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">My Links</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="private.php$session[sessionurl_q]">My Private Messages</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">My Profile</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">My Photo Albums</a> </td> </tr> <td class="vbmenu_option" title="nohilite"> <a href="group.php$session[sessionurl_q]">My Social Groups</a> </td> </tr> <td class="vbmenu_option" title="nohilite"> <a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&s earchuser=$bbuserinfo[username]">My Threads</a> / <a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbu serinfo[username]"> My Replies</a> </td> </tr> <tr> <td class="thead">Miscellaneous</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="statistics.php$session[sessionurl_q]">Board Statistics</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="http://www.thesportstodayforum.com/misc.php?do=donate">Donate</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?$session[sessionurl]do=markread">Mark Forum As Read</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="search.php?$session[sessionurl]do=getdaily">Todays Posts</a> </td> </tr> <tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href=" login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">Log Me Out</a> </td> </tr> </table> </div> |
I'm having some problems with this as well. I only found one instance of
Code:
<if condition="$show['popups']"> Code:
<br /> Thank you in advance for your help. Thaoimage |
I to need/want to have the popup menu show in relation to the link thats calling it, i.e the popup menu is showing to the left of the cell not the text/link, this is an easy fix im sure please could some one point us in the right direction.
--------------- Added [DATE]1223024888[/DATE] at [TIME]1223024888[/TIME] --------------- Right i wasnt happy with the response we didnt get here with getting the drop down menu to be in the place we wanted them, so i have done a Drop Down Menu - Relative Positioning Tutorial on how to go about positioning the menus correctly. Why vB didnt do it the way i have on my link i dont know, with any luck they adopt my method in the next release of vB. Heres hoping ! |
Works great for me :up:
|
I got this to work fine, but can anyone tell me how to make it so the drop-down menus apper by hovering over them, instead of having to click on them first?
|
Just want to say thank you, Kerry. Got it to work perfectly.
Many thanks..... for those who asked too! |
I have a problem to showing drop down menu. How to resolve this?
http://img519.imageshack.us/img519/605/navbarsv1.jpg |
Anyone have ideas? :confused:
|
All times are GMT. The time now is 11:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|