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)

bananalive 06-13-2011 09:52 AM

Quote:

Originally Posted by stwan (Post 2207032)
Please make Words => in the phrase:

Line 3816:
Code:

Create a dynamically updating image with your ladder/league statistics, perfect for your signature or profile.

Line 3832:
Code:

This ladder/league has no players yet...

Line 3839:
HTML Code:

<label for="bw">Border</label>

Line 3852:
HTML Code:

<label for="bw">Width</label>

Line 3853:
HTML Code:

<input type="text" value="{vb:raw var.bw}" id="bw" name="bw" class="textbox numeric" maxlength="2" size="3" onchange="this.form.submit();" /> px
("px" in the phrase)


Line 3862:
HTML Code:

<label for="w">Dimensions</label>

Line 3866:
HTML Code:

<input type="text" value="{vb:raw var.w}" id="w" name="w" class="textbox numeric" maxlength="4" size="3" onchange="this.form.submit();" /> px

Line 3869:
HTML Code:

<label for="h">Height</label>

Line 3870:
HTML Code:

<input type="text" value="{vb:raw var.h}" id="h" name="h" class="textbox numeric" maxlength="4" size="3" onchange="this.form.submit();" /> px

Line 3875:
HTML Code:

<label for="noavatar">Show Avatar</label>

Line 3884:
HTML Code:

<label for="bg">HEX Color of</label>

Line 3887:
HTML Code:

<label for="bg">Background</label>

Line 3892:
HTML Code:

<label for="c">Text</label>

Line 3898:
HTML Code:

<span style="float: left;">Preview</span>

Line 3902:
HTML Code:

<span style="float: left;">BB Code</span>

Line 3909:
HTML Code:

<input class="button" type="submit" value="Update" />
("Update" in the phrase)

Implemented in v4.4.7

EasyEazy 06-13-2011 05:18 PM

Quote:

Originally Posted by bananalive (Post 2206997)
The new brackets are alot more efficient for your server and user.

I'm afraid there is no way to revert to old bracket system, but you can alter in Tournament Bracket Width (vbulletin settings -> tournaments & ladder settings)

Before I update again will this setting take out the need for the scroll bars?

stwan 06-15-2011 09:46 AM

Thanks for the update!

In ladders.php?do=create_player_image is not displayed the button text.

http://img535.imageshack.us/img535/8976/unled1go.jpg

TinCow1 06-15-2011 01:40 PM

Quote:

Originally Posted by bananalive (Post 2207022)
v4.4.7

- Bug fixes
- Split admincp settings for easier access
- Check-in phrasing
- Ladder userhtml

Superb, thanks!

Another upgrade that would be useful would be more flexible Moderator system. As it stands now, there are only two ways for people to be able to Moderate competitions. Competition creators can moderate their own, and people can be made 'global' moderators of all competitions. It would be useful if we could give specific moderator privileges on specific competitions.

For instance, I run large gaming competitions and I have a staff of other people that help me keep everything running smoothly. I need all of those people to be able to do things like create challenges and submit scores. The only way I can achieve that is to make them all Tournament Moderators, which gives them all privileges on all competitions. However, these people are only recruited to help out on specific competitions and I don't want them to make changes to any other competitions, nor do I like that they have the ability to delete the entire competition. I trust the people I have recruited, so the current situation is something I can live with, but it would be better if I had the ability to give privilege X to person/usergroup Y in competition Z.

champendk 06-15-2011 02:10 PM

+1 i would really like to see that feature along the line since we have the same issues.

Another feature i would like to se, is points for all matches played in tournaments added to the ladder assigned to . So when i choose to make a tournament and ad point for 1-3 place all other competitors still earn points per match won, without having to make challenges for each round in the tournament. Now its better not to waist time on tournaments if you dont get top 3, because they could win more point by doing normal challenges.

hope it makes sense..

Love what you did to the check-in

Good job as always

Arthran 06-15-2011 04:05 PM

I have to second what Champendk has said there, if there was an option to link a tournament to a ladder fully, and have every game in the tournament effect the ladder it would be amazing.

Also, do we have any eta on when double elimination will allow more than 8 players?

Much love for all the hard work on this, we wouldnt be successful without you!

stwan 06-16-2011 07:13 AM

Please make Words => in the phrase:

Line 2054:
HTML Code:

<option title="time" value="0" class="">Midnight</option>
HTML Code:

<option title="time" value="12" class="">Midday</option>

Line 5831:
HTML Code:

<option title="time" value="0" class="">Midnight</option>
HTML Code:

<option title="time" value="12" class="">Midday</option>
Line 5838-5849
HTML Code:

<label for="checkin">Require Competitors to Check-in</label>
                <div>
                        <select name="checkin" id="checkin">
                                <option value="0"{vb:raw tmnt.sel.checkin.0}>No Check-in Required</option>
                                <option value="600" {vb:raw tmnt.sel.checkin.600}>10 minutes before tournament starts</option>
                                <option value="1200" {vb:raw tmnt.sel.checkin.1200}>20 minutes before tournament starts</option>
                                <option value="1800" {vb:raw tmnt.sel.checkin.1800}>30 minutes before tournament starts</option>
                                <option value="3600" {vb:raw tmnt.sel.checkin.3600}>1 hour before tournament starts</option>
                                <option value="7200" {vb:raw tmnt.sel.checkin.7200}>2 hour before tournament starts</option>
                        </select>
                </div>
<p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>


CharlieDelta 06-16-2011 03:43 PM

Hi banana,
I have a little problem.
We created a league and teams have joined but we had to delete one team. When we start the league and are about to organise groups the deleted team is showing up. When you click on the team link it does state it invalid team.

How can I remove this team fully so we can start the league?

Thank you

bananalive 06-18-2011 07:05 PM

1 Attachment(s)
Quote:

Originally Posted by CharlieDelta (Post 2208561)
Hi banana,
I have a little problem.
We created a league and teams have joined but we had to delete one team. When we start the league and are about to organise groups the deleted team is showing up. When you click on the team link it does state it invalid team.

How can I remove this team fully so we can start the league?

Thank you

Upload attached file to server (allow overwrite)

TinCow1 06-18-2011 08:02 PM

My large ladder recently started play, and I've got one minor problem that could use fixing, and one minor improvement suggested by a player.

For the problem, the players are just getting used to the system and somehow a pair of them submitted a 0-0 score for a match when it should have been 2-0. They fixed it by making a second match with the proper score, but now there's a 0-0 score sitting there for a match that didn't actually occur. I have no way of removing this match except manually editing the database. Would it be possible to add in a delete/edit option for matches that have already been submitted?

For the improvement, I have players from all over the world, so scheduling is a major issue for arranging matches. A player suggested that it would be nice if the times listed on Find Match and Upcoming Matches lists included the time zones that they were being listed for. At the moment, they just give a 24h time with no indication of which time zone it is in. Ideally, the time displayed would be the time zone the player has set in the forum profile, but if that's not possible a simple marker like EST (GMT-5) would be helpful.

Many thanks! The rest of the system is working very well and players find it easy to use. It's been a major improvement to our forums and will get a lot of use.


All times are GMT. The time now is 05:59 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.02750 seconds
  • Memory Usage 1,775KB
  • 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
  • (19)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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