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 03-09-2011 02:01 PM

Quote:

Originally Posted by hypex (Post 2168435)
What you say makes sense. The issue I see is user behaviour. If i lose I'm not going to submit a lose as I no longer have interest since I'm eliminated from the tournament, thus holding up the process.

For the ESL (Starcraft 2) they allow either the winner or the loser to report the result. If the report is wrong the winner sends through the replay to fix the issue.

I guess if the loser doesn't report the loss, the winner has to get in contact with the moderator of the tournament and send through the reply anyway same as if a false win was reported.

I just believe people are more likely to make the effort to report a win then to report a loss.

Maybe make it an option where you can either report a loss or win?

I'm still not sure of the best solution, but it is something, which I'm planning to add to a later version.

bananalive 03-09-2011 02:05 PM

Quote:

Originally Posted by otterag (Post 2168392)
i have just installed this mod and i would like to say job well done, from playing with it for like 45 minutes i am really in love with it.

i do have a suggestion for the submission of win/draw/loss. if there is a way that when a player submits a result for the match that it messages the person they played for that match for a confirmation of results that would eliminate the need for moderator approval on match wins.

Quote:

i would like to know if its possible to change "Ladder" to League. I would also like to know if there is a way to limit the number of games a player can play for rating each week and add bonus points to matches. right now my league is going to be 5 points for a win, 3 for a draw and 1 for a loss and i want to give the players bonus points for playing on certain days of the week and playing extra games during each scoring week.
You could change the phrase from ladder to league in admincp -> phrase manager

There is currently no way to have different points depending on the day, etc.
Quote:

also wanted to know if it was possible the mod was able to have a grid layout so that it looks like the rest of the webpage.
Which page?

There is alot of information contained on the main pages, so tabs were added to stop a page being very long vertically.

bananalive 03-09-2011 02:10 PM

Version History - v4.3.2
- bug fix for v4.3.1
- added xp for 1st place for tournaments linked to ladders
- few minor templates changes

champendk 03-09-2011 05:32 PM

i know im greedy, could you ad the xp for nr 1,2 and 3 for winning a tournament.

Please :-)

stwan 03-09-2011 07:15 PM

1 Attachment(s)
vBulletin 4.1.2 / Tournaments & Ladders Manager v4.3.2

xHTML 1.0 errors:

1 error in competitions.php?do=viewteam&id=1 (dublicate ID profile_tabs)

Bugs:

1. In Team Attachment 127182

2. In section ladder/tournament Attachment 127183
and link to the player's nickname: competitions.php?do=viewteam&id=

3. Attachment 127184

4.

Line 3034:
HTML Code:

<h2 class="blockhead">{vb:rawphrase ladder_chlls}</h2>

replace:
HTML Code:

<h2 class="blockhead">{vb:rawphrase ladder} {vb:rawphrase ladder_chlls}</h2>


