vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Tabs Add System for vBulletin 4 (sstab advanced) (https://vborg.vbsupport.ru/showthread.php?t=233629)

chriske 05-12-2010 02:50 PM

Hi, Thanks for the fast update :)

Installed the latest version only the images don't show.

Any idea whats the problem?

Jhonnyf 05-12-2010 02:55 PM

Quote:

Originally Posted by chriske (Post 2035793)
Hi, Thanks for the fast update :)

Installed the latest version only the images don't show.

Any idea whats the problem?

Maybe Bad imagen PATH, try to use ABSOLUTE path and not RELATIVE

Absolute: http://x.com/forum/images/myimagen.gif
Relative: /images/myimagen.gif

chriske 05-12-2010 09:33 PM

I am sure i used the correct path.

Am i the only one who has this problem?

Jhonnyf 05-12-2010 09:42 PM

Quote:

Originally Posted by chriske (Post 2035983)
I am sure i used the correct path.

Am i the only one who has this problem?

If you want, say my your URL and I take a look (sent me a PM )

Or if you prefer, check que HTML SOURCE CODE and see what imagen PATH it's creating my Hack

Thank You

CRDeveloper 05-13-2010 02:58 AM

The image for a menu tab doesn't work...

chriske 05-13-2010 10:00 AM

Yes I am not the only one :D

Jhonnyf 05-13-2010 11:20 AM

Ohhhhhhhhhhhhhhhhhhh, In TABs with menu

ok, If you don't want to wait the NEXT Release, in plugin name "Insertando Tabs", find this

PHP Code:

$menucompleto ='<li class="popupmenu"><a href="javascript://" class="popupctrl navtab" style="background:transparent url('.$imgdir_misc.'/arrow.png) no-repeat '.$right.' center; padding-right: 15px">'.$item_menu[0]['title'].'</a><ul class="popupbody popuphover">'

and replace with:

PHP Code:

if ($item_menu[0]['imagen'])
{
 
$imagen "<img class='inlineimg' src='".$item_menu[0]['imagen']."' border='0' />";
}
  else
{
   
$imagen "";
}
$menucompleto ='<li class="popupmenu"><a href="javascript://" class="popupctrl navtab" style="background:transparent url('.$imgdir_misc.'/arrow.png) no-repeat '.$right.' center; padding-right: 15px">'$imagen $item_menu[0]['title'].'</a><ul class="popupbody popuphover">'


Sleeter 05-13-2010 09:05 PM

I have added 4 tabs. When I press the tab on the right it is the only one that is highlighted. However, when I press any of the other tabs to the left, then any tab to the right of the one I press is also highlighted.

Check http://www.westcoasthighliners.com and look at tabs (Gear Store, Subscribe, Staff, AOTY) for examples.

Any help would be very much appreciated.

Jhonnyf 05-13-2010 11:13 PM

Quote:

Originally Posted by Sleeter (Post 2036607)
I have added 4 tabs. When I press the tab on the right it is the only one that is highlighted. However, when I press any of the other tabs to the left, then any tab to the right of the one I press is also highlighted.

Check http://www.westcoasthighliners.com and look at tabs (Gear Store, Subscribe, Staff, AOTY) for examples.

Any help would be very much appreciated.

1.- Upgrade to 2.0.4a version
2.- Do you use THIS_SCRIPT option? (read post #3)
3.- Or try to use URL parameters

tini_lam 05-14-2010 02:08 AM

thank for upgraded :)


All times are GMT. The time now is 07:36 AM.

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.02130 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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