vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   navbar template customization (https://vborg.vbsupport.ru/showthread.php?t=253103)

psypher 11-03-2010 04:25 PM

navbar template customization
 
I have become fairly good at modifying the vbulliten software and haven't really run into any road blocks until now. I am trying to update my site to a new design. I have been able to change everything except the navbar.

My site is www.epeenery.com

My new design is here: http://graphorce.com/clientfiles/epeen/

From everywhere I have looked nobody has successfully been able to do much with the navbar other then add tabs and change the look. I can make mine look like the design through hardcoding but then I am missing the navlinks below the navtabs.

Are there any VB conditional statements I can use to and syntax to call the plugin hooks for the navlinks below based on what page I am on? Or does it have to revolve around:
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">.

I am not using the navtab, I have my own objects in thier place. Even the professional sites I have looked at have not overcome this what seems to be a limitation of the VB software. Is there anyone out there that knows a way around this problem and can throw a little knowledge my way.

Thanks

psypher 11-05-2010 06:11 PM

bump

Lynne 11-05-2010 07:11 PM

The condition for what page you are on is like this:
Code:

<vb:if condition="THIS_SCRIPT == 'forumdisplay'">stuff</vb:if>
Look at the top of the page to see what THIS_SCRIPT is defined as:
Code:

define('THIS_SCRIPT', 'forumdisplay');


All times are GMT. The time now is 04:59 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.01512 seconds
  • Memory Usage 1,711KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete