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)

EasyEazy 05-29-2011 11:38 AM

Quote:

Originally Posted by EasyEazy (Post 2197563)
Another request if possible mate.

Is it possible to have the comments on each game submitted at the page where the scores are submitted and accepted? So basically put the result in then either add screenshot and also comment on the game?

Cheers


Could you possibly add this to the next version mate?

bananalive 05-30-2011 07:31 PM

Quote:

Originally Posted by EasyEazy (Post 2201227)
Could you possibly add this to the next version mate?

It will be available in v4.4.4+

GPOClan 05-31-2011 05:09 PM

Hey,

I am translating your great mod into German, but I can't find the following phrase:

*User* has challenged you. Click here to view all your challenges.

Where can I find the text in bold? It's from the PM, when you have challenged a player/team.

Furthermore, what's the meaning of ELO?

Thanks for you help!

TinCow1 05-31-2011 07:38 PM

I've got a question about the Ladder system: How does the re-match timer work? I've set mine to 168 hours (1 week), but nothing seems to be stopping my test accounts from re-challenging each other immediately. I've tried creating the new challenges both with the admin function Insert Challenge and with the Match Finder, and both happily accept the new match even though one was just played. Either this feature isn't working, or I do not understand what it does. I'd be grateful for some guidance.

EasyEazy 05-31-2011 09:42 PM

Quote:

Originally Posted by bananalive (Post 2201813)
It will be available in v4.4.4+

Legend

bananalive 06-01-2011 10:58 AM

Quote:

Originally Posted by GPOClan (Post 2202146)
Hey,

I am translating your great mod into German, but I can't find the following phrase:

*User* has challenged you. Click here to view all your challenges.

Where can I find the text in bold? It's from the PM, when you have challenged a player/team.

Furthermore, what's the meaning of ELO?

Thanks for you help!

PM Body: Template : tmnt_ladder_chalpm

PM Title is not currently phrased, but will be as of v4.4.4, to:

PM Title : Global Phrase : ladder_x_challenged_you

For more information about Elo, see http://en.wikipedia.org/wiki/Elo_rating_system or http://de.wikipedia.org/wiki/Elo-Zahl

bananalive 06-01-2011 10:58 AM

Quote:

Originally Posted by TinCow1 (Post 2202206)
I've got a question about the Ladder system: How does the re-match timer work? I've set mine to 168 hours (1 week), but nothing seems to be stopping my test accounts from re-challenging each other immediately. I've tried creating the new challenges both with the admin function Insert Challenge and with the Match Finder, and both happily accept the new match even though one was just played. Either this feature isn't working, or I do not understand what it does. I'd be grateful for some guidance.

Just tested it, works for me.

It prevents same player challenging each other again within the time limit, after they both submit the scores.

