Thread: Miscellaneous Hacks - Tab and Link Manager Lite
View Single Post
  #20  
Old 01-12-2011, 10:11 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kether1 View Post
Guess I am not understanding this mod.

Here is what I want to do:

I have the vBadvanced CMS as a portal page for my site. It is located in the root of the site on the same level as the forum.

I created a tab that is called portal and pointed it to index.php. It works great except for the fact that it highlights the forum.php tab that come with vbulletin4.

If I click on the forum.php tab (native to vb4) it goes to forum.php, but now, after installing this modification, it highlights the Portal tab (index.php) created by this mod.

To be clear my two links are:

http://www.mysite.com/forum/index.php (vbadvanced portal)
and
http://www.mysite.com/forum/forum.php (regular forum page)

vBadvanced comes with the ability to create a custom tab for each page created with it, but no way to easily add submenu links (or as this product calls them - 'links') to the navbar. So, I came here looking for help and found this mod.

I installed this on my test site which is vb4.1.0pl2.

It doesn't seem to matter what file I link to. Every tab I create always highlights the forum tab.

some links I tried include:

index.php
downloads.php
php_test.php

No matter the link, if it is on the site, the tab links correctly, but highlights the forum tab. The other native tab, "whats new", seems to work just like it should and is not affected by this modification.

Can you offer any advice? I cannot seem to get it to work correctly on my own.

Thank you.
As the vBadvanced index file has the THIS_SCRIPT line of:
Code:
define('THIS_SCRIPT', 'adv_index');
You need to edit the file and change it this to:
Code:
define('THIS_SCRIPT', 'index');
Then the vBadvanced tab should highlight correctly.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01220 seconds
  • Memory Usage 1,768KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete