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)
-   -   Major Additions - Tournaments, Ladders & Leagues Manager v4.x (https://vborg.vbsupport.ru/showthread.php?t=238945)

Nephalim 09-13-2010 02:50 PM

Quote:

Originally Posted by bananalive (Post 2097562)
Can any users logged in see the navigation menu?

It may be modification conflict, are you using vBexperience?

No and not using vb experience. But, I will update to 4.2.2 and see if it fixes this. thank you much. Awesome add on:up:


It still doesn't show

bananalive 09-13-2010 03:30 PM

Quote:

Originally Posted by Nephalim (Post 2097598)
No and not using vb experience. But, I will update to 4.2.2 and see if it fixes this. thank you much. Awesome add on:up:


It still doesn't show

What other modifications are you using?

Nephalim 09-13-2010 03:40 PM

Quote:

Originally Posted by bananalive (Post 2097617)
What other modifications are you using?

Hi, tried sending a PM to you with a test account for site if you would like to look at source. Your inbox is full :)

ysam 09-13-2010 05:06 PM

Hi there and excellent mod!

For those with the "Deprecated" on top of the screen you can replace
Line 586 of ladders.php
Code:

        $bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
with this one
Code:

        unset ($bbcode_parser);
        $bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);

and same thing on tournaments.php on line 3096

Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
with this

Code:

unset($bbcode_parser);
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);

This is for php 5.3.x users!

Again excellent mod ! Keep it up!

-Yiannis

Nephalim 09-13-2010 05:10 PM

Yiannis. Sorry, what is deprecated?

ysam 09-13-2010 06:11 PM

"Assigning the return value of new by reference is deprecated"

<5.x.x
$node_obj =& new someClass($somearg, $moreargs);

>=5.x.x
$node_obj = new someClass($somearg, $moreargs);

and it's a good thing to unset($node_obj) before the assignment, especially in loops.

I am not sure in which version of php the deprecation took place. In my 5.3.0 it surely is.

Also may I request you consider upcoming events displayed in Calendar plz?

Thanx a mil.

ysam 09-13-2010 06:18 PM

"you" = bananalive :)

wold3mort 09-13-2010 06:22 PM

Hi I have a question,
was recently concluded a tournament and followed the pattern of this product, the result of the last game of the tournament is wrong because theres been a problem between the players and then to repeat this game, the problem I have is that the tournament Now I flag as closed and I can not undo the last result as I fix? thanks

champendk 09-13-2010 10:58 PM

Does user report scores from matches or is it done by admin?

wold3mort 09-13-2010 11:45 PM

Let me explain, I'm admin and I created the tournament on fifa10 ps3 users have to do lots and write the result on the forum and I have to score the winner in the tournament, the error was mine because I scored a winner instead of another .. how do I change it?


All times are GMT. The time now is 04:03 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.02297 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_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