vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Easy Navbar Links (https://vborg.vbsupport.ru/showthread.php?t=228492)

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

ldma 07-23-2010 10:01 PM

Try this...

In Navbar After..
Code:

<li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
        </ul>
</div>

ADD
Code:

<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

Quote:

Originally Posted by GONUMBER6 (Post 2073561)
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.


All times are GMT. The time now is 01:46 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
  • Page Generation 0.01122 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete