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 08-29-2010 07:43 PM

Quote:

Originally Posted by Gold Phan7om (Post 2088901)
Yes javascript is enabled, this isnt happening on other browsers and the team name is Devil's incarnation squad'

Fixed in next version - v4.2.1

bananalive 08-29-2010 07:45 PM

Quote:

Originally Posted by semka (Post 2089546)
It possible to back comment box under Tournament resultats?

I don't understand the question.

But to change the layout of the tournament page, edit template tmnt_display.

Gold Phan7om 08-29-2010 08:05 PM

Just upgraded and works perfect Thanks!

bananalive 08-29-2010 08:23 PM

v4.2.1 Video of seasons

http://www.youtube.com/watch?v=PPiHxlmIY40

ProFifaLeagues 08-29-2010 08:46 PM

Upgraded easy as always top work thanks!!!

FireflyP2C 09-01-2010 05:22 AM

Great script. But one thing missing. The ability to set different challenge options for each ladder. This could be done via drop boxes if we have a place to add the choices per ladder. Like add a time/date check box, plus other game specific options via admin. For example for a MW2 ladder you could add Perks - yes no, Air Support - yes no, harcore - yes no etc. Then different options for another game.

Raeven 09-01-2010 11:06 AM

I have 2 small Question:

Would it be Possible to have additional "Leaders" for a Squad. What I mean is:

Admin (Same as the Leader, just cant be removed by a Leader)
Co Admin (Same as leader, but can be removed by Admin, but not by Leader)
Leader (normal as now)
Co Leader (normal as now)

(also I would need 2 more "Ranks" in between of Co-Admin and leader), since I want to use that for my Clan Rosters as well ;) (way better then to use these current Roster Addons)


And next Thing:
Is it somehow possible to show a Roster alone (without the Sidebar), so I can integrate them better as rosters, into each Squads Forum Part ;).?

//edit: Btw. This is one of the most useful Mods ever for a Clan Forum ;).

ilbianconiglio 09-01-2010 02:13 PM

Hi, I'm new to the vbulletin system.

I just installed this mod and it seems to works fine. Anyway I want to translate it to Italian.
How can I do it? Which is the best and scalable way?

stwan 09-02-2010 01:08 PM

Bugs 4.2.1beta (Mozilla 3.6.8):

https://vborg.vbsupport.ru/
http://s54.radikal.ru/i143/1009/6f/1315709d4351.jpg

Not show the number of tournaments and ladder (Uncategorised):
https://vborg.vbsupport.ru/external/2010/09/57.jpg

Please make Words => in the phrase:
Line 1527:
HTML Code:

<p class="label">Link this tournament to a Ladder</p>
Line 5241:
HTML Code:

<label for="prize">Link this tournament to a Ladder</label>
Line 5243:
HTML Code:

Winner gets <input class="textbox numeric" name="prize" value="50" size="5" maxlength="4" type="prize" /> points added to their elo rating in ladder:
Line 1535:
HTML Code:

Winner gets <input class="textbox numeric" name="prize" value="{vb:var tmnt.prize}" size="5" maxlength="4" type="prize" /> points added to their elo rating.
In competitions.php?do=help please make all Words => phrases.

For xhtml 1.0 in template tmnt_help + new version player youtube:
HTML Code:

<object width="384" height="231"><param name="movie" value="http://www.youtube.com/v/SLoRv3mcmls?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SLoRv3mcmls?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="384" height="231"></embed></object>
Replace:
HTML Code:

<object class="restrain" type="application/x-shockwave-flash" width="384" height="231" data="http://www.youtube.com/v/SLoRv3mcmls?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded">
        <param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <param name="wmode" value="transparent" />
        <param name="allowfullscreen" value="true" />
        <!--[if IE 6]>
        <embed width="384" height="231" type="application/x-shockwave-flash" src="http://www.youtube.com/v/SLoRv3mcmls?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <![endif]-->
</object>

and

HTML Code:

<object width="384" height="231"><param name="movie" value="http://www.youtube.com/v/hOjkZq1tiRg?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hOjkZq1tiRg?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="384" height="231"></embed></object>
Replace:
HTML Code:

<object class="restrain" type="application/x-shockwave-flash" width="384" height="231" data="http://www.youtube.com/v/hOjkZq1tiRg?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded">
        <param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <param name="wmode" value="transparent" />
        <param name="allowfullscreen" value="true" />
        <!--[if IE 6]>
        <embed width="384" height="231" type="application/x-shockwave-flash" src="http://www.youtube.com/v/hOjkZq1tiRg?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <![endif]-->
</object>


nosretap 09-02-2010 11:43 PM

Thanks for any help!

1- I have installed the mod and it doesn't give me the ability to create a ladder. I can create a tournament, but not a ladder.
http://media.gamehouse.com/m/GHBlog/...w%20Ladder.JPG

Any ideas why?

2- Also, I was an idiot and forgot to "upgrade" the mod from 2.8.4. I, instead, uninstalled the old one, and installed the new one with my vB 4.0* install so lost all of my data. I have a vb database backup from the day before, how hard is it to get the tmnt_* data from the "old" format and insert it in to the "new" one?

Thanks!

bananalive 09-03-2010 12:14 PM

Quote:

Originally Posted by stwan (Post 2092792)
Bugs 4.2.1beta (Mozilla 3.6.8):

...

Fixed phrases and css bugs for v4.2.2

Youtube are now embedded using the new YouTube iframe embed (supporting HTML5)

Help page is now phrased.

bananalive 09-03-2010 12:25 PM

Quote:

Originally Posted by nosretap (Post 2093042)
Thanks for any help!

1- I have installed the mod and it doesn't give me the ability to create a ladder. I can create a tournament, but not a ladder.
http://media.gamehouse.com/m/GHBlog/...w%20Ladder.JPG

Any ideas why?

2- Also, I was an idiot and forgot to "upgrade" the mod from 2.8.4. I, instead, uninstalled the old one, and installed the new one with my vB 4.0* install so lost all of my data. I have a vb database backup from the day before, how hard is it to get the tmnt_* data from the "old" format and insert it in to the "new" one?

Thanks!

1. Usergroup permissions are split into two blocks: Tournament and Ladder Permissions and More Tournament and Ladder Permissions. Ladder permissions are in the latter.

2. The table structure for this modification has not changed very much since v2.8.4 so you should be able to get the data from your backup and add it via phpmyadmin.

bananalive 09-03-2010 12:27 PM

Quote:

Originally Posted by ilbianconiglio (Post 2092464)
Hi, I'm new to the vbulletin system.

I just installed this mod and it seems to works fine. Anyway I want to translate it to Italian.
How can I do it? Which is the best and scalable way?

Use the phrase manager in AdminCP, and translate each phrase.

All the phrases for this modification begin with either tmnt_ or ladder_

stwan 09-03-2010 01:57 PM

In version 4.2.1beta not corrected conflict with vBExpirience!

And bug:

Guests can not see Tournaments and Ladder, although the setting is right on the view...

betts02 09-04-2010 08:57 AM

Does the latest version work with more than 8 teams in the double elimination ?

And still coming back to see if any news on a league intergrated or stand alone

bananalive 09-06-2010 12:48 PM

Quote:

Originally Posted by stwan (Post 2093279)
In version 4.2.1beta not corrected conflict with vBExpirience!

Did you try this:

Quote:

Originally Posted by bananalive (Post 2088342)
the problem is with plugin vBExperience (links)] executed on hook location global_setup_complete

Change hook location from global_setup_complete to process_templates_complete and that should fix issue.

Quote:

Originally Posted by stwan (Post 2093279)
In version 4.2.1beta not corrected conflict with vBExpirience!

And bug:

Guests can not see Tournaments and Ladder, although the setting is right on the view...

I cannot replicate this error.

bananalive 09-06-2010 12:48 PM

Quote:

Originally Posted by betts02 (Post 2093578)
Does the latest version work with more than 8 teams in the double elimination ?

And still coming back to see if any news on a league intergrated or stand alone

No, not yet.

What is it you wanted from a league? I'm not really sure what a league is.

FireflyP2C 09-06-2010 01:41 PM

A league is where plays each other once ( or a set number of time ) in a season, with a set number of point for a win or draw. After everyone has played each other once the team with the most points wins. Like any football league in the world.

BTW is it possible to add more challegne options, and to have different challenge options for each ladder?

betts02 09-06-2010 02:06 PM

League system consists of this example :

6 x teams

Each team would have 1 match per week

Each team would play a Home and Away match

With a Home and Away match, that means each team would play the other team twice over the season

So the whole season for 6 teams would last 10 weeks

5 Home games
5 Away games

each score would be points set per win and draw
Optional settings for Points For and Against

This meaning if in football, 2 teams win/draw and end up on the same points at the end of the season

You take all the goals team a scored and take away all the goals they had against them

Same with team b

nosretap 09-07-2010 04:50 PM

Thanks, Bananalive, but I don't have a More Tournament and Ladder Permissions unless I am just not finding it! I have looked everywhere!

(Followup: found it in Usergroup Manager. Was looking in 'Settings'). Thanks!

ilbianconiglio 09-07-2010 07:49 PM

A great service is to allow the two competitor to upload own replay of the match.

Also, can you allow the competitor to report/approve the results?

Cryo 09-08-2010 12:00 AM

I use this to run StarCraft II tournaments on my forum. We have a 64 person tournament going right now and it's working out great. It would be nice if we were allowed to attach files and assign races / classes to each match. Beyond that, great job! I hope the Double Elimination gets sorted out for larger tournaments soon.

betts02 09-08-2010 09:49 PM

I see the option to progress a team/player to the next round in a tournament
But no option to revert it

If you be accident progress a wrong team, How can you edit this and progress the correct team ?

betts02 09-08-2010 11:10 PM

When the tournament is created and i have selected the thread to post it up in

It displays it fine exemp this part :

No Players: 8
Type: de

k_e_i_k_u_n_1_7 09-10-2010 02:25 AM

Thanks mate, we'll be using this tourney plugin extensively

Jimbolosey 09-10-2010 01:35 PM

Code:

Database error in vBulletin 4.0.6:

Invalid SQL:

        SELECT *
        FROM vbtmnt_ladders
        WHERE groupid != 0
        ORDER BY groupid ASC;

MySQL Error  : Unknown column 'groupid' in 'where clause'
Error Number  : 1054
Request Date  : Friday, September 10th 2010 @ 09:33:52 AM
Error Date    : Friday, September 10th 2010 @ 09:33:52 AM
Script        : http://www.****.com/forums/ladders.php?do=edit&id=1
Referrer      : http://www.****.com/forums/ladders.php?do=view&id=1
IP Address    : ****
Username      : ****
Classname    : vB_Database
MySQL Version : 5.0.91mm-log

I get this when trying to edit a ladder. I just wanted to change the icon... I can't find anything in the database about ladders, only a column for categories. Can someone give me specifics on the columns needed?

bananalive 09-10-2010 02:05 PM

Quote:

Originally Posted by Jimbolosey (Post 2096220)
Code:

Database error in vBulletin 4.0.6:

Invalid SQL:

        SELECT *
        FROM vbtmnt_ladders
        WHERE groupid != 0
        ORDER BY groupid ASC;

MySQL Error  : Unknown column 'groupid' in 'where clause'
Error Number  : 1054
Request Date  : Friday, September 10th 2010 @ 09:33:52 AM
Error Date    : Friday, September 10th 2010 @ 09:33:52 AM
Script        : http://www.****.com/forums/ladders.php?do=edit&id=1
Referrer      : http://www.****.com/forums/ladders.php?do=view&id=1
IP Address    : ****
Username      : ****
Classname    : vB_Database
MySQL Version : 5.0.91mm-log

I get this when trying to edit a ladder. I just wanted to change the icon... I can't find anything in the database about ladders, only a column for categories. Can someone give me specifics on the columns needed?

The above error is occuring due to a missing column in your mysql database. Table 'vbtmnt_ladders' is missing column 'groupid' with following details: int(10), NOT NULL, default value '0'.

Have you imported the latest product file, allowing over-write?

bananalive 09-10-2010 02:06 PM

Quote:

Originally Posted by betts02 (Post 2095619)
When the tournament is created and i have selected the thread to post it up in

It displays it fine exemp this part :

No Players: 8
Type: de

Fixed for next version, in meanwhile you have to edit manually edit affected threads.

bananalive 09-10-2010 02:07 PM

Quote:

Originally Posted by betts02 (Post 2095603)
I see the option to progress a team/player to the next round in a tournament
But no option to revert it

If you be accident progress a wrong team, How can you edit this and progress the correct team ?

At the moment you can only regress players within Single Elimination tournaments.

PJSkiboy 09-10-2010 02:08 PM

Not sure if this has already been mentioned in this thread or not (shame on me for not searching), but it would be nice if you could input scores and have them next to the usernames in the brackets. Would also be nice if you could display something like team icons as well, but that's just getting greedy, lol.

bananalive 09-10-2010 02:09 PM

Quote:

Originally Posted by ilbianconiglio (Post 2095197)
A great service is to allow the two competitor to upload own replay of the match.

Also, can you allow the competitor to report/approve the results?

Not at the moment.

bananalive 09-10-2010 02:20 PM

Quote:

Originally Posted by FireflyP2C (Post 2094562)
BTW is it possible to add more challegne options, and to have different challenge options for each ladder?

Added in next version

Robbed 09-10-2010 03:55 PM

One suggestion:

Would it be possible to make tournaments best out 3, 5, 7. On the tree you would be able to change the series every time someone wins then it would only advance after 2 , 3 , 4 wins depending on the series?

Jimbolosey 09-10-2010 04:14 PM

Quote:

Originally Posted by bananalive (Post 2096244)
The above error is occuring due to a missing column in your mysql database. Table 'vbtmnt_ladders' is missing column 'groupid' with following details: int(10), NOT NULL, default value '0'.

Have you imported the latest product file, allowing over-write?

Yeah, I originally had 4.2.0, but that gave me all the errors. I tried the 4.2.1 beta and its working now.

*I think I got the version #s right...

HighJinx 09-11-2010 12:51 PM

We are in the online competitive gaming scene playing the likes of Call of Duty 4 and more and would like to get more involved with running cups/tournaments/ladders as do other gaming orgs, but most of the popular cup sites use webspell with its own cup addon, we would like to utilize our vb with your mod.

We have the Tournaments & Ladders Manager v4.2.0 mod installed on our site http://high-jinx.net/competitions.php, we are playing around with it until we go live, we have a few requests or ideas for a future version.
  • edit each round or stage of a tournament
  • add round 1, round 2, quarterfinal, semi-final, final plus an image insert
  • manually move teams into tournament slots
  • option to prefix teams with a branding name
  • shorten the width of the tree background (possibly our style modification)
  • add custom profile fields for the teams

Thanks in advance :D, a very good mod.

bananalive 09-11-2010 02:07 PM

Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'

http://www.youtube.com/watch?v=bO1y5yhze1g

Edit: v4.2.2 also includes:
  • Round names at top of each round/column
  • admin can now add multiple players to tournaments (seperate each username by a semi colon ';'))
  • other things...

CharlieDelta 09-11-2010 02:23 PM

Quote:

Originally Posted by bananalive (Post 2096694)
Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'

http://www.youtube.com/watch?v=bO1y5yhze1g

Awesome!!!

ProFifaLeagues 09-11-2010 03:00 PM

Quote:

Originally Posted by bananalive (Post 2096694)
Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'

http://www.youtube.com/watch?v=bO1y5yhze1g


Great news thanks for all the work you put in to this mod!!!!

Nephalim 09-11-2010 04:51 PM

This was awesome in my 3.8.6 forum just upgraded to 4 and all is good. But where do you now add team logos? There is no button or I'm just not seeing it :)

Thank you much


D'oh nevermind. My template skin is dark and did not see the edit button!

Nephalim 09-12-2010 02:01 AM

Hi. Using VB 4.0.5 and my Members can't see the 'Help' link for tournaments when logged in. But if they log out they can see it? Also, they can't signup as a free agent because they can't see the free agent link either. But when not logged in we can see it? How can I fix this?

Thank you much


All times are GMT. The time now is 03:11 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.03005 seconds
  • Memory Usage 1,870KB
  • 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
  • (8)bbcode_html_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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