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)

ysam 09-14-2010 09:23 AM

Quote:

Originally Posted by champendk (Post 2097820)
Does user report scores from matches or is it done by admin?

in Ladder both users have to report same score and if not then the match is desputed.
in Tournament admin/mod has to post scores.

wold3mort 09-14-2010 03:07 PM

how do I change the winner of a tournament?

dodgeuk19 09-14-2010 05:57 PM

hi i have this error, once i created a ladder,

Database error in vBulletin 4.0.3:

Invalid SQL:

SELECT players.*, players.userid AS userid,
user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, user.username AS username
, userfield.*, usertextfield.* , players.rank AS rank
FROM vbtmnt_ladder_players AS players
LEFT JOIN vbuser AS user ON (players.userid = user.userid) LEFT JOIN vbavatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vbcustomavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
WHERE players.lid=1
AND players.active=1
ORDER BY players.rank DESC,
players.wins DESC,
players.draws DESC
LIMIT 0, 25;

the ladder shows but i when i click on it i get the same message,

any ideas

Thanks

Dodge

i have installed latest version too, will try unistalling and will post again

dodgeuk19 09-14-2010 07:17 PM

have removed and reinstalled it, seems to be working

bananalive 09-15-2010 06:03 PM

Quote:

Originally Posted by wold3mort (Post 2098145)
how do I change the winner of a tournament?

You can't, unless you edit the database via phpmyadmin.

bananalive 09-15-2010 06:10 PM

Quote:

Originally Posted by ysam (Post 2097666)
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

Corrected for future versions.

FireflyP2C 09-16-2010 07:42 AM

First of great job. Adding the challenge options so quickly is very impressive. Ive worked with alot of gaming scripts and this one is very professional. Can I suggest some future upgrades that have worked well on some of the major gaming sites I have worked on.

1. Dedicated rules pages for each ladder.
2. When reporting a loss, the losing team picks a man of the match from the opposing team.
3. Leader board of man of the match.
4. Set staff to individual ladders or groups of ladder with different permission sets.
5. Ticket system ( via pm ) that can be viewed by only the staff assigned to that ladder.
6. Automatic achievements on ladder. Ie team wins 5 games in a row or loses 3 straight games. Icon on team page for each acheivement.
7. Option for drop down menu for certain challenge options ( ie time/date option )
8. Option to let teams insert a youtube video on their team page.

Thats all for now, hope you dont think Im asking for too much. Just suggestions to improve an already great script.

noddyy 09-16-2010 08:54 AM

They would be great additions to this already great mod!

champendk 09-16-2010 10:07 AM

Quote:

Originally Posted by bananalive (Post 2098738)
You can't, unless you edit the database via phpmyadmin.

Is this something u will change in the future?

FireflyP2C 09-16-2010 01:57 PM

Need to ask a question. How do the disputes work. We presume it was when 2 different scores where reported but thats not the case.


All times are GMT. The time now is 03:50 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.02816 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
  • (4)bbcode_code_printable
  • (4)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