vb.org Archive

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

Tygerwoody 11-04-2007 02:40 PM

nm figured it out. Thanks :)

Keesa 12-08-2007 04:39 AM

The reason I do not like this one, is because there are instructions in another place on how to add drop-down menus (http://www.vbulletin.com/forum/showthread.php?t=224641) and the first think you have to find is the pop-ups condition and your code does not have that, so there is no way to add drop-down menus to the second navbar.

Classico 01-01-2008 03:33 PM

Nice Mod. woks fine in 3.6.8.

thanks!!

softvnzla 01-03-2008 06:58 PM

thanks installed

Fungsten 01-07-2008 04:34 PM

Works on 3.7 B3.

REVHEAD 01-20-2008 02:34 AM

Works a treat thanks

After installing Gallery, Downloads, TV&Radio Addons I had problems with my skin and buttons ,this has solved that, many thanks.

REVHEAD 01-28-2008 02:40 AM

Does any one have a line for register? the line I put in kept register there even though I was logged in.

I need to have register ,becaus of my default theme pple are complaining they cant find the register button.

Thanks in advance

mystic10 02-26-2008 05:44 PM

<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>

i tried to add super admin to this by adding comma... 5,6 but it wont work..than i tried 5;6 that didnt work either...than i tried 5:6 didnt work..than i tried 5 6 that didnt work either...i have run out of options..so can u please help and let me know what i am doing wrong

glennybee 02-29-2008 06:24 PM

Just finished playing with this myself.

I've added a drop down menu on the 2nd navbar for easy navigation to sub forums. Looks good even if I do say so myself lol.

@mystic10

To add links that are only visible to certain usergroups, you can do the following...

Code:

<if condition="is_member_of($bbuserinfo, 5, 6, 7, 9, 10)">
                <tr><td class="thead"><a href="forumdisplay.php?f=1$session[sessionurl_q]">Section 1</a></td></tr>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?f=2$session[sessionurl]">Section 2</a></td></tr>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?f=3$session[sessionurl]">Section 3</a></td></tr>
                </if>

...where 5, 6, 7, 9, 10 are the usergroup ids.

Working demo at http://www.digital-kaos.co.uk/

@REVHEADS

Here is the code for the register link...

Code:

        <if condition="$show['registerbutton']">
                <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
        </if>

Insert it after...

Code:

<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
        <if condition="$show['member']">
                <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>

Hope this helps.

-Glen

Sworm 03-01-2008 10:12 PM

is impossible for a inexpert with me understood how to install this mod..... :(
What is the path of the "navbar" ?
Can u help me?


All times are GMT. The time now is 09:49 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.01287 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
  • (3)bbcode_code_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