PDA

View Full Version : Major Additions - Tournaments, Ladders & Leagues Manager v4.x


Pages : 1 2 3 4 [5] 6 7 8 9 10

betts02
06-12-2011, 12:07 PM
Please wait 1307797583 hours between challenging the same player/team.

I have this set via admin to 24 hours and getting the above, Any idea ?

bananalive
06-13-2011, 08:11 AM
Please wait 1307797583 hours between challenging the same player/team.

I have this set via admin to 24 hours and getting the above, Any idea ?

I've fixed this error in next version.

bananalive
06-13-2011, 08:16 AM
Additionally, I saw your video (http://www.youtube.com/watch?v=bO1y5yhze1g) for customizable fields in ladder challenges, however I don't find where to create those customizable fields.

Thanks in advance.

Navigate to ladder.

Click 'Edit Ladder'

Then edit 'Challenge Extra Fields'

bananalive
06-13-2011, 08:19 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

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)

ProFifaLeagues
06-13-2011, 08:26 AM
Having the latest results shown in the forum block like Betts mentioned would be a superb addition If that is do-able Banana

bananalive
06-13-2011, 08:49 AM
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?



Ladder/League Usergroup Permissions


For ladder/league with url: http://www.yoursite.com/forums/ladders.php?do=view&id=22

AdminCP -> Plugins & Products -> Add New Plugin:


Hook Location: easy_forms_post_form_start

Title: Ladder 22 Usergroup Permissions

Exec Order: 5

Plugin PHP Code:

if ($id == 22 && !is_member_of($vbulletin->userinfo, 6))
{
print_no_permission();
}

Active: Yes


Replace 6 with appropriate Usergroup id of usergroup you wish to have permission to view ladder / league.




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

I'll try and reconfigure this a bit for next version.

stwan
06-13-2011, 08:57 AM
Please make Words => in the phrase:

Line 5836 - 5847
<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>

bananalive
06-13-2011, 09:14 AM
v4.4.7

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

bananalive
06-13-2011, 09:22 AM
Please make Words => in the phrase:


Done in latest version.

stwan
06-13-2011, 09:30 AM
Please make Words => in the phrase:

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


Line 3832:
This ladder/league has no players yet...


Line 3839:
<label for="bw">Border</label>


Line 3852:
<label for="bw">Width</label>


Line 3853:
<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:
<label for="w">Dimensions</label>


Line 3866:
<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:
<label for="h">Height</label>


Line 3870:
<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:
<label for="noavatar">Show Avatar</label>


Line 3884:
<label for="bg">HEX Color of</label>


Line 3887:
<label for="bg">Background</label>


Line 3892:
<label for="c">Text</label>


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


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


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

bananalive
06-13-2011, 09:52 AM
Please make Words => in the phrase:

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


Line 3832:
This ladder/league has no players yet...


Line 3839:
<label for="bw">Border</label>


Line 3852:
<label for="bw">Width</label>


Line 3853:
<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:
<label for="w">Dimensions</label>


Line 3866:
<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:
<label for="h">Height</label>


Line 3870:
<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:
<label for="noavatar">Show Avatar</label>


Line 3884:
<label for="bg">HEX Color of</label>


Line 3887:
<label for="bg">Background</label>


Line 3892:
<label for="c">Text</label>


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


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


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

Implemented in v4.4.7

EasyEazy
06-13-2011, 05:18 PM
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
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:
<option title="time" value="0" class="">Midnight</option>
<option title="time" value="12" class="">Midday</option>


Line 5831:
<option title="time" value="0" class="">Midnight</option>
<option title="time" value="12" class="">Midday</option>

Line 5838-5849
<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
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.

cdj
06-19-2011, 02:10 AM
Just noticed in a tournament bracket that on long usernames, the Regress Player option is hidden. It's not a problem right now as I don't need to regress the particular user, however it obviously could be an issue in the future. In the attached image, notice user xGRIDIRONxGURUx towards the bottom.

As well, just simply for a seamless look, it'd be nice to see the Regress Player image appear in front of the player's username and be the mirror image of the Advance Player. That's obviously just a personal aesthetic note but thought I'd mention it.

CharlieDelta
06-19-2011, 02:18 AM
Upload attached file to server (allow overwrite)
Worked like a charm! Thank you! Great work as always!:up::D

TinCow1
06-19-2011, 02:44 AM
Just noticed in a tournament bracket that on long usernames, the Regress Player option is hidden. It's not a problem right now as I don't need to regress the particular user, however it obviously could be an issue in the future. In the attached image, notice user xGRIDIRONxGURUx towards the bottom.

As well, just simply for a seamless look, it'd be nice to see the Regress Player image appear in front of the player's username and be the mirror image of the Advance Player. That's obviously just a personal aesthetic note but thought I'd mention it.

This can be fixed by increasing the Tournament Bracket Width setting. Keep making the size larger until it is long enough to fit both the longest name and the buttons.

cdj
06-20-2011, 12:39 AM
This can be fixed by increasing the Tournament Bracket Width setting. Keep making the size larger until it is long enough to fit both the longest name and the buttons.Thanks for the info!

excessive34
06-20-2011, 02:13 AM
Have an issue.

While using the Ladder System:
It is supposed to number the players.
Example:
1. jason
2. Jander
3. fred

For some reason it looks like this

1. Jason
1= Jander
1= Fred

A link to show it can be seen here:
http://www.gd-gaming.com/ladders.php?do=view&id=3

could use a fix for this.

excessive34
06-20-2011, 02:54 AM
NVM figured that out!

After finishing a tournament, it doesn't seem to be adding wins/losses to the ladder? Do I have to do it manually?

LichtMann
06-20-2011, 03:07 PM
Hi!

After upgrading to 4.4.7 the system is not showing the brackets!

Just a blank space. I noticed that the code is in the document, but the browser is not showing them.

I tried reverting to 4.4.3 but was useless. hat solution do you think can I use?


Example here:

http://gamersco.com/tournaments.php?do=view&id=20


Greetings.

bananalive
06-20-2011, 05:08 PM
Hi!

After upgrading to 4.4.7 the system is not showing the brackets!

Just a blank space. I noticed that the code is in the document, but the browser is not showing them.

I tried reverting to 4.4.3 but was useless. hat solution do you think can I use?


Example here:

http://gamersco.com/tournaments.php?do=view&id=20


Greetings.

Your container css has float: right property

Simple solution:

Import attached file to includes/ folder in your forum directory (allow overwrite)

bananalive
06-20-2011, 05:18 PM
NVM figured that out!

After finishing a tournament, it doesn't seem to be adding wins/losses to the ladder? Do I have to do it manually?

When linked to a ladder, tournament winner(s) can be given some experience or elo rating points.

LichtMann
06-20-2011, 06:15 PM
Thank you for your answer. It worked! :)

Another issue I forgot to mention. Before the update, the auto complete function adding players to tournaments was working, but now it does not work. Do you have idea why it could be?

Greetings.

KrU$ty
06-20-2011, 11:51 PM
When clicking on 'more matches' on the upcoming matches tab in a league, i get the following errors:

Warning: array_merge() [function.array-merge (http://frozensynapseleague.com/function.array-merge)]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 20

Warning: array_merge() [function.array-merge (http://frozensynapseleague.com/function.array-merge)]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 43

Warning: Invalid argument supplied for foreach() in [path]/includes/init.php(331) : eval()'d code on line 83

Warning: array_merge() [function.array-merge (http://frozensynapseleague.com/function.array-merge)]: Argument #1 is not an array in [path]/includes/vba_cmps_include_top.php on line 773

Warning: array_merge() [function.array-merge (http://frozensynapseleague.com/function.array-merge)]: Argument #2 is not an array in [path]/includes/vba_cmps_include_top.php on line 773


Also, the option to display a user field next to a player username does not seem to be working. If i add {usertext} it displays the linked username next to their username fine (in other words their username twice), however if i put {field5} is shows nothing.

excessive34
06-21-2011, 12:31 AM
Thanks for the help banana, one more question.

My users are having trouble locating some of the "Join" buttons or "Join Ladder" links. Is there a template that I can edit somewhere? I know how to adjust everything, I just can't find the template.

excessive34
06-21-2011, 12:52 AM
Found the templates... Every time I attempt to edit them.. I get these.

Template: tmnt_ladder_display

"vBulletin Message
The following error occurred when attempting to evaluate this template:
Could not find phrase 'too_many_attributes'.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish."

"This template was changed by someone else while you were editing it. Your changes have not been saved. Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved."

I re-ad the changes and attempt to save again, same thing. Are we not allowed to edit this or something?

EasyEazy
06-21-2011, 02:39 PM
Request if possible

Could we have an option to remove the uncategorised sections on this mod?

Thanks in advance

CharlieDelta
06-22-2011, 11:39 PM
Hi Banana I have a question.
We started our league and in the league options we set up 14 rounds. The 14 rounds are within the start and end date. The problem that we see is when we view the upcoming matches the filter drop down is only showing 12 rounds. Does this mean the league will only have 12 rounds to play or is the viewing only limited to the first 12?

bananalive
06-23-2011, 09:06 AM
Please make Words => in the phrase:

Line 2054:
<option title="time" value="0" class="">Midnight</option>
<option title="time" value="12" class="">Midday</option>


Line 5831:
<option title="time" value="0" class="">Midnight</option>
<option title="time" value="12" class="">Midday</option>

Line 5838-5849
<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>

Phrased in next version.

bananalive
06-23-2011, 09:08 AM
When clicking on 'more matches' on the upcoming matches tab in a league, i get the following errors:


The file includes/vba_cmps_include_top.php is not related to this modification.

Also, the option to display a user field next to a player username does not seem to be working. If i add {usertext} it displays the linked username next to their username fine (in other words their username twice), however if i put {field5} is shows nothing.

Enable competition setting:

Join User Tables to User Profile Tables

bananalive
06-23-2011, 09:10 AM
Found the templates... Every time I attempt to edit them.. I get these.

Template: tmnt_ladder_display

"vBulletin Message
The following error occurred when attempting to evaluate this template:
Could not find phrase 'too_many_attributes'.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish."

"This template was changed by someone else while you were editing it. Your changes have not been saved. Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved."

I re-ad the changes and attempt to save again, same thing. Are we not allowed to edit this or something?

Be careful that you have the whole condition starting <vb:if condition="... until </vb:if> otherwise this error will occur

bananalive
06-23-2011, 09:13 AM
Hi Banana I have a question.
We started our league and in the league options we set up 14 rounds. The 14 rounds are within the start and end date. The problem that we see is when we view the upcoming matches the filter drop down is only showing 12 rounds. Does this mean the league will only have 12 rounds to play or is the viewing only limited to the first 12?

Fixed in next version.

bananalive
06-23-2011, 09:13 AM
Thank you for your answer. It worked! :)

Another issue I forgot to mention. Before the update, the auto complete function adding players to tournaments was working, but now it does not work. Do you have idea why it could be?

Greetings.

What tournament type? How many players/teams?

bananalive
06-23-2011, 09:14 AM
Have an issue.

While using the Ladder System:
It is supposed to number the players.
Example:
1. jason
2. Jander
3. fred

For some reason it looks like this

1. Jason
1= Jander
1= Fred

A link to show it can be seen here:
http://www.gd-gaming.com/ladders.php?do=view&id=3

could use a fix for this.

If they all have the same score then they are all first equal.

bananalive
06-23-2011, 09:18 AM
Just noticed in a tournament bracket that on long usernames, the Regress Player option is hidden. It's not a problem right now as I don't need to regress the particular user, however it obviously could be an issue in the future. In the attached image, notice user xGRIDIRONxGURUx towards the bottom.

As well, just simply for a seamless look, it'd be nice to see the Regress Player image appear in front of the player's username and be the mirror image of the Advance Player. That's obviously just a personal aesthetic note but thought I'd mention it.

If you've got javascript enabled in your browser then the text should resize itself to fit the bracket width.

TinCow1
06-23-2011, 11:44 AM
I just noticed a minor bug. The ladder system is displaying the wrong number of players. You can see it in the rankings here (http://forums.totalwar.org/vb/ladders.php?do=view&id=12). There are 38 players as of this moment, and the rankings table itself gets the number of players correct. However, under Ladder Details it says "No of Players 40", in the Ladder Description it says "Total Players: 40", and in the Ladder Browser (http://forums.totalwar.org/vb/ladders.php?showonly=ladders) it shows the Ladder as having 40 players. I have a feeling this is caused by players joining and/or leaving and a variable not being properly updated somewhere.

CharlieDelta
06-23-2011, 11:48 AM
Fixed in next version.

Thanks Banana.

Would it be safe to go ahead and start the league and the update will just add the remaining rounds without affecting the first 12 or should we wait to be safe?

Killerhands
06-23-2011, 01:49 PM
Hey Banana, is there a way I can auto-check someone in for a tournament outside of the check-in timeframe? I have a few players who want to compete in my tournament that can make it to the start time but can't make it for check-in due to time conflicts. Do you know if there's a way I can manually check someone in, or could you add it in? Thanks. :)

bananalive
06-23-2011, 02:00 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?
http://www.yousite.com/forums/ladders.php?do=killmatch&mid=4
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.
Hmm, it should go into appropriate time zone according to vbulletin user profile.

bananalive
06-23-2011, 02:02 PM
Thanks Banana.

Would it be safe to go ahead and start the league and the update will just add the remaining rounds without affecting the first 12 or should we wait to be safe?

Yh, it'll be fine to go ahead.

bananalive
06-23-2011, 02:09 PM
I just noticed a minor bug. The ladder system is displaying the wrong number of players. You can see it in the rankings here (http://forums.totalwar.org/vb/ladders.php?do=view&id=12). There are 38 players as of this moment, and the rankings table itself gets the number of players correct. However, under Ladder Details it says "No of Players 40", in the Ladder Description it says "Total Players: 40", and in the Ladder Browser (http://forums.totalwar.org/vb/ladders.php?showonly=ladders) it shows the Ladder as having 40 players. I have a feeling this is caused by players joining and/or leaving and a variable not being properly updated somewhere.

It should have updated the numbers if they left/rejoined/etc. but i've added in an extra check in next version to remedy any situations when it does not occur.

bananalive
06-23-2011, 03:35 PM
Also included in next version:
Ability for tournament moderators to check-in players
(Note: link appears only within check-in window)
Should also be compatible with vBulletin v4.1.4 now as well using ckeditor

TinCow1
06-23-2011, 04:22 PM
http://www.yousite.com/forums/ladders.php?do=killmatch&mid=4

How do I find the match id for an already completed match? I can't find that info anywhere in the Recent Matches list.

CharlieDelta
06-23-2011, 06:01 PM
Hi Banana the upcoming matchs dropdown now shows 14 rounds but all rounds after 12 are showing as 12. In otherwords Round 1,2,3,4,5,6,7,8,9,10,11,12,12,12.

bananalive
06-25-2011, 09:23 AM
Hi Banana the upcoming matchs dropdown now shows 14 rounds but all rounds after 12 are showing as 12. In otherwords Round 1,2,3,4,5,6,7,8,9,10,11,12,12,12.

Import attached file.

CharlieDelta
06-25-2011, 01:27 PM
Import attached file.

Thank you. :up: Fixed the rounds themselves but the dropdown selection is still 12,12,12.
See attached.
130388

bananalive
06-25-2011, 06:53 PM
Thank you. :up: Fixed the rounds themselves but the dropdown selection is still 12,12,12.
See attached.
130388

Sorry hopefully this time it'll be fully fixed :)

Import attached file.

bananalive
06-25-2011, 06:54 PM
How do I find the match id for an already completed match? I can't find that info anywhere in the Recent Matches list.

Added link for you. It is next to the comments, when expanded.

Import attached file

CharlieDelta
06-25-2011, 08:14 PM
Sorry hopefully this time it'll be fully fixed :)

Import attached file.
:up: Perfect!

No need to apologize banana. You are one of the best coders out there and your support is bar none. Great work! :D

TinCow1
06-26-2011, 05:47 PM
Added link for you. It is next to the comments, when expanded.

Import attached file

Thanks, but that only lets me delete matches on the first 'page' of the results. The button does not appear for anything that is hidden under 'Older Matches.' The ones I need to delete are now buried under about 30 other results.

Killerhands
06-27-2011, 01:30 AM
Hey Banana, any way you think you can make the check-in thing a bit more prominent? My registrants have complained it's hard to find on the webpage, think you can turn it into a big button and put it in an obvious place or what?

Also, it'd be nice to do the save thing for the "Join Tournament" text link. I think it should be a button that's really obvious on the page itself.

Just some suggestions S:

TinCow1
06-28-2011, 11:47 AM
I just came across another simple improvement that would be useful: adding the PM All Competitors button to ladders and leagues. Not all my players read the main discussion thread for my ladder, but I'd like to notify them of a minor rule change. The ability to send out a mass-PM like we can for tournaments would be nice.

cdj
06-29-2011, 01:35 PM
I can't seem to figure out how to setup a 12 player tournament with proper seeding (ie 1 vs Bye, 8 vs 9, etc.) The main problem I seem to be running into is that there isn't a way to move around the Bye positions. Anytime I try to manually type Bye into the username, it says not a valid username. Can anyone shed some light as to what I'm doing wrong?

TinCow1
06-29-2011, 07:17 PM
To give my ladder greater visibility, I would like to place the Recent Matches results (as displayed on the Competitions front page) on both my forum sidebar and in a CMS widget. What code do I need to insert into the custom block/widget to generate that same output?

Arthran
07-04-2011, 08:15 PM
Bananalive, couple of quick questions. What's the status on the fix for double elimination? As its still stuck on max 8 competitors.
And also, is it possible to add a swiss-style tournament to the system?

Thanks for your help

reddyink
07-04-2011, 08:32 PM
Pardon my ignorance but what are the applications of this MOD?

Arthran
07-05-2011, 03:48 PM
Reddyink, check out http://dgl.devgaming.net/tournaments.php?c=10 to get an idea of its application

jerett
07-05-2011, 07:05 PM
is there anyway to make this have paid tournaments / ladders through paypal?

Arthran
07-05-2011, 07:47 PM
I've managed it, but it took a lot of fiddling, I know the Dev is working on it for future

Savageruin
07-06-2011, 05:41 PM
My version has no drop down menu?

sash1
07-09-2011, 09:43 AM
It doesn't work with 4.1.4 for me. Just a white page.

Arthran
07-09-2011, 11:43 AM
Sash, your doing something wring then. DevGaming.net is on 4.1.4 and has it running smoothly!

tele955848
07-12-2011, 04:50 PM
German Sprachpaket gibt es das schon:D

champendk
07-12-2011, 08:14 PM
Is there any plans for adding groupplay(taking the league and making it work as group play with playoff)?

tdkmatt
07-14-2011, 11:56 AM
is their a way only certain user can create ladders/leagues? as i dont want just any user being able to

EasyEazy
07-14-2011, 11:57 AM
is their a way only certain user can create ladders/leagues? as i dont want just any user being able to

Would it be better to create a new usergroup and then give them the permission?

tdkmatt
07-14-2011, 12:29 PM
Not really, As i want all users to be able to have access to it, just not have access to create leagues, and ladders but they can have access to joining in with their teams, Can this be done? Otherwise if i make a new usergroup can others still use the addon?

EasyEazy
07-14-2011, 02:25 PM
Not really, As i want all users to be able to have access to it, just not have access to create leagues, and ladders but they can have access to joining in with their teams, Can this be done? Otherwise if i make a new usergroup can others still use the addon?

Yeah, cant you just create a usergroup called "Ladders Manager" or something. Put whoever you want to access or be a manger in that group then the rest in the usual registered group.
Or am I missing something here?

Falcoita
07-15-2011, 08:30 PM
Hello bananalive i need a little mod to contact us urgently required and that the ladder, you are available?

HighJinx
07-16-2011, 09:14 AM
Requests, possibly in future versions;

Show individual match scores in the brackets
Option to show a Tournament banner like this > http://cups.high-jinx.net (http://cups.high-jinx.net/)
Create custom profile fields for the teams
Team and member country flags


Outstanding MOD, Bananalive

Thank You

zapiy
07-16-2011, 11:29 AM
Is there any vbadvanced blocks for this yet?

Thanks

zapiy
07-17-2011, 11:31 AM
Ok i have upgraded to the latest version but all our scores from all our present comps and old comps have disappeared....Any advice?

Thanks

zapiy
07-20-2011, 06:13 PM
Now i can not edit the scores and all perms are set.

Any help out there guys?

en4cer
07-25-2011, 07:30 AM
this is looking incredible since the last update!

couple questions:

is there a way for an admin to edit individual matches?
can it be possible to have total stats over all events in team profiles (matches, W/L/D, Xp)?

FireflyP2C
07-26-2011, 04:31 PM
Hi, have downloaded the latest version and have updated VB 4.1.4 to latest security patch.

As soon as i enable your ladder system in my plugins the following error code apears...

Parse error: syntax error, unexpected '.' in forums/includes/class_bootstrap.php(537) : eval()'d code on line 13

how do i fix this to make them work :confused:

Ravallojr
07-26-2011, 11:57 PM
I am the owner of the site but it says I don't have permissions? Help please?

Lord. Dela
07-28-2011, 07:29 PM
How remove I Like of Facebook ?

Thanks for all !

champendk
07-31-2011, 07:40 PM
Is anyone using elo rating for their ladder?

and can i see how it works?

en4cer
08-01-2011, 07:07 AM
<a href="http://www.singamers.net/forums/competitions.php" target="_blank">http://www.singamers.net/forums/competitions.php</a>

thats what we are hosting on our website....it's actually archives for a former competitive organization. since all our events were leagues or tournaments, i don't have any ladders created...

one thing i noticed was that even leagues are sorting by ELO ranking and NOT points/wins etc.... it would be nice if you could set the rank sorting for each individual ladder and league instead of selecting the same for all the events in the admincp.

FireflyP2C
08-02-2011, 03:00 PM
please disregard previous post we have fixed the problem and it was not ladder related ... ;0)

just a passing thought, ladders and tournaments are currently set to match your forum default template, it would be great if we had the option to make each individual ladders use different templates and styles for example.. we have a default style, but we have child styles that match their games for individual forums, and would like to have ladders to match but we end up going back to the default style.

not sure if im explaining very well ... it makes sense in my head hahahaha

GamersChallenge
08-07-2011, 02:24 AM
can someone maybe create a couple of widgets for this script? I would like to post hall of fame, upcoming matches and recent matches on my vb cms home page.

Flightbase
08-11-2011, 09:58 AM
I run kinda often into this db error:

Database error in vBulletin 4.1.5:

Invalid SQL:

INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken)
VALUES
('eddfc13f23b3e556a80b40da63db2b83', 4, '*******', 'eb8447cd13a7518a2e4967b435211305', 1313060077, '/ladders.php?showonly=ladders', 0, 0, 1, 0, 0, 0, 0, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 0, 0, 0, '');

MySQL Error : The table 'session' is full
Error Number : 1114
Request Date : Thursday, August 11th 2011 @ 12:54:37 PM
Error Date : Thursday, August 11th 2011 @ 12:54:37 PM
Script : http://www.***.com/ladders.php?showonly=ladders
Referrer :
IP Address : *********
Username : testuser
Classname : vB_Database
MySQL Version :

any hints?

EDIT:

- this happens only, if the ladder product is active.
- some images are missing, since they have been removed in previous updates (like: /images/buttons/reputation-20.png )
- it would be nice to have the option to deactivate league modus, tournament and so on.
- is htere any way to get rid of: "Uncategorised xxx" on the startpage? if there is nothing without category - why it should be listet there?
- in tournaments: the admin needs to enter, who reached next round? would be cool, if users could do that (like one reports, the other confirms)
- uploading result (proof) screenshot does not work. just a box, no upload, url of images does not help
- When trying to save changes on the rules page, "save changes" tries to close the page.

I really hope someone can help me out ;)

greets, Nik

ninjamaster
08-11-2011, 02:12 PM
hi iam having problem installing this i keep getting this message
Fatal error: Call to undefined function is_facebookenabled() in /home/forum/public_html/ladders.php on line 1888
when clicking on Leagues
anyone help please

GamersChallenge
08-15-2011, 10:31 PM
whats the difference between ladders and leagues?

markhendo1986
08-21-2011, 12:54 PM
Good question!

I am running it on my forum - is there a way of changing the 'Total Points', 'Points Conceded' and 'XP' to something like 'Goals for', 'Goals against' and 'Points'?

I can't see a way of doing it in AdminCP?

FoW
08-22-2011, 03:13 PM
Is there an easy way to just make an entire usergroup a ladder? Lets say i want the registered users to be in a certain ladder, is there an automatic way to do that?

hoadiem
08-22-2011, 04:27 PM
i have one question, what do we play in the tournament ? like competing in what games? or what to do to win. thanks.

markhendo1986
08-29-2011, 09:52 PM
i have one question, what do we play in the tournament ? like competing in what games? or what to do to win. thanks.
The competition can be what you want it to be (PS3, Real life football, anything) you just have a ranking table for it.

You can set the points for a win / lose/ draw and in ladders you can award extra elo points to a user for winning? hope that helps?

markhendo1986
08-29-2011, 09:55 PM
I have a question on top of my other one...

I am running it on my forum - is there a way of changing the 'Total Points', 'Points Conceded' and 'XP' to something like 'Goals for', 'Goals against' and 'Points'?

I can't see a way of doing it in AdminCP?

I am running a league with 18 players in one group and it fails to generate fixtures for that league - when I try it with 17 players its the same outcome, try it with 16 players and it generates fixtures fine ? is there a way that we can increase the teams allowed in a league to generate fixutes?

Thanks

w3rk3d
09-03-2011, 03:57 AM
Nice mod! I've installed it, but I'm really hoping future updates will address how this script slows the page loading. I'm guessing it's because there's 100 KB of JS that needs to download?

EDIT: Nevermind...wrong thread :p

iDHKHCM
09-14-2011, 04:41 AM
How do you add categories. Im admin, group permissions all set to yes, ive been threw all options dont see where add categories would be. thanks in advance to anyone with solution

jerett
09-15-2011, 04:41 AM
You do this on the forum not in admincp.

jerett
09-15-2011, 04:50 AM
When I edit rules and click save it reverts back to the generic place holder text. Any suggestions why this might be happening?

Also how can you set up rules specific to each tournament if you wanted to?

Next ... Has anyone found a successful way to charge per tournament and to list a prize amount? If so please contact me.

Majest
09-15-2011, 08:31 AM
When I edit rules and click save it reverts back to the generic place holder text. Any suggestions why this might be happening?

Also how can you set up rules specific to each tournament if you wanted to?

Next ... Has anyone found a successful way to charge per tournament and to list a prize amount? If so please contact me.

I'm having the same issue, plus I can't figure out how to make a team. :S

iDHKHCM
09-15-2011, 04:15 PM
You do this on the forum not in admincp.

yeah i know, i used it months ago, took it off, but now i wanted to add it back, n i dont see it in the forum. i remember it said something about managed or something along those lines in the competition. but O well.

pwnedPRO
09-18-2011, 02:22 AM
cool mod bro =)

Twiddler
09-22-2011, 03:45 PM
I have had no issues with the mod thus far, but all of a sudden today I cannot edit the rules. Every time I try to "save changes" it just warns me about leaving the page and if I'm sure I want to since it won't save the changes.

I tried reuploading everything but still I cannot edit the rules.

Any help is appreciated, thanks.

Goatpod
09-23-2011, 08:48 AM
I'm having a problem submitting player scores in a LMS tournament. In a previous version of this mod. I would double click in the score column to enter scores without a problem, it doesn't seem to be working (for me) when using 4.4.8.

I've tried disabling all other forum additions and I've even done a completely fresh install of VB4.1.6 with this as the only mod and it still won't let me add scores to an LMS tournament. Any light shining would be greatly appreciated :)

Many thanks for a great Mod!
Dave

KGodel
09-24-2011, 06:26 AM
I'm having some trouble linking tournaments to ladders. The current ladder we have, even in the same category, will not show up in the drop-down box. Suggestions?

Goatpod
09-27-2011, 08:11 PM
I'm having a problem submitting player scores in a LMS tournament. In a previous version of this mod. I would double click in the score column to enter scores without a problem, it doesn't seem to be working (for me) when using 4.4.8.

I've tried disabling all other forum additions and I've even done a completely fresh install of VB4.1.6 with this as the only mod and it still won't let me add scores to an LMS tournament. Any light shining would be greatly appreciated :)

Is anyone else having this problem, or just me? If someone could confirm that you can add LMS scores in this version of the mod by double clicking in the score column it would be appreciated.

KGodel
09-29-2011, 12:01 AM
I have an issue. After the installation of seemingly unrelated other mods, the admin/mod functions no longer appear in the navigation menu. It has something to do with the conditionals:

<vb:if condition="$tmntp[

that $tmntp doesn't seem to be recognized anymore. Thoughts?

DavoteK
09-29-2011, 09:44 AM
Getting the same problem as markhendo1986.

Any leagues over 16 players doesn't generate any fixtures. 20 is what I'm looking at creating.

Oh and btw, absolutely superb mod bananalive, superb.

Zaelock
10-01-2011, 07:36 AM
I'm having a problem submitting player scores in a LMS tournament. In a previous version of this mod. I would double click in the score column to enter scores without a problem, it doesn't seem to be working (for me) when using 4.4.8.

I've tried disabling all other forum additions and I've even done a completely fresh install of VB4.1.6 with this as the only mod and it still won't let me add scores to an LMS tournament. Any light shining would be greatly appreciated :)

Many thanks for a great Mod!
Dave

I have the same problem :( the only way to add score was to use

Require Competitors to Check-in then you can edit the score. Now am trying to see if you turn check-in off after finishing the tournament.

bananalive
10-02-2011, 10:01 AM
I have an issue. After the installation of seemingly unrelated other mods, the admin/mod functions no longer appear in the navigation menu. It has something to do with the conditionals:

<vb:if condition="$tmntp[

that $tmntp doesn't seem to be recognized anymore. Thoughts?

The other mod, is probably using the same php variable $tmntp.

bananalive
10-02-2011, 10:24 AM
Is anyone else having this problem, or just me? If someone could confirm that you can add LMS scores in this version of the mod by double clicking in the score column it would be appreciated.

Fixed in v4.4.9

bananalive
10-02-2011, 10:25 AM
I have had no issues with the mod thus far, but all of a sudden today I cannot edit the rules. Every time I try to "save changes" it just warns me about leaving the page and if I'm sure I want to since it won't save the changes.

I tried reuploading everything but still I cannot edit the rules.

Any help is appreciated, thanks.

Fixed in v4.4.9

bananalive
10-02-2011, 10:29 AM
When I edit rules and click save it reverts back to the generic place holder text. Any suggestions why this might be happening?

Fixed iun v4.4.9

Also how can you set up rules specific to each tournament if you wanted to?

Use bbcode [rules] in tournament description e.g.


tmnt description blah bah blah

[rules]

then rules here...

Next ... Has anyone found a successful way to charge per tournament and to list a prize amount? If so please contact me.

bananalive
10-02-2011, 10:30 AM
Good question!

I am running it on my forum - is there a way of changing the 'Total Points', 'Points Conceded' and 'XP' to something like 'Goals for', 'Goals against' and 'Points'?

I can't see a way of doing it in AdminCP?

Edit phrases in AdminCP

ladder_totalpoints

ladder_pointsagainst

ladder_xp

bananalive
10-02-2011, 10:31 AM
I am the owner of the site but it says I don't have permissions? Help please?

Edit Usergroup permissions

bananalive
10-02-2011, 10:33 AM
How remove I Like of Facebook ?


Thanks for all !
Edit template tmnt_ladder_display remove following code

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

Twiddler
10-02-2011, 10:52 AM
Awesome, thanks for the update Banana.

One more thing, administrators still cannot delete users off the 'Free Agents' list, they are permantly on there.

ProFifaLeagues
10-02-2011, 01:59 PM
Superb update yet again Banana thank you

Angle4cor
10-02-2011, 03:50 PM
I tried to install this mod, but after trying to get into the "Competition" I've got this massage:

Database error in vBulletin 4.1.6:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM vb_tmnt_categories AS cats
LEFT JOIN vb_tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN vb_tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN vb_tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN vb_tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Table 'wrestlin_forum.vb_tmnt_categories' doesn't exist
Error Number : 1146
Classname : vB_Database
MySQL Version : 5.5.11

Does anyone of you know how to resolve this problem ?

Thanks in advance.

DavoteK
10-03-2011, 09:08 AM
Did the update resolve the generation of fixtures for leagues over 16 teams?

bananalive
10-06-2011, 02:54 PM
Did the update resolve the generation of fixtures for leagues over 16 teams?

How do you mean?

bananalive
10-06-2011, 02:55 PM
I tried to install this mod, but after trying to get into the "Competition" I've got this massage:

Database error in vBulletin 4.1.6:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM vb_tmnt_categories AS cats
LEFT JOIN vb_tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN vb_tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN vb_tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN vb_tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Table 'wrestlin_forum.vb_tmnt_categories' doesn't exist
Error Number : 1146
Classname : vB_Database
MySQL Version : 5.5.11

Does anyone of you know how to resolve this problem ?

Thanks in advance.

This error refers to a lack of a mysql database table used in this modification. Did you import the product file?

Yomi-no-kuni
10-06-2011, 03:15 PM
Well, since the OP said post suggestions/comments, here we go :)

I havent installed this yet, but i'm thinking about it because i need a Ladder system.
Since i'm from a video-game forum, we usualy use TIO tournament organizer, to create tournaments, and it has been mentioned thorughout this thread a couple of time (mostly concerning the double elim. bracket)
Would it be possible to make this Add-on be compatible with TIO files? would be awesome for me!

also: since i only need the Ladder system if Tio isn't supported: can you completely turn off most of the Tournament features to use the Ladders only, or will the Tournament features still be visible everywhere, even if not used.

champendk
10-06-2011, 05:20 PM
any news on group play?

And nice to see that you are back :-)

DavoteK
10-06-2011, 05:56 PM
How do you mean?
I've tried creating a league with 20 teams and no fixtures get generated. If I create a league with 16 teams or less, it works fine.

Superb mod btw. I'll be donating again if you can sort the 20 team fixture generation issue out :D

altugq
10-09-2011, 01:45 PM
Installation:
1. Follow instructions included in .zip (done)

2. Click Install ( where is the install link or button ? )

anyone help ?

ProFifaLeagues
10-09-2011, 01:55 PM
Install button at the top of the page on the right side mate

altugq
10-09-2011, 02:19 PM
Install button at the top of the page on the right side mate

i didn't find mate. really.

here is the ss ;

http://c1110.hizliresim.com/11/10/9/15162.jpg

ProFifaLeagues
10-09-2011, 03:09 PM
On the left side its say Mod Information and its just under there mate (Mark as Installed)

altugq
10-09-2011, 04:08 PM
Thank You :up:

But it doesn't work. and ı don't understand why :D

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@forum.xxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

ProFifaLeagues
10-09-2011, 05:52 PM
Do you mean the mod is not working?are you sure you have uploaded all files and installed the product xml file?

altugq
10-09-2011, 10:18 PM
Do you mean the mod is not working?are you sure you have uploaded all files and installed the product xml file?

Yes ı meant.
and ı'm sure ı've already uploaded all files and installed xml file through my vbulletin forum.

ProFifaLeagues
10-09-2011, 10:51 PM
I would say to reupload them all and overwirte if need be then reinstall the Product for the mod as it works Fine on our forum and many others too,If you like your more then welcome to send me the login info needed by Pm and i will take a look and install it for you as i am sure Bananalive would do too when he is around to take a look mate.

mfowler70
10-12-2011, 05:39 PM
Excellent mod!

We're using this to run just a team ladder right now, with possibly a few monthly tournaments that tie into the ladder standings. That all is good. What I'd like to be able to do though, is...

1. Turn off permissions to view, join or create Leagues, like you can the other two modes.

2. Set a category up for only Ladders & Tournaments only. Every other combination is there except this.

I may be missing something else that adds the ability to completely turn off any reference to League, but I those are the two that stood out to me.

Thanks!

mfowler70
10-12-2011, 06:17 PM
Couple more things I've noticed:

- If you turn off permissions for "Tournament Moderator", you lose the ability to add or edit Categories. This is confusing if you don't intend to run any tournaments.

- When you have Tournaments turned off, the option for it still shows up under "Category For" in the edit category page. Perhaps you should enable all 3 modes separately in the admincp, and only show the ones enabled in the edit category page with check boxes to select.

- Would like the option to only show team tags on the team page, and not in front of the player's username. Most of the users on my forum include their tags in the username anyway.

- On the ladder display page, the tournaments tab should not show up if you have tournament view/join turned off.

- When you're running a team ladder, the phrase "Players" should change to "Teams".

- When you have Tournament view/join permission disabled, the help tabs for that should disappear. Same goes for Leagues once we're able to set permissions for that mode.

DFTGames
10-13-2011, 11:28 PM
Hi,

maybe this is a stupid question but... can this be driven by a game using http API calls?

Thanks,
Pino

Nocturnal222
10-17-2011, 12:47 AM
This error refers to a lack of a mysql database table used in this modification. Did you import the product file?

i have the same issue, the product file already imported.

ttran
10-18-2011, 01:19 PM
Question:
My site only use this add on for entering the result of a tournament can it be used?
Thanks guys.

thedarkroom
10-18-2011, 07:29 PM
great hack, but can be more friendly, i dont understang the hack very well

champendk
10-20-2011, 03:35 AM
Was 4.4.9 a security fix or .... ?

bananalive
10-20-2011, 02:41 PM
Was 4.4.9 a security fix or .... ?

Some additions and bug fixes mainly

bananalive
10-20-2011, 02:42 PM
great hack, but can be more friendly, i dont understang the hack very well

Cheers, if you've got any suggestions how to make it more user friendly let me know.

bananalive
10-20-2011, 02:42 PM
Question:
My site only use this add on for entering the result of a tournament can it be used?
Thanks guys.

Yes.

bananalive
10-20-2011, 02:44 PM
Hi,

maybe this is a stupid question but... can this be driven by a game using http API calls?

Thanks,
Pino

Err not rly. This is not an arcade mod with games you can add, just a way of users reporting scores/results for games played elsewhere.

bananalive
10-20-2011, 03:27 PM
v4.5.0 - Front Page Carousel: http://www.youtube.com/watch?v=uFLQpFWykwk

thedarkroom
10-20-2011, 03:31 PM
i will try to translate the hack to spanish, if i succed i will let you know and i will send you the file :)

CharlieDelta
10-20-2011, 07:42 PM
v4.5.0 - Front Page Carousel: http://www.youtube.com/watch?v=uFLQpFWykwk
Very nice bananalive. (I tried to "like" your post but it said I had to like someone elses first...stupid like system :rolleyes:)

vanquish.securi
10-21-2011, 12:21 AM
Thank you so much. Works great for vB 4.1.7 with default template. Also, I am turning it into a programmers T,L,L for people to show off there programs/source code. Not using it for gaming.

mfowler70
10-21-2011, 02:30 PM
One small bug. If you turn off Leagues in settings, the uncategorized leagues list still shows up on the competitions front page.

I still think those uncategorized lists shouldn't even show up if there's nothing for them to list. For my forum, there will never be any uncategorized competitions.

w3rk3d
10-21-2011, 05:59 PM
Didn't find this anywhere, but forgive me if it's posted. Can this work with the built-in subscription system?

ofir24
10-21-2011, 09:14 PM
Thank you so much. Works great for vB 4.1.7 with default template. Also, I am turning it into a programmers T,L,L for people to show off there programs/source code. Not using it for gaming.

didn't work for me, i guess that's cause i didn't use chmod, i know it's for premissions, i have no idea how to do that, right now the vb on my computer, and i heard that's not safe to do chmod.

stwan
10-22-2011, 03:19 PM
Please make Words => in the phrase:

page competitions.php?do=editbanners


Line 794-797:

<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>



Line 824-827:
<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>


and:

Line 5972:
<p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>

replace:
<p class="description">{vb:rawphrase tmnt_checkin_desc}</p>

ofir24
10-22-2011, 03:25 PM
Please make Words => in the phrase:

page competitions.php?do=editbanners

sorry, i don't understand

stwan
10-22-2011, 03:37 PM
sorry, i don't understand

bananalive understand :)

ofir24
10-22-2011, 03:48 PM
bananalive understand :)

sorry, i thought you talking to me

thedarkroom
10-22-2011, 09:44 PM
i had to uninstall the hack :( if i want to join the tournament, i cant because i need to be a leader of a team, already im a leader team, and i cant joint to the tournament because my team is not suscribed to any ladder ._.

vanquish.securi
10-22-2011, 10:45 PM
didn't work for me, i guess that's cause i didn't use chmod, i know it's for premissions, i have no idea how to do that, right now the vb on my computer, and i heard that's not safe to do chmod.

What do you mean? Why are you running it on your computer? I guess if your a developer it works. I have a hosting account, and use Filezilla to upload files and can change the permissions of files through Filezilla. PM for Skype if you need any help.

bananalive
10-23-2011, 03:16 PM
i had to uninstall the hack :( if i want to join the tournament, i cant because i need to be a leader of a team, already im a leader team, and i cant joint to the tournament because my team is not suscribed to any ladder ._.

You do not have to link the tournaments to a ladder.

Also you could put it as players rather than teams?

bananalive
10-23-2011, 03:50 PM
Please make Words => in the phrase:

page competitions.php?do=editbanners


Line 794-797:

<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>



Line 824-827:
<div class="blocksubhead" style="display: table-cell;">Image URL</div>
<div class="blocksubhead" style="display: table-cell;">Title</div>
<div class="blocksubhead" style="display: table-cell;">Description</div>
<div class="blocksubhead" style="display: table-cell;">Link URL</div>


and:

Line 5972:
<p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>

replace:
<p class="description">{vb:rawphrase tmnt_checkin_desc}</p>

Done for 4.5.1

bananalive
10-23-2011, 03:51 PM
One small bug. If you turn off Leagues in settings, the uncategorized leagues list still shows up on the competitions front page.

I still think those uncategorized lists shouldn't even show up if there's nothing for them to list. For my forum, there will never be any uncategorized competitions.

Implemented in next version, v4.5.1

bananalive
10-23-2011, 03:52 PM
Didn't find this anywhere, but forgive me if it's posted. Can this work with the built-in subscription system?

Nope,

Centurios
10-23-2011, 06:04 PM
bananalive, can you update version v2.8.4 for 3.8x like you upgrade version for 4.x - new Tournament Types and other options?

champendk
10-24-2011, 11:24 AM
Could u update history with latest changes..please :-)

How about group play is that sorting you want to work on?

And maybe make all matches on tournaments count on the ladder and still give more xp/elo for top 3?

gec100
10-25-2011, 12:55 PM
one more small bug. if u do not check the check-in option, in the new tournament list of players there is still link to check in that gives an error.

would also like to see the option for comments to be posted in the created forum thread.

bananalive
10-29-2011, 12:44 PM
one more small bug. if u do not check the check-in option, in the new tournament list of players there is still link to check in that gives an error.

would also like to see the option for comments to be posted in the created forum thread.

Fixed for next version

bananalive
10-29-2011, 12:45 PM
Could u update history with latest changes..please :-)

How about group play is that sorting you want to work on?

And maybe make all matches on tournaments count on the ladder and still give more xp/elo for top 3?Updated version history, the best i can remember.

What is group play? Is that like leagues?

champendk
10-29-2011, 01:09 PM
Updated version history, the best i can remember.

What is group play? Is that like leagues?

Yes just like it...

ex:

groups play same day, all play all and winner gets x points for a win and x for a draw and top "2" from each group advance to playoff

2.

i would really like to see all matches for tournaments tie to the ladder as an option :-) that would make the ladder very active

AcesGaming
10-29-2011, 05:10 PM
How do I edit the max allowed image pixel size for Team icons? The image quality is completely destroyed at the moment. I'd like to increase the size to at least fill that space.

https://vborg.vbsupport.ru/external/2011/10/8.png

Any help would be greatly appreciated.

konixxx
10-29-2011, 05:24 PM
I uploaded files, imported the product. I set up the permissions and when I try to enter tournament site i have MySQL Error : Table 'xxxxxxxxxxxx.tmnt_categories' doesn't exist
Do i have to add something manually to my database?

Error Number : 1146

gamersplatoon
10-29-2011, 08:52 PM
does this work on 4.1.7

GamersChallenge
11-01-2011, 11:52 PM
does this work on 4.1.7

works fine on 4.1.7 and 4.1.5

GamersChallenge
11-02-2011, 12:05 AM
Would love to see a cms widget for this mod.

just an idea.

a large widget to go on the middle showing latest matches, upcoming matches with players/team pictures and drop-down menu for each ladder.

also show hall of fame, upcoming tournaments and announcements

maybe random player/team?

and more...

that would be awesome.

wanna buy copyright free if we get this feature.

nice to see banana is still around, I thought you were gone/abandoned this mod :(

FusterCluck
11-02-2011, 05:07 PM
I'm having problems with the "Teams" function. It doesn't give my users the ability to create a team even though I have that marked off in my Admin Panel.

FusterCluck
11-02-2011, 09:50 PM
Anyone?

Goatpod
11-02-2011, 10:04 PM
I'm having problems with the "Teams" function. It doesn't give my users the ability to create a team even though I have that marked off in my Admin Panel.

Have you ticked the boxes on the individual usergroups to allow them to create Teams?

FusterCluck
11-02-2011, 11:35 PM
Have you ticked the boxes on the individual usergroups to allow them to create Teams?

Yes.

FusterCluck
11-03-2011, 04:32 PM
I really don't want to have to uninstall this because this is what my website is going to be centered around. :/

http://imageshack.us/photo/my-images/855/tournamentpermissions.png
http://imageshack.us/photo/my-images/508/tournamentpermissions.png

FusterCluck
11-04-2011, 03:44 AM
Don't worry bout it. Figured it out.

GamersChallenge
11-11-2011, 01:26 AM
Can someone tell me how do I change the tournaments brackets border color? please help, thanx.

HighJinx
11-11-2011, 03:59 PM
I get this error when saving 'Front Page Banners'

Warning: trim() expects parameter 1 to be string, array given in [path]/includes/class_core.php on line 2567

any ideas

cowcowcow
11-15-2011, 06:54 PM
bananalive, can you update version v2.8.4 for 3.8x like you upgrade version for 4.x - new Tournament Types and other options?

+1

Alot of us are stuck on 3.8 with this amazing system. Have over 140 tournaments on my site. Would really need an ported version for 3.8 and i would happily donate to you $50 if you happen to do it, and im sure there are many out there who would do the same too :)

kinhell
11-16-2011, 10:38 PM
I think im missing something but how do I create a ladder/league/tournament catagories?

Nuker_Viper
11-19-2011, 09:44 PM
Dumb question is there a readme thing thats tells me what is what on here? For example what does groups represent in the Leagues?

kinhell
11-20-2011, 11:45 AM
Got what I asked before but how do I edit a ladders rules? I see nothing to allow me to do this? When I edit a ladder the only thing I can write is the description

kinhell
11-20-2011, 12:04 PM
Also how to I even add myself to a ladder, I feel something is missing from my install as this stuff isnt obvious at all

dkelsey
11-29-2011, 12:44 AM
I uploaded files, imported the product. I set up the permissions and when I try to enter tournament site i have MySQL Error : Table 'xxxxxxxxxxxx.tmnt_categories' doesn't exist
Do i have to add something manually to my database?

Error Number : 1146

I didn't see any response to this. I had the same problem. I'm using mysql5.5.8. 'turns out, none of the tables were created in the install process. show tables like 'tmnt%' returns nothing.
I looked and found the create statements in product-tournament2008.xml
they use the syntax create table blah () Type=MyISAM -- this failed--no longer supported by mysql. I changed all of these to Engine=MyISAM and the install created all the tables successfully.

from mysql: http://dev.mysql.com/doc/refman/5.1/en/create-table.html

The older TYPE option was synonymous with ENGINE. TYPE has been deprecated since MySQL 4.0 but is still supported for backward compatibility in MySQL 5.1 (excepting MySQL 5.1.7). Since MySQL 5.1.8, it produces a warning. It is removed in MySQL 5.5. You should not use TYPE in any new applications, and you should immediately begin conversion of existing applications to use ENGINE instead. (See Section D.1.62, ?Changes in MySQL 5.1.8 (Not released)?.)

show tables like 'tmnt%'
Tables_in_forum (tmnt%)
--------------------------
tmnt_activity
tmnt_announcements
tmnt_banners
tmnt_categories
tmnt_comments
tmnt_ladder_games
tmnt_ladder_mcs
tmnt_ladder_players
tmnt_ladders
tmnt_members
tmnt_players
tmnt_rules
tmnt_teams
tmnt_tmnts

owning_y0u
11-30-2011, 09:23 PM
DB error when going to the tournaments and ladders mod
Database error in vBulletin 4.1.8:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM NCe_tmnt_categories AS cats
LEFT JOIN NCe_tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN NCe_tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN NCe_tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN NCe_tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Table 'forum.nce_tmnt_categories' doesn't exist
Error Number : 1146
Request Date : Wednesday, November 30th 2011 @ 11:21:33 PM
Error Date : Wednesday, November 30th 2011 @ 11:21:33 PM
Script : http://localhost/vbulletin/competitions.php
Referrer : http://localhost/vbulletin/content.php
IP Address : 127.0.0.1
Username : owning
Classname : vB_Database
MySQL Version : 5.5.8

Stack Trace:

#0 vB_Database->halt() called in [path]\includes\class_core.php on line 423
#1 vB_Database->execute_query() called in [path]\includes\class_core.php on line 456
#2 vB_Database->query_read() called in [path]\includes\functions_tal.php on line 1442
#3 build_tll_catcache() called in [path]\includes\functions_tal.php on line 133
#4 require_once([path]\includes\functions_tal.php) called in [path]\competitions.php on line 107

mekmike
12-01-2011, 12:56 PM
I have a problem in which when I try to add someone into the ladder, it is using his old username. For example, I use to have "abc123" and "abc" as members. Then, I change "abc" username into "xyz". When I try to add a player into username and I enter "abc" in the field, it keeps finding my old username, which is now "xyz" and add it into the ladder?

I hope my explanation is clear enough. Thank you. :)

owning_y0u
12-02-2011, 10:50 AM
I have a problem in which when I try to add someone into the ladder, it is using his old username. For example, I use to have "abc123" and "abc" as members. Then, I change "abc" username into "xyz". When I try to add a player into username and I enter "abc" in the field, it keeps finding my old username, which is now "xyz" and add it into the ladder?

I hope my explanation is clear enough. Thank you. :)

you already tried: ACP -> Mantenance -> Update counter -> Fix broken userprofiles

Finds any users who do not have complete entries in the database. Sometimes the data is not inserted correctly and the user's profile becomes unusable. Running this should correct any incomplete profiles.

Scans007
12-02-2011, 04:48 PM
I usually never post on the items I install or what not - but I wanted to say this mod is downright awesome if you need something like this. I haven't gone into depth with it yet, but my gaming clan will as we do a ton of interclan scrimmages, events and such.....

Just wanted to say thanks for the work on this.....can't wait for a deep dive. 5 stars

PcGamer
12-03-2011, 01:11 PM
Does anyone know how to give this mod it's own specific style? I have a few different styles on my site, but I would like to have this mod use a style that is NOT the default.

Any ideas?

Thanks,

generalclev
12-05-2011, 01:29 PM
I have searched this thread but can't seem to find the answer. I am testing this mod to see how everything works.

I have submitted my scores for a match and added a link for the screen shot. The other player did also. The result was confirmed but i can't find the screen shot anywhere. Am i being stupid? Where do i find the screen shots?

dny18
12-05-2011, 09:39 PM
Hi i have buy a vb license today. I am a very newbie.

When i going to competition, i received this error:

Database error in vBulletin 4.1.8:

Invalid SQL:

SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM tmnt_categories AS cats
LEFT JOIN tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;

MySQL Error : Table 'mm_vb.tmnt_categories' doesn't exist
Error Number : 1146
Request Date : Monday, December 5th 2011 @ 11:35:13 PM
Error Date : Monday, December 5th 2011 @ 11:35:13 PM
Script : http://localhost:8888/blog/competitions.php
Referrer : http://localhost:8888/blog/forum.php
IP Address : ::1
Username : ****
Classname : vB_Database
MySQL Version : 5.5.9

Thank you

Falcoita
12-06-2011, 08:35 AM
Hello, i'd like to print on the team members details some other field of the profile, i have tried the format userinfo.field1 whitout success, could you help me ?

MudRacing
12-08-2011, 10:13 AM
When I enter the page "competitions.php", the system generates this error:

Database error in vBulletin 4.1.8:

Invalid SQL:
SELECT id, title, announcement FROM vBul_tmnt_announcements ORDER BY id DESC LIMIT 0, 5;

MySQL Error : Table 'Sql184074_3.vBul_tmnt_announcements' doesn't exist
Error Number : 1146
Request Date : Thursday, December 8th 2011 @ 12:10:04 PM
Error Date : Thursday, December 8th 2011 @ 12:10:05 PM
Script : http://www.spqrclan.com/web/competitions.php
Referrer : https://www.spqrclan.com/web/forums/
IP Address : ****
Username : MudRacing
Classname : vB_Database
MySQL Version : 5.5.18-cll

how can I fix this?

fookaa
12-11-2011, 12:29 PM
Hi,

Just wanted to ask a question before trying this out....

Is there a way to make open challenges that other teams can accept or is it only challenge other teams ?

Cheers

MudRacing
12-15-2011, 10:57 AM
Uninstalled because table MySQL not created in 4.1.8...

Bluefin221
12-20-2011, 09:37 AM
Is it possible to do a league into a knockout stage? Basically like the Champions League.

bigamist
12-20-2011, 12:43 PM
Hi,

I installed your amazing APP "Tournments, Ladders & Leagues Manager".

But we are a Virtual Sailing Club, and the APP works wonderfull for our Match Racing and Team Racing Tournments.

But not working for Fleet Racings.

Would be very dificult to includ the Fleet Racing on the APP ??

Tell me what you will need to do that for us (all).

Best Regards
Joao/bigamist

Ugga Bugga
12-26-2011, 01:43 PM
how do I enable the ladders. I cannot seem to get it going on my site. www.uggabugga.net/forum

Bluefin221
01-01-2012, 01:16 PM
how do I enable the ladders. I cannot seem to get it going on my site. www.uggabugga.net/forum

You enable everything trhough the admin panel in the competition settings, once you do just go create a category and the rest falls into place.

I'd suggest just messing around with it for a while to get used to the features.

Killerhands
01-02-2012, 09:22 PM
Hi. I have a bit of an odd issue. I can't add any new tournaments because when I go to add a tournament there is no year of 2012. It goes from 2005-2011. o.O

Anyone know how to fix this?

maxxamillion
01-03-2012, 01:08 AM
the dates for creating new tournaments only goes upto 2011 how can i change that

EasyEazy
01-03-2012, 09:57 PM
Hi. I have a bit of an odd issue. I can't add any new tournaments because when I go to add a tournament there is no year of 2012. It goes from 2005-2011. o.O


Anyone know how to fix this?

the dates for creating new tournaments only goes upto 2011 how can i change that

Search in templates for tmnt_new open then search in that template for <select name="year" and you will see all the options for years up to 2011. Insert the same code as the other but add 2012

Hope that helps

PcGamer
01-03-2012, 10:21 PM
Include tmnt_edit in that search as well.

TheSupportForum
01-04-2012, 11:54 AM
does this support league of legends
http://euw.leagueoflegends.com/

EBZ2010
01-04-2012, 10:54 PM
So not that it is a big issue I have edited the product xml to include years up to 2020. I uploaded to server, and overwrote existing file. I get the years up to 2020 when I got to edit or create a tournament, but when editing or creating a league or ladder it will not show any higher than 2015. This is what I could use some assistance on if anyone knows the work around, thank you.

Xarwin
01-05-2012, 02:54 PM
does this support league of legends
http://euw.leagueoflegends.com/

It supports anything you want mate.
This mod is amazing ;).

LukeH
01-06-2012, 12:38 AM
Reference: Maps/Modes

Hey guys,

I want to use this script for a Call of Duty clan. I want to set up the ladders so that for each match a random selection of maps and or modes is selected. Can someone tell me if this is possible/how to do this because I can't seem to find it anywhere!! lol

Many Thanks
LukeH

1005467401
01-06-2012, 05:30 PM
Umm so now its 2012 but in the year box i dont see 2012,,, how do i edit that?

Edit: NVM... solved..

bananalive
01-14-2012, 12:18 PM
So not that it is a big issue I have edited the product xml to include years up to 2020. I uploaded to server, and overwrote existing file. I get the years up to 2020 when I got to edit or create a tournament, but when editing or creating a league or ladder it will not show any higher than 2015. This is what I could use some assistance on if anyone knows the work around, thank you.

Edit ladders.php, lines 2506, 2795
for ($gyear = 2005; $gyear <= 2015; $gyear++)
to
for ($gyear = 2005; $gyear <= 2020; $gyear++)

fookaa
01-14-2012, 03:16 PM
Hi there..

Loving this mod thanks so much...

I run an FPS gaming clan and were about to have a yearly comp and the single elimination is perfect for this...

Only 1 problem so far...

I have created 8 teams and added them to the comp and it then creates the tree type set up...

But i cant see the team names ?? See attachment... Please help :D

fookaa
01-14-2012, 04:36 PM
Hi there..

Loving this mod thanks so much...

I run an FPS gaming clan and were about to have a yearly comp and the single elimination is perfect for this...

Only 1 problem so far...

I have created 8 teams and added them to the comp and it then creates the tree type set up...

But i cant see the team names ?? See attachment... Please help :D

Hmm seems its a NVM now ?? they just appeared after it being set up for 2 days already ?

LOL :D

bananalive
01-14-2012, 04:48 PM
Hi there..

Loving this mod thanks so much...

I run an FPS gaming clan and were about to have a yearly comp and the single elimination is perfect for this...

Only 1 problem so far...

I have created 8 teams and added them to the comp and it then creates the tree type set up...

But i cant see the team names ?? See attachment... Please help :D

It should follow vbulletin style, but quick fix is...

AdminCP -> vBulletin Options / Competitions Settings -> Tournament Specific Options -> Tournaments User HTML (including username)

<span style="background:#fff;">{usertext}</span>
(adds white background to text, keep links to profile)

OR

<span style="color:#fff;">{username}</span>
(change text to white, loses link to profile)

fookaa
01-14-2012, 04:51 PM
It should follow vbulletin style, but quick fix is...

AdminCP -> vBulletin Options / Competitions Settings -> Tournament Specific Options -> Tournaments User HTML (including username)

<span style="background:#fff;">{usertext}</span>
(adds white background to text, keep links to profile)

OR

<span style="color:#fff;">{username}</span>
(change text to white, loses link to profile)

Ah kool ok i think i messed about with that maybe i fixed it by mistake lol...

Awesome mod my man :D

1 small thing that would be amazing to add on would be the possibility to make a forum side block that shows all open challenges..

maxxamillion
01-15-2012, 11:52 AM
im new to this where do i edit template i not sure where to find it

EasyEazy
01-15-2012, 02:22 PM
Edit ladders.php, lines 2506, 2795
for ($gyear = 2005; $gyear <= 2015; $gyear++)
to
for ($gyear = 2005; $gyear <= 2020; $gyear++)

What lines in the xml file should be edited to add the extra dates to the ladders?

Thanks in advance

fookaa
01-18-2012, 05:00 PM
@Bannana Man


M8 i will send you my sister for a week if you make me a forum side block that shows open challenges PLEEEEEEEEEEEEEEEEEEEASE :D

I might even donate some dollar your way too :D

ProFifaLeagues
01-18-2012, 05:07 PM
@Bannana Man


M8 i will send you my sister for a week if you make me a forum side block that shows open challenges PLEEEEEEEEEEEEEEEEEEEASE :D

I might even donate some dollar your way too :D



That would be a superb add on for this mod and one i will happly donate for too :up:

fookaa
01-18-2012, 05:19 PM
@Bannana Man


M8 i will send you my sister for a week if you make me a forum side block that shows open challenges PLEEEEEEEEEEEEEEEEEEEASE :D

I might even donate some dollar your way too :D

That would be a superb add on for this mod and one i will happly donate for too :up:

Anyone else :D

bananalive
01-19-2012, 05:19 PM
@fookaa What do you mean open challenges?

bananalive
01-19-2012, 05:20 PM
What lines in the xml file should be edited to add the extra dates to the ladders?

Thanks in advance

None for ladders, just that previous code.

ProFifaLeagues
01-19-2012, 05:39 PM
@fookaa What do you mean open challenges?

Hello,I think he means the same as me:
When you set a challenge on the ladder for another user to accept.Ie open challenge.Could these be shown in the Sidebar on the main Forum???
Would be a superb addition to this Mod :up:

fookaa
01-19-2012, 07:33 PM
Hello,I think he means the same as me:
When you set a challenge on the ladder for another user to accept.Ie open challenge.Could these be shown in the Sidebar on the main Forum???
Would be a superb addition to this Mod :up:

Exactly this....

Members joining the site could see it if there are challenges then at a glance on the side of the forums which would entice members to make challenges :D

ProFifaLeagues
01-22-2012, 12:24 PM
Can i get a little help sorting this issues in the screenshots
Top pic is admin looking at the Ladder they are able to Insert a ladder challenge which then shows up Fine.
The lower screen is a member who can not see that Button to insert a challenge at all.
I presume its a setting i have missed but still can not find it so any help would be superb thank you


https://vborg.vbsupport.ru/external/2012/01/32.jpgImages here (http://imageshack.us/photo/my-images/843/ladderm.png/)

https://vborg.vbsupport.ru/ (http://imageshack.us/photo/my-images/843/ladderm.png/)




https://vborg.vbsupport.ru/external/2012/01/32.jpg

EasyEazy
01-22-2012, 07:39 PM
None for ladders, just that previous code.

Hi Banana

Edited both bits of code like you said but still shows 2015. Any help would be appreciated mate.

fookaa
01-22-2012, 10:21 PM
Can i get a little help sorting this issues in the screenshots
Top pic is admin looking at the Ladder they are able to Insert a ladder challenge which then shows up Fine.
The lower screen is a member who can not see that Button to insert a challenge at all.
I presume its a setting i have missed but still can not find it so any help would be superb thank you


https://vborg.vbsupport.ru/external/2012/01/32.jpgImages here (http://imageshack.us/photo/my-images/843/ladderm.png/)

http://img843.imageshack.us/img843/9581/ladderm.png (http://imageshack.us/photo/my-images/843/ladderm.png/)




https://vborg.vbsupport.ru/external/2012/01/32.jpg

Tell your guy to click find match then on the right (not obvious) it says create match... I use a nav button mod to make a separate menu to link straight to create a challenge....

Look ...


Or it could be the permissions for that group, can see ladder, can create challenge blaaah ...

fookaa
01-22-2012, 10:45 PM
Hi Banana

Edited both bits of code like you said but still shows 2015. Any help would be appreciated mate.

I had this problem, when you make the edits you need to edit both sides....

tmnt_new

<select name="year" title="year" tabindex="1">
<option title="year" value="2005">2005</option>
<option title="year" value="2006">2006</option>
<option title="year" value="2007">2007</option>
<option title="year" value="2008">2008</option>
<option title="year" value="2009">2009</option>
<option title="year" value="2010">2010</option>
<option title="year" value="2011">2011</option>
</select>

And tmnt_edit

<select name="year" title="year" tabindex="1">
<option title="year" value="2005">2005</option>
<option title="year" value="2006">2006</option>
<option title="year" value="2007">2007</option>
<option title="year" value="2008">2008</option>
<option title="year" value="2009">2009</option>
<option title="year" value="2010">2010</option>
<option title="year" value="2011">2011</option>
</select>

Thats mine :D

PS. @ Bannalive im helping ya out m8 so u have more free time to make the forum side bar open challenge block :D xx

EasyEazy
01-23-2012, 12:45 PM
I had this problem, when you make the edits you need to edit both sides....

tmnt_new

<select name="year" title="year" tabindex="1">
<option title="year" value="2005">2005</option>
<option title="year" value="2006">2006</option>
<option title="year" value="2007">2007</option>
<option title="year" value="2008">2008</option>
<option title="year" value="2009">2009</option>
<option title="year" value="2010">2010</option>
<option title="year" value="2011">2011</option>
</select>

And tmnt_edit

<select name="year" title="year" tabindex="1">
<option title="year" value="2005">2005</option>
<option title="year" value="2006">2006</option>
<option title="year" value="2007">2007</option>
<option title="year" value="2008">2008</option>
<option title="year" value="2009">2009</option>
<option title="year" value="2010">2010</option>
<option title="year" value="2011">2011</option>
</select>

Thats mine :D

PS. @ Bannalive im helping ya out m8 so u have more free time to make the forum side bar open challenge block :D xx

No mate thats for tournaments. Im after the edit for ladders and leagues

x4a
01-29-2012, 11:32 AM
Hello

i cant put more than 8 players in Double Elimination tournaments ? any help plz ?

i am using the last updated 4.5.0

x4a
01-29-2012, 12:06 PM
Any 1 Please..I'm in the middle of the tournament now

x4a
01-30-2012, 10:34 AM
thanx any way :(

Toorak Times
01-30-2012, 03:11 PM
XML Error: Not well-formed (invalid token) at Line 1

Something went wrong when I uploaded the xml file

Tried again and got this on my home page

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1363) : eval()'d code on line 138

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5570) in [path]/includes/functions.php on line 5279

I'll disable and wait for reply

fookaa
01-31-2012, 06:01 PM
Exactly this....

Members joining the site could see it if there are challenges then at a glance on the side of the forums which would entice members to make challenges :D


Bump :D

fookaa
02-07-2012, 01:47 PM
Ok how much Bannalive ?

bananalive
02-10-2012, 07:15 PM
@fookaa it will be available in v5.0.0

ProFifaLeagues
02-10-2012, 10:14 PM
@fookaa it will be available in v5.0.0



Can't wait for 5.0.0 Banana :up:

fookaa
02-11-2012, 08:40 AM
@fookaa it will be available in v5.0.0


WooooooooooooooooooooP :D

diabolicds
02-11-2012, 01:13 PM
Any chance to remove/disable tournaments and leagues from fronted?

I need only ladders?

Update,managed to remove Tournaments from usergroups permission but I have still trouble to remove Leagues to be shown?

Thx

jeremyricci
02-12-2012, 05:34 PM
How the heck do you edit categories in this thing?

diabolicds
02-13-2012, 09:30 AM
How the heck do you edit categories in this thing?

Yeah lol how do you even create them I can't see that hmm?

bananalive
02-15-2012, 12:40 PM
How the heck do you edit categories in this thing?

Yeah lol how do you even create them I can't see that hmm?

http://www.yoursite.com/forums/competitions.php?do=categories

There is a link is the navigation bar at top.


If you cannot see it, check your usergroup permissions.

croft
02-15-2012, 12:55 PM
I can not add tournaments. Well i can but the dates getting all fracked up :(
If i add the date march 15 2012 for a tournament it comes up as march 15 2006.
Check the screen.
I can add teams to the tournament but i can not see any brackets. I can not finnish the tournament either. Then i get a database error. I can only delete the tournament.

stwan
02-15-2012, 01:45 PM
make Words => in the phrase:

File ladders.php:

Line 988:

$title = $thisusername." has challenged you";

bananalive
02-15-2012, 02:37 PM
I can not add tournaments. Well i can but the dates getting all fracked up :(
If i add the date march 15 2012 for a tournament it comes up as march 15 2006.
Check the screen.
I can add teams to the tournament but i can not see any brackets. I can not finnish the tournament either. Then i get a database error. I can only delete the tournament.

Do you get any errors text?

bananalive
02-15-2012, 02:38 PM
make Words => in the phrase:

File ladders.php:

Line 988:

$title = $thisusername." has challenged you";

Done for next version.

croft
02-16-2012, 04:04 AM
Do you get any errors text?

This is the error text i get if i try to finish a tournament.

Database error in vBulletin 4.1.10:

Invalid SQL:
UPDATE tmnt_players SET winner = '1' WHERE tid = '5' AND userid IN ();

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Error Number : 1064
Request Date : Wednesday, February 15th 2012 @ 11:03:11 PM
Error Date : Wednesday, February 15th 2012 @ 11:03:12 PM
Script : http://www.pdcm.net/tournaments.php?do=finish&id=5
Referrer : http://www.pdcm.net/tournaments.php?do=view&id=5
IP Address : 213.65.32.234
Username : croft
Classname : vB_Database
MySQL Version : 5.0.92-50-log

bananalive
02-16-2012, 10:39 AM
This is the error text i get if i try to finish a tournament.

That's because you have no players/teams in the tournament...

croft
02-16-2012, 01:33 PM
That's because you have no players/teams in the tournament...

That cant be because the tournament says 2006 instead of 2012 and is in progress the second i create it ?

Or is it something ellse ?