P.S. not been fixed is not one of these bugs :(

===

5. No pictures:
  • images/buttons/collapse_alt.gif // Remove Slot Add Slot
  • images/buttons/collapse_alt_collapsed.gif // Add Slot

6. When the team name has special characters: <, & etc., they are displayed as follows:

Attachment 127314

7. Not working condition in the phrases:
HTML Code:

<vb:if condition="$vboptions['tmnt_elorating']"><p>
                        <b>How much will my elo rating change if I challenge this player?</b>
                </p>
                <p>
                        It depends - Elo Rating is based on both of your elo ratings at the time of the game. So if you beat someone with a higher rank than you then you will gain more than if you beat someone with a lower elo rating than you. For your reference you can use the <a href="ladders.php?do=elorating">Elo Rating Calculator</a>.
                </p></vb:if>


8. Line 7621:
HTML Code:

<a href="competitions.php?do=makecoleader&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>/

replace:
HTML Code:

<a href="competitions.php?do=makecoleader&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>

9. Line 4339:
HTML Code:

{vb:rawphrase ladder_score}:<br />

replace:
HTML Code:

{vb:rawphrase tmnt_score}:<br />


make Words => in the phrase:

Line 7131:
HTML Code:

<legend>Send a Message to {vb:raw username}</legend>

Line 771:
HTML Code:

<br />Tournament Creator <vb:if condition="$comper AND !$team"> &amp; <vb:if condition="$winner AND !$team AND $tmnt['status'] == $vbphrase['tmnt_finished']">Winner<vb:else />Competitor</vb:if></vb:if>

Line 773:
HTML Code:

<vb:if condition="$comper AND !$team"><br />Tournament <vb:if condition="$winner AND !$team AND $tmnt['status'] == $vbphrase['tmnt_finished']">Winner<vb:else />Competitor</vb:if></vb:if>

Line 7613 and 7614:
HTML Code:

<a href="competitions.php?do=confirmrecruit&amp;id={vb:var member.id}" onclick="return confirm('Are you sure you want to confirm this recruit?')">Accept</a>/
                        <a href="competitions.php?do=rejectrecruit&id={vb:var member.id}" onclick="return confirm('Are you sure you want to reject this recruit?')">Reject</a>


Line 7621:
HTML Code:

<a href="competitions.php?do=makecoleader&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>

Line 7623:
HTML Code:

<a href="competitions.php?do=makeleader&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team member a leader?')">{vb:rawphrase tmnt_leader}</a>

Line 7628:
HTML Code:

<div class="breakfriendship"><a href="competitions.php?do=killteamplayer&amp;id={vb:raw member.id}" onclick="return confirm('Are you sure you want to remove this player from your team?')">{vb:rawphrase tmnt_deleteplayer}</a></div>

Line 7631:
HTML Code:

<div class="breakfriendship"><a href="competitions.php?do=leaveteam&amp;teamid={vb:raw member.teamid}" onclick="return confirm('Are you sure you want to leave this team?')">{vb:rawphrase tmnt_leaveteam}</a></div>

Line 7656:
HTML Code:

<tr><td class="vbmenu_option"><a href="competitions.php?do=killteamplayer&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to remove this player from your team?')">{vb:rawphrase tmnt_deleteplayer}</a></td></tr>

Line 7658:
HTML Code:

<tr><td class="vbmenu_option"><a href="competitions.php?do=makecoleader&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_makecoleader}</a></td></tr>

Line 7661:
HTML Code:

<tr><td class="vbmenu_option"><a href="competitions.php?do=makeleader&amp;id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team member a leader?')">{vb:rawphrase tmnt_makeleader}</a></td></tr>

Line 7665:
HTML Code:

<tr><td class="vbmenu_option"><a href="competitions.php?do=leaveteam&amp;teamid={vb:raw teamid}" onclick="return confirm('Are you sure you want to leave this team?')">{vb:rawphrase tmnt_leaveteam}</a></td></tr>

Line 1413:
HTML Code:

<li><a href="competitions.php?do=killteam&amp;id={vb:raw teamid}" onclick="return confirm('Are you sure you want to delete this team?')" title="{vb:rawphrase tmnt_delteam}"><img src="{vb:stylevar imgdir_siteicons}/delete.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_delteam}</a></li>

Line 1386:
HTML Code:

<li><a href="competitions.php?do=reqjointeam&amp;id={vb:raw teamid}" onclick="return confirm('Are you sure you want to join this team? \r\n\r\n(The team leader needs to confirm your request before you are shown as a team member)')" title="{vb:rawphrase tmnt_jointeam}"><img src="{vb:stylevar imgdir_siteicons}/network.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_jointeam}</a></li>

Line 1410:
HTML Code:

<li><a href="competitions.php?do=leaveteam&amp;teamid={vb:raw teamid}" onclick="return confirm('Are you sure you want to leave this team?')"><img src="{vb:stylevar imgdir_siteicons}/ignore.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_leaveteam}</a></li>

champendk 03-09-2011 09:18 PM

How do i change where the "tournament" menu tab links to?

I want the page with alle the boxes to be the landing page and right now its not.

Boristheblade 03-10-2011 12:04 AM

Quote:

Originally Posted by bananalive (Post 2171392)
(AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Tournament Permissions)


After installing the files and importing the product I don't have a tournament option in the user group control panel.

stwan 03-10-2011 12:59 PM

Error in ladders.php?do=elorating (vBulletin 4.1.2 / Tournaments & Ladders Manager v4.3.2)

Code:

Warning: Missing argument 5 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034

Warning: Missing argument 6 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034

Warning: Missing argument 7 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034

Warning: Missing argument 8 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034

Warning: Missing argument 9 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034

Warning: Missing argument 10 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034

Warning: Missing argument 11 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034


shoer76 03-10-2011 02:40 PM

Great Mod just what I needed! Thanks

In the double elimination brackets, is there a way to rearrange who is in which bracket?

Is it possible to add a shuffle button to shuffle the brackets randomly? :)

Thanks,
Eric

bananalive 03-10-2011 05:58 PM

Quote:

Originally Posted by Boristheblade (Post 2171680)
After installing the files and importing the product I don't have a tournament option in the user group control panel.

Try this:

AdminCP -> Rebuild -> Rebuild Bitfields


All times are GMT. The time now is 04:29 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.02920 seconds
  • Memory Usage 1,804KB
  • 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
  • (22)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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