Limit number of active challenges (ones where score hasn't been submitted) is set by 'Max Ladder Challenges' (in vBulletin Options, default 1).

It does not affect 'Admin Insert Challenge'.

TinCow1 06-01-2011 04:23 PM

Quote:

Originally Posted by bananalive (Post 2202382)
Just tested it, works for me.

It prevents same player challenging each other again within the time limit, after they both submit the scores.

Hmmm... definitely not working for me. I've tried it with test player accounts, and repeat challenges go through without anything blocking them using Match Finder.

Could this be related to another issue I'm having? If I turn on the Join User Tables to User Profile Tables option, I get the following error when looking at a tournament:

Code:

Database error in vBulletin 4.1.1:

Invalid SQL:

                        SELECT
                                players.*, players.username AS sname,
                                user.username AS username, user.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.*
                        FROM nvb3_tmnt_players AS players
                        LEFT JOIN nvb3_user AS user ON (players.userid = user.userid) LEFT JOIN nvb3_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN nvb3_customavatar 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 tid = '18'
                        ORDER BY slot ASC;

MySQL Error  : Table 'totalwar.userfield' doesn't exist
Error Number  : 1146
Request Date  : Monday, April 18th 2011 @ 12:04:43 PM
Error Date    : Monday, April 18th 2011 @ 12:04:43 PM
Script        : http://forums.totalwar.org/vb/tournaments.php?do=view&id=18
Referrer      : http://forums.totalwar.org/vb/tournaments.php?c=7
IP Address    : 152.130.15.14
Username      : TinCow
Classname    : vB_Database
MySQL Version : 5.0.77

That option isn't very important to me so I haven't put much effort into trying to troubleshoot it, but perhaps it's indicative of a problem that is also impacting the re-challenge time limit.

Also, in case you missed it, I would love to have that {steamid} addition for the Ladders/Leagues displays as well. My members think it is great and it would get used for ladder play.

bananalive 06-03-2011 12:04 AM

Quote:

Originally Posted by TinCow1 (Post 2202425)
Hmmm... definitely not working for me. I've tried it with test player accounts, and repeat challenges go through without anything blocking them using Match Finder.

Could this be related to another issue I'm having? If I turn on the Join User Tables to User Profile Tables option, I get the following error when looking at a tournament:


That option isn't very important to me so I haven't put much effort into trying to troubleshoot it, but perhaps it's indicative of a problem that is also impacting the re-challenge time limit.

Also, in case you missed it, I would love to have that {steamid} addition for the Ladders/Leagues displays as well. My members think it is great and it would get used for ladder play.

Ahh, the check wasn't being done for match finder, fixed in v4.4.4

Fixed db error in v4.4.4

bananalive 06-03-2011 12:09 AM

v4.4.5 Beta
- New Bracket System - alot more efficient, no longer using <table>
- Leagues - Select Groups
- Check-in for tournaments (not team tournaments or round robin tournaments atm)
- Ladder comments on submitting match scores
- New Ladder Page: Create Player Image
- Other bug fixes


vB_Tournaments+Ladders_v4.4.5beta.zip (169.6 KB)

EasyEazy 06-03-2011 02:06 AM

Great work Banana will test this tonight.

ProFifaLeagues 06-03-2011 06:38 AM

Cheers again Banana Great work as always

TinCow1 06-03-2011 11:56 AM

Quote:

Originally Posted by bananalive (Post 2202889)
Ahh, the check wasn't being done for match finder, fixed in v4.4.4

Fixed db error in v4.4.4

Thanks, I checked and it works in Match Finder now. However, I have the re-match timer set to 168 hours (1 week), but the block warning spits back the following:

Quote:

Please wait 1306500542 hours between challenging the same player/team.
:eek:

Is that just an error with the display or is it really blocking players for about 150,000 years?

bananalive 06-03-2011 02:26 PM

Quote:

Originally Posted by TinCow1 (Post 2203037)
Quote:

Please wait 1306500542 hours between challenging the same player/team.

:eek:

Is that just an error with the display or is it really blocking players for about 150,000 years?

That's just an error. I'll fix it in the next version.

champendk 06-04-2011 08:16 AM

great work ones again :-)

next step could be to make the league model work as group play and have ex top 2 players from each group advance to playoff (a tournament bracket)

after that maybe have it all work for offline events(would gladly pay for that project), since we host alot of these..

still best mod on the market.

XxBOSSMASTERxX 06-05-2011 06:27 AM

error occurs when we submit the results

PHP Code:

Warningin_array() [function.in-array]: Wrong datatype for second argument in [path]/ladders.php on line 4023 

This error Appears at the top of the page, this error Appeared to me in the 4.4.3 version. upgrade to 4.4.4 and still get the same problem. Help me!!

sorry for my bad English

betts02 06-05-2011 08:03 AM

Looking at the new version
What are the image sizes for the banner and icon
Also do we just put the link in the banner box ?

bananalive 06-05-2011 09:23 AM

Quote:

Originally Posted by XxBOSSMASTERxX (Post 2203693)
error occurs when we submit the results

PHP Code:

Warningin_array() [function.in-array]: Wrong datatype for second argument in [path]/ladders.php on line 4023 

This error Appears at the top of the page, this error Appeared to me in the 4.4.3 version. upgrade to 4.4.4 and still get the same problem. Help me!!

sorry for my bad English

It does not affect functionality, but fixed for next version. (v4.4.6)

bananalive 06-05-2011 09:33 AM

Quote:

Originally Posted by betts02 (Post 2203711)
Looking at the new version
What are the image sizes for the banner and icon
Also do we just put the link in the banner box ?

For Categories:

Icon: 30px x 30px (max)

Banner: Accepts any BB Code (no size limit)

betts02 06-05-2011 11:17 AM

Quote:

Originally Posted by bananalive (Post 2203730)
For Categories:

Icon: 30px x 30px (max)

Banner: Accepts any BB Code (no size limit)

How can we change the size for the icon ?

Would like it at least 100px or even 150px

bananalive 06-05-2011 11:24 AM

Quote:

Originally Posted by betts02 (Post 2203777)
How can we change the size for the icon ?

Would like it at least 100px or even 150px

Edit template tmnt_cat

Change all 30px to 100px

stwan 06-05-2011 11:27 AM

bananalive, may be in template tmnt_ladder_display
HTML Code:

<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw ladder.urlencoded}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

replace:
HTML Code:

<vb:if condition="$show['fb_likebutton']">
                        {vb:raw fblikebutton}
</vb:if>

?

bananalive 06-05-2011 12:50 PM

Quote:

