View Full Version : Forum Home Enhancements - Easy Navbar Links
SuperTaz
11-20-2009, 10:00 PM
/*================================================= =============*\
|| ################################################## ########## ||
|| # Easy Navbar Links
|| # Version 1.00
|| # Author: Warden
|| # This mod may only be used from vbulletin.org
|| # DO NOT display this mod on any other modification site without my permission
|| # You can alter this code and re-display it here on vbulletin.org
|| ################################################## ########## ||
\*================================================ ==============*/
Easy Navbar Links
Installation: Less than 3 minutes!
Installation instructions:
Go to your navbar template:
Styles and Templates > Style Manager > vB4 > Navigation Breadcrumb Templates > Navbar:
Find this code near the top:
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
Above it add:
<!-- Navbar Links -->
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<!-- / Navbar Links -->
Save and Reload.
OR...
You can use it this way and add links to the navbar with new posts and pm's, etc. in the sub-navbar!!
Find in the navbar template:
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
Add below:
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
Change RED highlighted link to your mod or addon URL
Change Blue highlighted link to your link name.
2nd picture shows this sample.
Edit the links to whatever you want.
Done!
If you use this mod, please CLICK INSTALL!!
SuperTaz
11-21-2009, 01:53 AM
Reserved for future use!
VonDoom
11-21-2009, 02:30 AM
ill be using this if i cant find an easier way to add links to the default navbar. Tagged
SuperTaz
11-21-2009, 02:34 AM
ill be using this if i cant find an easier way to add links to the default navbar. Tagged
There is an easier way now. Follow the 2nd part of this mod and look at the 2nd screenshot.
Nightridr
11-21-2009, 04:00 AM
Reserved for future use!
Same here ..... thanks for that.
Tagged.:up:
SuperTaz
11-21-2009, 07:15 PM
Click install if you want support. Thank you.
arena
11-22-2009, 09:26 PM
Thank you.
SuperTaz
11-23-2009, 07:25 PM
You're welcome!
SİMAR
11-29-2009, 09:19 PM
Thank you.
Leo Brazil
11-30-2009, 08:44 AM
How about some drop downs at navbar links ? How would they should be ?
SuperTaz
12-08-2009, 03:59 AM
How about some drop downs at navbar links ? How would they should be ?
Use this mod for drop-down menus:
https://vborg.vbsupport.ru/showthread.php?t=228166
SuperTaz
12-27-2009, 03:34 AM
Updated version info.
petermclane
12-29-2009, 09:31 AM
I dont find the code instance in that particular spot... just installed. Pasting the code from
Styles and Templates > Style Manager > vB4 > Navigation Breadcrumb Templates > Navbar
Don't see
<div class="breadcrumbcontainer">
<div id="breadcrumb">
<div id="navbar" class="navbar">
<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
{vb:raw template_hook.navtab_start}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<vb:if condition="$show['member']">
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</vb:if>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
</vb:if>
<vb:if condition="$vboptions['forumleaders']">
<li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
<vb:elseif condition="$vboptions['selectednavtab']=='usercp'" />
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
{vb:raw template_hook.navbar_after_calendar}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
{vb:raw template_hook.navbar_after_community}
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
</li>
<vb:if condition="$vboptions['forumleaders']">
<li>
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a>
</li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
<vb:else />
<li><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a></li>
</vb:if>
{vb:raw template_hook.navtab_middle}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'">
<vb:if condition="$show['member']">
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_S ocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_E vent">{vb:rawphrase new_events_nav}</a></li>
{vb:raw template_hook.navbar_getnew_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
<vb:else />
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Event">{vb:rawphrase daily_events}</a></li>
{vb:raw template_hook.navbar_getdaily_menu}
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
</vb:if>
<vb:elseif condition="$show['member']" />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase getnew_tab}</a></li>
<vb:else />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase getnew_tab}</a></li>
</vb:if>
{vb:raw template_hook.navtab_end}
</ul>
<vb:if condition="$vboptions['enablesearches']">
<div id="globalsearch" class="globalsearch">
<form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" /></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" /></span></span>
</form>
<ul class="navbar_advanced_search">
<li><a href="search.php{vb:raw session.sessionurl_q}">{vb:rawphrase advanced_search}</a></li>
</ul>
</div>
</vb:if>
</div>
</div><!-- closing div for above_body -->
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}
<vb:if condition="$show['notices']">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>
GrossKopf
12-29-2009, 11:54 AM
I dont find the code instance in that particular spot... just installed. Pasting the code from
Styles and Templates > Style Manager > vB4 > Navigation Breadcrumb Templates > Navbar
Don't see
<div class="breadcrumbcontainer">
<div id="breadcrumb">
Me neither.
wolfiejp
12-29-2009, 01:38 PM
Perfect just what i needed thank you your a star
MOTM ***
JonUrban
01-02-2010, 04:45 PM
I can't find the text either? Not sure what the deal is.................?
Where is:
<div class="breadcrumbcontainer">
<div id="breadcrumb">
cdr740
01-07-2010, 09:55 AM
I think this has changed to:
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
COL NIL SATIS
01-08-2010, 04:40 PM
will install this later!!!
wolfiejp
01-17-2010, 12:14 PM
--------------- posted in error :-(
WeCaiRo
01-17-2010, 01:43 PM
thx man
RedHacker
01-19-2010, 09:11 AM
And the new tab are: "target="_blank"
SuperTaz
01-19-2010, 06:16 PM
Sorry everyone. Been away for a while. Code is updated.
cooltechie
01-25-2010, 03:22 AM
Can you tell me if this allows only logged in user to see the link? I noticed that some default link only show up when logged in so which part allow that. Thank you.
SuperTaz
01-26-2010, 12:32 AM
Can you tell me if this allows only logged in user to see the link? I noticed that some default link only show up when logged in so which part allow that. Thank you.
In order for you to regulate who sees the links, you will need this code:
<!-- Navbar Links -->
<vb:if condition="$show['member']">
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="3" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
</tr>
</table>
</div>
</vb:if>
<!-- / Navbar Links -->
You notice the "if" conditional. That is what you need to regulate who sees it by way of your usergroup permission settings.
cooltechie
01-26-2010, 01:26 AM
You notice the "if" conditional. That is what you need to regulate who sees it by way of your usergroup permission settings.
Thanks for your help. Marked as installed.
Highwayfrunkis
01-26-2010, 01:32 AM
thanks for this!
buddyheiko
02-07-2010, 05:21 PM
Hi,
thanks for this hack. Now I can make navbars as much as I want. Great ...
How can I fix the background ? I want the same colour as my original navbar.
How can I tell the tabs to open in a new window / a new tab in IE8 ?
Heiko
SuperTaz
02-09-2010, 12:35 AM
Hi,
thanks for this hack. Now I can make navbars as much as I want. Great ...
How can I fix the background ? I want the same colour as my original navbar.
How can I tell the tabs to open in a new window / a new tab in IE8 ?
Heiko
Can I see your site so that I can do some troubleshooting and see what I can come up with?
As for your second request, you enter this code:
<td class="vbmenu_control"><a href="LINK HERE" target="_blank">LINK NAME</a></td>
Just add the code in red to any of the links to open in a new window.
buddyheiko
02-09-2010, 08:43 AM
Hi,
my site is
www.Forum-Spielmannszug.de
Heiko
SpottySocks
02-12-2010, 01:51 PM
misunderstood - sorted now. thanks for this! :)
SuperTaz
02-13-2010, 02:22 AM
Hi,
my site is
www.Forum-Spielmannszug.de
Heiko
Let me get back to you on that.
Hi i have weird problem when i install this menu i got this thats is ok (se pic 1)
after i have install ibProArcade i have install this after all rules the border disaper(se the pic 2)
someone who knows what wrong
SuperTaz
03-13-2010, 06:13 AM
thom,
try changing this part of the code to border="1", instead of 3:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="1" width="100%" align="center" style="border-top
I like this mod as it just got me out of a tight spot where I needed a hassle free independent navbar for my partnership commitments....but I am having trouble styling it.
I want to change the background and am using the dirty inline stye="background-color:#whatevercolor;", but Firefox refuses to play ball, and it only works on IE....how can I put this on a main stylesheet...I know, I should start paying attention on how to make CSS. It's also not playing ball with text decorations.
Popa Andrei
03-18-2010, 12:43 AM
Y have two languages on my forum.
How can y make the text on the links to apear in both languages like its supposed to appear.
Y mean in RO = Regulament Forum
and in EN = Forum Rules
SuperTaz
03-18-2010, 03:05 AM
I like this mod as it just got me out of a tight spot where I needed a hassle free independent navbar for my partnership commitments....but I am having trouble styling it.
I want to change the background and am using the dirty inline stye="background-color:#whatevercolor;", but Firefox refuses to play ball, and it only works on IE....how can I put this on a main stylesheet...I know, I should start paying attention on how to make CSS. It's also not playing ball with text decorations.
I will check that out for you, ldma.
Popa Andrei
03-18-2010, 11:00 AM
I will check that out for you, ldma.
help me to please :D
TosaInu
04-25-2010, 11:42 AM
Hello,
Thank you for this info, a lot changed with the new Suite. There are good changes, but it's overwhelming to say the least. I'ld like to add a few links (or maybe a dropdown) to the top navigation bar (next to Home, Blogs and what's new). What do I edit then?
SuperTaz
04-26-2010, 11:46 PM
Y have two languages on my forum.
How can y make the text on the links to apear in both languages like its supposed to appear.
Y mean in RO = Regulament Forum
and in EN = Forum Rules
Can you show me what you are having trouble with?
Hello,
Thank you for this info, a lot changed with the new Suite. There are good changes, but it's overwhelming to say the least. I'ld like to add a few links (or maybe a dropdown) to the top navigation bar (next to Home, Blogs and what's new). What do I edit then?
Please refer to this article for the drop-down tabs.
https://vborg.vbsupport.ru/showthread.php?t=232579
borbole
05-17-2010, 12:36 PM
Nice modification. However I had one question. Any reason as why you are using tables instead of divs? I mean, since vb 4 is using a semantic code now as opposed to vb 3x.....
Also the center align has been depricated on div. It would be better to use the style tag instead :)
SuperTaz
05-17-2010, 11:06 PM
Good point. I will update them when I get the chance.
keithRichards
05-18-2010, 02:05 AM
Hi there,
Great article!
This is along the lines of a similar topic and I was wondering if you are able to give me some advice on the best way to replace the existing vBulletin Navbar tabs with the ddtabmenu style that I found at the Dynamic Drive website.
My questions are probably VERY basic so apologies up front.
1. Do I just make the changes outlined in the article at http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm to the existing vBulletin template in Admin cp/Style Manager/Navigation / Breadcrumb Templates/navbar? In effect overwriting the original vBulletin templates?
2. Is the Admin cp/Style Manager/Navigation / Breadcrumb Templates/navbar the correct place to make such changes
3. Or do I make the changes to the downloaded files, and then upload these to the appropriate directory on my vBulletin website. Once this is done do I go to the Admin cp/Download Upload Styles/Import Style XML File and import the file? In effect creating a new template??
3. If I do 3 then is it a matter of setting this as the new default template?
Hope this all makes sense....
Thanks in advance,
SuperTaz
05-20-2010, 03:03 AM
Let me update them first and then I will get back with you, KeithRichards. It will be a few days because of working a lot of hours.
SuperTaz
06-09-2010, 04:35 AM
Updated with new code for vB 4.0.x.
GONUMBER6
07-23-2010, 09:27 PM
This did not work for me. It put the new navbar tabs mixed in with my regular ones. It did not create a separate tab bar. See picture.
https://vborg.vbsupport.ru/external/2010/07/28.jpg
Try this...
In Navbar After..
<li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
</ul>
</div>
ADD
<ul id="navtabs" class="navtabs floatcontainer">
<br />br /><br />
<!-- Navbar Links -->
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
<!-- / Navbar Links -->
</ul>
Seemed to do the trick for me!
GONUMBER6
07-24-2010, 02:18 PM
I could not find that code you listed....
SuperTaz
07-25-2010, 12:34 AM
This did not work for me. It put the new navbar tabs mixed in with my regular ones. It did not create a separate tab bar. See picture.
https://vborg.vbsupport.ru/external/2010/07/28.jpg
It does not create a separate tab bar only adds to the current one.
GONUMBER6
07-26-2010, 04:04 PM
I see.... but it shows a separate tab bar in the screenshot.
Or am I missing something?
Where it says server stats, server slots, arcade, downloads, ect. ect.
This is what I was installing this mod for :o
SuperTaz
07-26-2010, 09:37 PM
That is not for this mod. That is something I was toying around with. Directly underneath the large tabs in the second shot where it says, (sample, sample, sample, etc) is what the second part of the links do.
GONUMBER6
07-27-2010, 03:28 AM
Okay thank you so much anyway :). If you come out with anything for that second row send me a PM :)
SuperTaz
04-11-2011, 02:02 AM
Okay thank you so much anyway :). If you come out with anything for that second row send me a PM :)
Been working a lot lately. But, if I do, I will let you know. :)
When you add a link to the navbar, what Conditional do you need to set to get it to Highlight?
Example:
When I add a link - and click on it - it doesn't Highlight.
Forum stays Highlighted - after "Text4" is clicked.
YouTube:
http://www.youtube.com/watch?v=qXUs3zkAsMQ
owlbassboy
07-22-2011, 06:48 AM
i would rather have this put between new posts and private messages, how can i do this?
SuperTaz
07-31-2011, 05:26 AM
When you add a link to the navbar, what Conditional do you need to set to get it to Highlight?
Example:
When I add a link - and click on it - it doesn't Highlight.
Forum stays Highlighted - after "Text4" is clicked.
YouTube:
http://www.youtube.com/watch?v=qXUs3zkAsMQ
Find this code:
<li class="selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a>
<li class="non-selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a>
Change the red text to "non-selected" on all your styles, as it is shown above in blue, and it should not stay highlighted unless you hover over it.
FYI: You're youtube video is set to private. I cannot access it.
SuperTaz
08-02-2011, 04:19 AM
i would rather have this put between new posts and private messages, how can i do this?
In the navbar template, find this code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
Right after that add this code:
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li>
Result: Look at the screen shot.
Rideharder
08-13-2011, 07:41 AM
Find this code:
<li class="selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a>
<li class="non-selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a>
Change the red text to "non-selected" on all your styles, as it is shown above in blue, and it should not stay highlighted unless you hover over it.
FYI: You're youtube video is set to private. I cannot access it.
Ok I need alittle help if I use this I cant see my text in the Quick dropdown.
non-selected and its all white cant see the text.
Lemrith
08-25-2011, 05:22 PM
i wanted to remove some of the original navlinks, but somehow i cant get it to work.
so if i choose to kill one of the nav links the whole navbar is crushed...
Mathetria
08-31-2011, 04:16 PM
I installed using the first option. It worked great on the top nav bar, but it affected the style on the lower nav bar (where it says New Posts, Private Messages, etc.). For example, where there is the arrow for the drop down menu next to "Quick Links" the arrow is no longer white (it is a dark color) and the drop down menu itself is completely different. There aren't any borders around the drop down menu, and the text is white with a white background.
Once I remove the code, everything goes back to how it should be. Any suggestions?
Thanks!
ETA: I just realized I am running 4.0.8 - maybe it will work when I upgrade to 4.1?
SuperTaz
09-01-2011, 09:41 PM
Remember, this is for the latest vbulletin, which is 4.1.5, not the older ones, as they use somewhat different variables.
Ok I need alittle help if I use this I cant see my text in the Quick dropdown.
non-selected and its all white cant see the text.
Remember, it may not show with and outdated style.
ravenscape
02-13-2012, 05:22 AM
I would like to use this mod to add a link to my vbadvanced portal page.
the forum link is http://myforum.org/forum/forum.php
the portal link is http://myforum.org/index.php
Is there a way to do this?
BlueCheri
02-13-2012, 06:26 AM
Tagged.
G!
SuperTaz
04-25-2012, 06:18 PM
I would like to use this mod to add a link to my vbadvanced portal page.
the forum link is http://myforum.org/forum/forum.php
the portal link is http://myforum.org/index.php
Is there a way to do this?
Sorry about the delay, but, those links no longer work. Do you have another URL I could look at for you? :)
ravenscape
04-25-2012, 08:13 PM
ah...those were examples of what the forum links look like, not the actual forum links.
I was able to work this out on my own. Thanks!
Griphus
04-26-2012, 04:13 PM
Hello,
I've just used this to add an "apply" link to my navbar. However, it only shows up on the Forum page, and not any of the other pages. I am not sure what I did wrong.
www.TribeGaming.com
Thank you!
SuperTaz
04-26-2012, 06:04 PM
Hello,
I've just used this to add an "apply" link to my navbar. However, it only shows up on the Forum page, and not any of the other pages. I am not sure what I did wrong.
www.TribeGaming.com
Thank you!
Which one did you use? There are two different versions on the OP.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.