vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Mini Mods - Double navigation buttons bar (https://vborg.vbsupport.ru/showthread.php?t=172301)

steve1966 07-14-2008 02:07 PM

thanks for your reply i managed to fix the code

Rideharder 07-15-2008 05:07 AM

Thank you!

Betablocker 07-24-2008 02:16 AM

Thank you very much.

Very useful for a nub like me.

Thanks again :up:

PHILLYFAN 07-24-2008 11:51 AM

thanks!

Hostboard 07-24-2008 01:08 PM

Quote:

Originally Posted by Boofo (Post 1462048)
You know you can do this as a plug-in and automatic template replace, right? I have already done this if you would like to see the plug-in.

I too would like to see your plugin but ALL your modifications (at least for 3.7) are in the graveyard and unaccessable :confused:

Keesa 07-28-2008 06:36 AM

Installed and rated. It works like a charm!

I love template edits like this one. I feel like I have more control.:D

Keesa 07-29-2008 04:43 AM

How could someone add a drop-down menu to this bar?

Ohiosweetheart 07-29-2008 06:20 AM

Another easy-to-use mod from Dream. You're the best! ;)

blind-eddie 07-29-2008 06:43 AM

Quote:

Originally Posted by Schnee (Post 1586412)
How could someone add a drop-down menu to this bar?

https://vborg.vbsupport.ru/showthrea...ght=quicklinks

polgara_j 08-01-2008 07:12 AM

How would I add unanswered threads to this? Thanks!

Dream 08-01-2008 11:42 AM

Quote:

Originally Posted by Ohiosweetheart (Post 1586437)
Another easy-to-use mod from Dream. You're the best! ;)

Thanks! And you are welcome ^_^

djrapid.com 09-29-2008 12:06 AM

Thanks, installed.

I had to edit this to:

PHP Code:

<!-- top nav buttons bar -->
<
div class="tborder" style="padding:1px; border-bottom-width:0px">
    <
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center">
    <
tr align="center">
        <
td class="vbmenu_control"><a href="index.php?$session[sessionurl]">Home</a></td>
        <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td>
        <
td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
        <if 
condition="$show['member']">
        <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a> / <a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">Replies</a></td>
        <
td class="vbmenu_control"><a href="album.php?$session[sessionurl]">My Pictures</a></td>
        <
td class="vbmenu_control"><a href="profile.php?do=editavatar$session[sessionurl]">Avatar Options</a></td>
        <
td class="vbmenu_control"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td>
    </if>
    </
tr>
    </
table>
</
div>
<!-- / 
top nav buttons bar --> 

Removed three
Added these instead:

- My Pictures
- Avatar Options
- Who's Online

john102774 10-01-2008 08:10 PM

Excellent Mod, Thank you! :)

RedDevil 10-04-2008 01:46 PM

thanks like this

GSeybold 11-30-2008 05:20 PM

Great mod.... Just one question. Is there any one to return all thread and post instead of just the last 50? Thanks a million. Again, great item.

Dream 12-01-2008 08:47 PM

not sure, thought it was paginated

Keesa 12-15-2008 04:05 AM

Used this again for a new template I am working on. Thank you again. I love simple modifications like this.

csoroner 12-19-2008 01:59 AM

Outstanding mod!

Installed easy, looks great and blended in nicely with the custom style I'm using.

Have a look-----> RippersPlace

Thank you very much!

Dream 12-19-2008 03:00 AM

glad you like it :) very nice looking forum you have there.

Manic Mechanic 01-30-2009 01:56 PM

How can I change the color of individual buttons/tabs in the navbar?

Armyqt 01-31-2009 05:14 AM

Installed. I have some duplicates on the to bar and the bottom bar has run beyond the borders? How do I re-map the links. For example, I have a quick links tab that has items that were default on the top navbar when I added this. Please help. My board looks a mess.

Armyqt 01-31-2009 01:26 PM

I really need an answer, my navbar is jacked up. Yeah it added the extra navbar, but how do i edit so I don't have duplicate inks? Please, I am no good at editing templates.

Dream 01-31-2009 06:24 PM

Armyqt you need someone who knows HTML to help you, its really simple when you know basic HTML (which is an easy language to learn; if you are interested check www.w3schools.com)

GSeybold 03-08-2009 04:15 AM

ok now that I have to reinstall everything due to a revert. I just wanted to say this mod is very helpful for my forum and my members love the addition.

Thanks so much for this.

Gabby

Sworm 03-19-2011 07:12 PM

Simply the best one double navigation bar ^^ - Installed - Tagged - Nominated :D

Perfect in 3.8.7

PS
Should be correct (i'm not a programmer) if i add a "<a href>" like this for add in the navigationbar some category or forums link?

For example, the default href is:
Code:

<!-- top nav buttons bar -->
<div class="tborder" style="padding:1px; border-bottom-width:0px">
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
        <td class="vbmenu_control"><a href="index.php?$session[sessionurl]">Home</a></td>
        <td class="vbmenu_control">

I want to add some of similar:
Code:

<!-- top nav buttons bar -->
<div class="tborder" style="padding:1px; border-bottom-width:0px">
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
        <td class="vbmenu_control"><a href="http://www.myforum.com/forumdisplay.php?f=4">Home</a></td>
        <td class="vbmenu_control">

I don't know what is the correct sintax to add href like your :
Code:

a href="index.php?$session[sessionurl]
this is not correct i think :S
Code:

<!-- top nav buttons bar -->
<div class="tborder" style="padding:1px; border-bottom-width:0px">
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
        <td class="vbmenu_control"><a href="forumdisplay.php?f=4$session[sessionurl]">Home</a></td>
        <td class="vbmenu_control">....

Can you help me?

bruneiguru 03-26-2011 05:20 AM

Does this work in 4.12 or is there an alternative for a second navbar?

webnsn 11-07-2015 02:59 PM

Here the example,

I have replaced the Text and Links

www.wikinewforum.com


All times are GMT. The time now is 01:33 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
  • Page Generation 0.01309 seconds
  • Memory Usage 1,792KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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