Originally Posted by stwan (Post 2203779)
bananalive, may be in template tmnt_ladder_display
HTML Code:

<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw ladder.urlencoded}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

replace:
HTML Code:

<vb:if condition="$show['fb_likebutton']">
                        {vb:raw fblikebutton}
</vb:if>

?

Implemented in v4.4.6

NovoCiv 06-05-2011 06:33 PM

What is the status of the script exploit I messaged you about?

vBNinja 06-06-2011 02:41 AM

when is the estimated release date of 4.4.6?

bananalive 06-06-2011 07:00 PM

Quote:

Originally Posted by NovoCiv (Post 2203943)
What is the status of the script exploit I messaged you about?

A security patch has been released in the v3.x thread.

bananalive 06-06-2011 07:18 PM

Quote:

Originally Posted by ivant (Post 2204119)
when is the estimated release date of 4.4.6?

Just released it.

TinCow1 06-06-2011 08:23 PM

Thanks for the upgrade!

Is adding the {steamicon} thing to the ladders/leagues player info on the to-do list, or is it going to remain a tournament-only feature?

champendk 06-07-2011 09:23 AM

Can admins do check-in for the players and why does players who are not checked in still show in the bracket?

TinCow1 06-07-2011 03:18 PM

Is there a way to have Double Elimination tournaments allow more than 8 players?

betts02 06-08-2011 12:32 PM

may be a stupid question but just getting used to this

Where can a member view his team/s without searching the teams list ?
Is it possible to create a tab so its easy to get to for players to add others to the team

Cheers in advance

bananalive 06-08-2011 12:45 PM

Quote:

Originally Posted by betts02 (Post 2205007)
may be a stupid question but just getting used to this

Where can a member view his team/s without searching the teams list ?
Is it possible to create a tab so its easy to get to for players to add others to the team

Cheers in advance

Players can view their teams by: Competitions -> Teams -> My Teams List

Direct Link: http://www.yoursite.com/forums/compe...php?do=myteams

bananalive 06-08-2011 12:46 PM

Quote:

Originally Posted by TinCow1 (Post 2204623)
Is there a way to have Double Elimination tournaments allow more than 8 players?

Not at the moment.

bananalive 06-08-2011 12:47 PM

Quote:

Originally Posted by champendk (Post 2204548)
Can admins do check-in for the players

Only the player themselves can check-in at the moment.
Quote:

why does players who are not checked in still show in the bracket?
What kind of tournament is it? Is this before/after the tournament start date?

bananalive 06-08-2011 12:48 PM

Quote:

Originally Posted by TinCow1 (Post 2204373)
Thanks for the upgrade!

Is adding the {steamicon} thing to the ladders/leagues player info on the to-do list, or is it going to remain a tournament-only feature?

Yeah, I'll add it into next version.

betts02 06-08-2011 12:48 PM

Many thanks, A simple solution and silly for me to not see it,lol

EasyEazy 06-10-2011 04:39 AM

Installed the new update today.

I see you made changes to the tournament layout. From a personal point of view I didn't like it as it brought into play scrolling bars on the larger brackets. Is there a way to remove them and go back to the 4.4.4 look? had a play with the settings and couldnt really figure it out.

Keep up the good work

cdj 06-10-2011 07:04 PM

Great mod.

A feature request, would it be possible to add the ability for users to submit scores without necessarily setting up challenges beforehand? Or, alternatively, allow the optional setting of to set the final score at the same time a challenge is created. Essentially if two players just want to play a random game at any time, it'd be less clicks for them to do so.

Additionally, I saw your video for customizable fields in ladder challenges, however I don't find where to create those customizable fields.

Thanks in advance.

Arthran 06-10-2011 09:06 PM

Couple of questions/suggestions/feature requests.

I really need/could do with a way of changing permissions on a whole season, or possibly just a league. I'm running a set of leagues with 2 seasons a year, so i've grouped all the leagues into a season and would like to be able to restrict access to this season to only paid members.

Which brings me into point 2, Pay to play. My current solution is to use vBulletin's built in payment system to change people into a specific user group. The problem then would be regulating access to the leagues based on a user group. Any suggestions or assistance on this one?

Last one is simply that with tournaments you can have people signing up before the start of the tournament, but with leagues this isnt allowed, and people only seem to be able to sign up once the league has started. Again if we're advertising a league in advance of its start (Because it's a paid entry/prize fund league) then we'd like people to be able to sign up before the start date.

Any suggestions or assistance on these points?

Thanks

betts02 06-12-2011 11:47 AM

Is it possible to add all recent results in a forum side block ?

Cheers


All times are GMT. The time now is 03:58 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.05301 seconds
  • Memory Usage 1,860KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_html_printable
  • (2)bbcode_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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