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)

Te?my? 01-26-2011 10:10 PM

I deleted a tournament but it still shows in the hall of fame the scores from that tourney. ie the player who won still shows the win and all the players have +1 in tourney's entered. How would i go about deleting those entries, which tables would i need to edit to remove those?

Any help would be appreciated.

Also it is not possible to edit the tournement comments it saves the original comment, not the edited version, i think i have all the correct permissions.

EDIT: im actually trying to edit someone elses comment, i am admin/owner of the forum, altho i cant even edit my own comments.

bananalive 01-27-2011 10:39 AM

Quote:

Originally Posted by Te?my? (Post 2155059)
I deleted a tournament but it still shows in the hall of fame the scores from that tourney. ie the player who won still shows the win and all the players have +1 in tourney's entered. How would i go about deleting those entries, which tables would i need to edit to remove those?

Any help would be appreciated.

Also it is not possible to edit the tournement comments it saves the original comment, not the edited version, i think i have all the correct permissions.

EDIT: im actually trying to edit someone elses comment, i am admin/owner of the forum, altho i cant even edit my own comments.

The HOF is based of number of wins, according to the user table. Columns tmnt_wins, tmnt_joins

The comment issue is to do with the WYSIWYG editor, but will be fixed in v4.2.7+

bananalive 01-27-2011 10:41 AM

Quote:

Originally Posted by rammieone (Post 2154517)
thanks mate thats helped me no end!!!!
Loving this match finder

Good to hear.
Quote:

Will there be a way a player can get a pm when a match up is made on the match finder(for when a player takes on there challenge)
The player should already be getting a PM as soon as someone accepts their match from the match finder.
Quote:

Also is there a way im missing that when a challenge on the ladder has been set it can auto post this up in the forum as well ???
Not at the moment.

ProFifaLeagues 01-27-2011 11:08 AM

Thanks Banana,Do you expect to incule an option so that the challenges can be posted to a thread in the forum too mate?

Again a superb mod and one which keeps us using it over and over thank you

bananalive 01-29-2011 12:06 PM

Quote:

Originally Posted by rammieone (Post 2155223)
Thanks Banana,Do you expect to incule an option so that the challenges can be posted to a thread in the forum too mate?


Again a superb mod and one which keeps us using it over and over thank you

Maybe at later date but not in the next version.

ProFifaLeagues 01-29-2011 02:05 PM

Cheers for letting us know mate and keep up the great work

Te?my? 01-30-2011 11:12 PM

Quote:

Originally Posted by bananalive (Post 2155215)
The HOF is based of number of wins, according to the user table. Columns tmnt_wins, tmnt_joins

The comment issue is to do with the WYSIWYG editor, but will be fixed in v4.2.7+

Thanx for the help, i managed to remove those entries and also thanx for a superb mod, keep up the fantastic work :)

Shadawg 01-31-2011 05:00 PM

I'm liking the new top navigation and rules tab. However, I can't seem to figure out how to edit the Rules tab with the top navigation enabled. Is it possible or do I have to enable the sidebar for now to edit it?

Also, will we be able to edit the rules for each ladder or tournament to fit that event? or Does this show up the same for all events?

bananalive 01-31-2011 06:16 PM

1 Attachment(s)
Quote:

Originally Posted by Shadawg (Post 2156967)
I'm liking the new top navigation and rules tab. However, I can't seem to figure out how to edit the Rules tab with the top navigation enabled. Is it possible or do I have to enable the sidebar for now to edit it?

Also, will we be able to edit the rules for each ladder or tournament to fit that event? or Does this show up the same for all events?

If you look at the main navbar at the top, Rules is second from the left. Once you click that, you can click 'Edit'.
Attachment 126299

The rules tab is the same for all ladders and all tournaments.

yin9 01-31-2011 11:10 PM

Hi all, thanks bananalive for this mod. I'm using version 4.2.5.

I have a little problem with the error message when double elimination is created with more of 8 players.

The error is in tournaments.php, is this:

Code:

        if ($tmnt['noplayers']>8 && $tmnt['type']=='de')
        {
                print_r('<font size="+2" color="red">Error!!! Double Elimination tournaments are in Beta and so only support up to 8 players!!!</font>');
        }

