vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Highlight based on page (https://vborg.vbsupport.ru/showthread.php?t=237690)

Hell Bomb 03-07-2010 01:27 AM

Highlight based on page
 
How can I have certain tabs light up based on what pages I am on. Such as vb4 does and vBulletin.org does?

Hell Bomb 03-09-2010 02:07 AM

**********bump**********

Hell Bomb 03-10-2010 07:35 PM

**********bump**********

Marco van Herwaarden 03-11-2010 09:33 AM

Without knowing the style you are using and how that is coded, i doubt anyone can give an answer.

Hell Bomb 03-11-2010 03:06 PM

Hmm didn't think that would matter I am going to be working on a custom theme so it doesnt really matter what ideas people could give me. I have been thinking about using a php statement that will check on which page the use is viewing and checking by that. So if the user is on forumdisplay is will highlight the tab "forum" I want to create a navbar system like vBulletin 4.0 but am having issues getting it to work right. I am usually pretty good with this stuff i figured out how to make it work pretty good in about 20 minutes outside of vBulletin but while using the vBuleltin template system its kind of fustrating.

Anseur 03-13-2010 12:26 PM

the template conditional:

Code:

<if condition="THIS_SCRIPT == 'something'">
highlighted tab code goes here
<else>
non highlighted tab code goes here
</if>

should do what your asking.

THIS_SCRIPT is defined in the various .php files in your vb installation. You can open each in notepad or simlar to find it.

Hell Bomb 03-13-2010 06:47 PM

Quote:

Originally Posted by Anseur (Post 2002774)
the template conditional:

Code:

<if condition="THIS_SCRIPT == 'something'">
highlighted tab code goes here
<else>
non highlighted tab code goes here
</if>

should do what your asking.

THIS_SCRIPT is defined in the various .php files in your vb installation. You can open each in notepad or simlar to find it.

Hmmm yea i thought i would end up doing something like this was hoping their was a easier way. O well unless I find a better way ill stick with this.


All times are GMT. The time now is 11:58 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.02813 seconds
  • Memory Usage 1,722KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (7)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