vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=197871)

King Kovifor 12-05-2008 07:21 PM

Quote:

Originally Posted by AWJunkies (Post 1679237)
I know it is not I will fix it for you. I am out all day today but have solution tomorrow.

You really don't need to go around fixing all our mistakes, but we appreciate it. I can report it to the original authors and attempt for a fix, but the JavaScript talent in my brain is far inferior to the PHP talent.

AWJunkies 12-05-2008 07:45 PM

Quote:

Originally Posted by King Kovifor (Post 1679239)
You really don't need to go around fixing all our mistakes, but we appreciate it. I can report it to the original authors and attempt for a fix, but the JavaScript talent in my brain is far inferior to the PHP talent.

I am an expert so not a big deal and I need the mod and it working correctly for my sites so to share is no big deal to me. Second it is not the js file issue it is code itself will explain when I show you fix. Well I am out for rest of today will post up tomorrow have a nice day everyone.

King Kovifor 12-05-2008 07:53 PM

Quote:

Originally Posted by AWJunkies (Post 1679258)
I am an expert so not a big deal and I need the mod and it working correctly for my sites so to share is no big deal to me. Second it is not the js file issue it is code itself will explain when I show you fix. Well I am out for rest of today will post up tomorrow have a nice day everyone.

Understood.

Morsolo 12-05-2008 10:11 PM

Ok guys, I just downloaded vBulletin 3.8.0.RC1 and I just completely replaced everything in the clientscript directory and now the javascript stuff works.
I don't know why this is, because I never even touched that directory except for the Tab Modification upload and no one else has permissions to my FTP...

Either way, the mod still doesn't work...

Aakek 12-05-2008 10:13 PM

Any plans on being able to reorder tabs?

rob01 12-05-2008 10:29 PM

AWJunkies where is all this modifications located? :S

this ->
Same plugin as other post
FIND:
Code:

$numberguest = $numberguest - $nspiders;
$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders';

REPLACE:
Code:

$numberguest = $numberguest - $nspiders;
if ($numberguest<0){$numberguest=0;}
$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders

King Kovifor 12-06-2008 12:36 AM

Quote:

Originally Posted by Morsolo (Post 1679315)
Ok guys, I just downloaded vBulletin 3.8.0.RC1 and I just completely replaced everything in the clientscript directory and now the javascript stuff works.
I don't know why this is, because I never even touched that directory except for the Tab Modification upload and no one else has permissions to my FTP...

Either way, the mod still doesn't work...

You need to explain your problems if you would like us to help or fix them.

Quote:

Originally Posted by Aakek (Post 1679316)
Any plans on being able to reorder tabs?

That is a planned feature for either b2 or b3.

Morsolo 12-06-2008 02:13 AM

If you bothered to read my post on the last page, I did explain my problems...

QFT: lolnoob
Quote:

Originally Posted by Morsolo (Post 1677580)
Yes, for some reason, the Encoding Error just vanished and now I can view the forums, but I am getting that issue.
It isn't showing "X" Forums, it is showing all of them. And I am getting no spacing between each category, for example it should look like:
Quote:

CATEGORY
-- FORUM

CATEGORY
-- FORUM
But it is going:
Quote:

CATEGORY
-- FORUM
CATEGORY
-- FORUM


King Kovifor 12-06-2008 02:26 AM

Quote:

Originally Posted by Morsolo (Post 1679408)
If you bothered to read my post on the last page, I did explain my problems...

QFT: lolnoob

I'll give you a link that was posted maybe 4 or 5 posts after yours (maybe more):

https://vborg.vbsupport.ru/showpost....&postcount=102

hotwheels 12-06-2008 02:37 AM

So you are using this newer version awjunkines? I tried this with the other ajax version and it still doesn't work correctly.....
Quote:

Originally Posted by AWJunkies (Post 1679237)
I know it is not I will fix it for you. I am out all day today but have solution tomorrow.

Here is the site working on so people can see it in action as another reference.
Forum Coding

Noticed for some reason the Spiders hack goes to negative guests sometimes so here is solution.
Just adding a conditional to it.

Same plugin as other post
FIND:
Code:

$numberguest = $numberguest - $nspiders;
$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders';

REPLACE:
Code:

$numberguest = $numberguest - $nspiders;
if ($numberguest<0){$numberguest=0;}
$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders';




All times are GMT. The time now is 08:22 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.01352 seconds
  • Memory Usage 1,750KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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