Show me the message outside template (in the top) and this deform my forums structure, could like place this message into the template?

Thank you very much, I really like this mod.

bananalive 02-01-2011 07:28 AM

Quote:

Originally Posted by yin9 (Post 2157158)
Hi all, thanks bananalive for this mod. I'm using version 4.2.5.

I have a little problem with the error message when double elimination is created with more of 8 players.

The error is in tournaments.php, is this:

Code:

        if ($tmnt['noplayers']>8 && $tmnt['type']=='de')
        {
                print_r('<font size="+2" color="red">Error!!! Double Elimination tournaments are in Beta and so only support up to 8 players!!!</font>');
        }

Show me the message outside template (in the top) and this deform my forums structure, could like place this message into the template?

Thank you very much, I really like this mod.

This has already been addressed in v4.2.7+

yin9 02-01-2011 08:42 AM

Quote:

Originally Posted by bananalive (Post 2157260)
This has already been addressed in v4.2.7+

Thanks for the reply, i upgraded and it seem works well, thanks for this great mod, i mark Install, rated 5 Stars, Tagged and nominated for MOTM. :)

champendk 02-01-2011 05:55 PM

How do i remove elo rating from the ladder?

champendk 02-01-2011 05:56 PM

i made a tournament and people have started playing but the rank shows that everybody is placed as no. 1?

And cant make any comments?

Shadawg 02-02-2011 12:29 AM

Quote:

Originally Posted by bananalive (Post 2157010)
If you look at the main navbar at the top, Rules is second from the left. Once you click that, you can click 'Edit'.
Attachment 126299

The rules tab is the same for all ladders and all tournaments.

I must of forgot to install something because mine doesn't look like that.

yin9 02-02-2011 03:14 PM

Hi bananalive, mi forum setting times are GMT +1, when i create or edit a tournament i have a problem with the hour, mark one more hour, i have to edit tmnt_new and tmns_edit templates or is there any way to configure the mod?

Thanks in advance, greetings.

champendk 02-02-2011 10:32 PM

Other features i would like to see:

It would be nice if it would be possible to protect tournaments and ladder with a password, so we could open up the the system so users could make there own tournaments and password protect them so only admins and them self can acces.

a password to Change the setup of the tournament and a password to enter. The pass to enter would also do good with other purposes.

Group play or league would be awesome :-)

I think i better donate now...Done :-)

Still awesome job mate

stwan 02-04-2011 10:44 AM

1 Attachment(s)
Please make Words => in the phrase:

Line 5835:

HTML Code:

sorted by
Line 5855:

HTML Code:

<vb:if condition="$filter"><br /><span class="smallfont">Showing: {vb:var filter}</span></vb:if>
Line 5822:

HTML Code:

Showing

Please fixed in next version this bug (Mozilla 3.6.13):
Attachment 126405

stwan 02-04-2011 11:25 AM

In file competitions.php:

Line 700:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$query_rules['le_time'], 1)." at ".vbdate($vbulletin->options['timeformat'],$query_rules['le_time']); 

Replace:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$query_rules['le_time'], 1)." " $vbphrase['ladder_to'] . " ".vbdate($vbulletin->options['timeformat'],$query_rules['le_time']); 


Line 1442:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$ann['le_time'], 1)." at ".vbdate($vbulletin->options['timeformat'],$ann['le_time']); 

Replace:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$ann['le_time'], 1)." " $vbphrase['ladder_to'] . " ".vbdate($vbulletin->options['timeformat'],$ann['le_time']); 


bananalive 02-04-2011 07:36 PM

Quote:

Originally Posted by stwan (Post 2158662)
In file competitions.php:

Line 700:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$query_rules['le_time'], 1)." at ".vbdate($vbulletin->options['timeformat'],$query_rules['le_time']); 

Replace:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$query_rules['le_time'], 1)." " $vbphrase['ladder_to'] . " ".vbdate($vbulletin->options['timeformat'],$query_rules['le_time']); 


Line 1442:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$ann['le_time'], 1)." at ".vbdate($vbulletin->options['timeformat'],$ann['le_time']); 

Replace:
PHP Code:

$le_time     vbdate($vbulletin->options['dateformat'],$ann['le_time'], 1)." " $vbphrase['ladder_to'] . " ".vbdate($vbulletin->options['timeformat'],$ann['le_time']); 


Fixed for next version.

bananalive 02-04-2011 07:53 PM

Quote:

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

Line 5835:

HTML Code:

sorted by
Line 5855:

HTML Code:

<vb:if condition="$filter"><br /><span class="smallfont">Showing: {vb:var filter}</span></vb:if>
Line 5822:

HTML Code:

Showing

Please fixed in next version this bug (Mozilla 3.6.13):
Attachment 126405

All fixed for next version.

bananalive 02-04-2011 08:01 PM

Quote:

Originally Posted by champendk (Post 2157441)
i made a tournament and people have started playing but the rank shows that everybody is placed as no. 1?

And cant make any comments?

I assume this is a LMS tournament? If they all have the same score, then they will be all ranked #1.

Comment permissions are a separate usergroup permission: "Can Comment on Tournaments".

bananalive 02-04-2011 08:05 PM

Quote:

Originally Posted by Shadawg (Post 2157615)
I must of forgot to install something because mine doesn't look like that.

vBulletin Settings -> Tournament and Ladder Options -> Navbar Link -> Yes

bananalive 02-04-2011 08:11 PM

1 Attachment(s)
Quote:

Originally Posted by champendk (Post 2157440)
How do i remove elo rating from the ladder?

  1. Import attached file
  2. vBulletin Options -> Tournament and Ladder Options -> Show Elo Rating column -> No

champendk 02-04-2011 09:07 PM

Its on the normal ladder and not for last man standing

bananalive 02-04-2011 09:26 PM

Quote:

Originally Posted by champendk (Post 2158859)
Its on the normal ladder and not for last man standing

Are all the elo ratings the same?

champendk 02-05-2011 05:45 AM

Yes... But xp counts but still show same rank on all

champendk 02-05-2011 10:19 AM

I have send u a email with a link since your pm is full...

bananalive 02-05-2011 11:18 AM

1 Attachment(s)
Quote:

Originally Posted by champendk (Post 2158962)
Yes... But xp counts but still show same rank on all

Upload attached file to forum directory, allowing overwrite.

champendk 02-05-2011 12:15 PM

Didnt work :-(

I have send u a screenshot

champendk 02-05-2011 02:13 PM

Would it be possible to make some widgets/blocks for the frontpage of the cms?

Some ex:

1. Top 10 rank (ladder)
2. Hall of fame
3. Matchfinde (for easy access)
3. Latest ladder/tournaments

Still best VB mod ever :-)

bananalive 02-05-2011 07:38 PM

Elo Rating will be changing for v4.2.8


It's now much simpler, just using the formula:

Rating Change = K-factor * ( Result – Expected Result )

Result being substitute by 1 for win, 0.5 for draw or 0 for loss.

Expected Result Table - based on current ranks of players/teams
Rating Difference | Stronger Player | Weaker Player
0 0.50 0.50
25 0.53 0.47
50 0.57 0.43
100 0.64 0.36
150 0.70 0.30
200 0.76 0.24
250 0.81 0.19
300 0.85 0.15
350 0.89 0.11
400+ 0.92 0.08

The Elo Rating Calculator will also be updated to use the new formula so that users can see how their score will be affected by different results.

champendk 02-06-2011 07:13 AM

Nice :-)

This is very close to what they use on gamebattles and like the old formula posted earlier i guess...

stwan 02-06-2011 12:39 PM

1 Attachment(s)
vBulletin 4.1.1 / Tournaments & Ladders Manager v4.2.8

Bugs:
1. In Announcement: Attachment 126454

2. In Tournament Attachment 126455

3. In Ladder Attachment 126456

4. In Ladder Attachment 126457

5. In Ladder Attachment 126458

6. In Team Attachment 126459

bananalive 02-06-2011 01:11 PM

Quote:

Originally Posted by stwan (Post 2159371)

I can replicate and fix all bugs apart from the last, What browser are you using?

stwan 02-06-2011 03:23 PM

Quote:

Originally Posted by bananalive (Post 2159377)
I can replicate and fix all bugs apart from the last, What browser are you using?

Mozilla Firefox 3.6.13

troykp 02-07-2011 08:45 AM

Great product. :)

Do the competitors necessarily have to be users of the forum? Or could they be merely strings of text and the mod be used for visual purposes only?

Thanks.

stwan 02-09-2011 04:58 PM

Please make Words => in the phrase:

Line 3854:
HTML Code:

<label for="u2">Opponent</label>

Line 3866:
HTML Code:

<label for="u"><vb:if condition="$ladder['pot']">Your Team<vb:else />Challenger</vb:if></label>

Line 5934 - 5938:
HTML Code:

<tr><td class="blocksubhead">Tournament Display Options</td></tr>
<tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&amp;order={vb:var order}&amp;sort={vb:var sort}">Show All Tournaments</a></td></tr>
<tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&amp;order={vb:var order}&amp;sort={vb:var sort}&amp;filter=1">Show Tournaments Awaiting Players Only</a></td></tr>
<tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&amp;order={vb:var order}&amp;sort={vb:var sort}&amp;filter=2">Show Tournaments In Progress Only</a></td></tr>
<tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&amp;order={vb:var order}&amp;sort={vb:var sort}&amp;filter=3">Show Finished Tournaments Only</a></td></tr>


Line 5956 - 5959:
HTML Code:

<option value="">All</option>
<option value="LMS" {vb:raw selected.type.LMS}>{vb:rawphrase tmnt_lms}</option>
<option value="1v1" {vb:raw selected.type.1v1}>{vb:rawphrase tmnt_1v1}</option>
<option value="de" {vb:raw selected.type.de}>{vb:rawphrase tmnt_de}</option>


Line 5962 - 5962:
HTML Code:

<option value="0" {vb:raw selected.filter.0}>Tournaments</option>
<option value="1" {vb:raw selected.filter.1}>Tournaments Awaiting Players</option>
<option value="2" {vb:raw selected.filter.2}>Tournaments In Progress</option>
<option value="3" {vb:raw selected.filter.3}>Finished Tournaments</option>


Line 3767 - 3770:
HTML Code:

<div class="blocksubhead" style="font-weight: normal">For Score: <i>Player A</i> <b>{vb:raw score_u}</b> - <b>{vb:raw score_u2}</b> <i>Player B</i> <br />
<i>Player A</i>'s rank will go from <b>{vb:raw rank_u}</b> to <b>{vb:raw newrank_u}</b>. {vb:raw e.e_u}<br />
<i>Player B</i>'s rank will go from <b>{vb:raw rank_u2}</b> to <b>{vb:raw newrank_u2}</b>. {vb:raw e.e_u2}<br /><br />
Try altering the starting elo ratings and scores below and then click Submit to see the effect.
</div>


Line 3777 - 3778:
HTML Code:

<b>Player A</b><br /><br />
Starting Elo Rating:<br />


Line 3780 and 3788:
HTML Code:

Score:<br />

Line 3785 - 3786:
HTML Code:

<b>Player B</b><br /><br />
Starting Elo Rating:<br />


Line 3812:
HTML Code:

<label for="teamid">Select the team you want to enter</label>

stwan 02-11-2011 02:26 PM

Quote:

Originally Posted by stwan (Post 2159371)

Demo bug:
http://www.pokebattlecenter.net/comp...viewteam&id=18
http://swiftor.com/competitions.php?do=viewteam&id=11
http://www.adversitygaming.com/avtfo...=viewteam&id=7

maddenminds 02-11-2011 04:01 PM

Quote:

Originally Posted by bananalive (Post 2151939)
1. You can only link result of tournament to ladder. Users cannot currently report their own results for tournaments, only tournament moderators can.

2. I've adjusted permissions so that only tournament moderators can add players to tournaments. Uploaded attached tournaments.php to forum directory (allow overwrite).

3. Tournament moderators progress users onto next round using the arrows. See attached screenshot

My ladder doesnt have these arrows, i had a freelancer install. Can you tell me what i need him to do?


All times are GMT. The time now is 10:55 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.02322 seconds
  • Memory Usage 1,900KB
  • 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
  • (16)bbcode_html_printable
  • (8)bbcode_php_printable
  • (21)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