vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=238945

andyv72 17 Apr 2013 01:38

Quote:

Originally Posted by bananalive (Post 2415376)
You can use vBulletin phrasing system:

AdminCP -> Languages & Phrases -> Search in phrases:

Search for Text


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Search in ...


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Or search by product

vB Tournaments, Ladders and Leagues Manager

hi..
to many to Translate and to heavy..
the translation is easier?

bananalive 18 Apr 2013 17:42

Quote:

Originally Posted by Bluefin221 (Post 2416233)
@BananaLive - I wonder if you could tell me if there is a query I could place for how many tournaments (total) and how many teams (total) there are within the tournament section, I'm creating a stat bar and would like it to show how many teams we have and how many tournaments are running (past and present) which will automatically update due to the proper queries being called.

$a = $vbulletin->db->query_first("SELECT COUNT(*) as count FROM ".TABLE_PREFIX."tmnt_tmnts");
$count_tournaments = $a['count'];

$b = $vbulletin->db->query_first("SELECT COUNT(*) as count FROM ".TABLE_PREFIX."tmnt_teams ");
$count_teams = $b['count'];

Bob Meta 26 Apr 2013 18:42

Thank you for creating and supporting this mod! I have installed the mod and am trying it out with a beta group of forum members. The main thing that is keeping me from rolling out contests to the community is that we can't find a way for moderators to pick winners for players/teams in single elimination tournies. Right now the system relies on the loser "submitting a loss".

Am I missing something obvious? Do mods have the ability to mark winners and losers? Is this an available premium feature (I would go premium if this is the case). Thank you!

EasyEazy 26 Apr 2013 18:56

Quote:

Originally Posted by Bob Meta (Post 2418720)
Thank you for creating and supporting this mod! I have installed the mod and am trying it out with a beta group of forum members. The main thing that is keeping me from rolling out contests to the community is that we can't find a way for moderators to pick winners for players/teams in single elimination tournies. Right now the system relies on the loser "submitting a loss".

Am I missing something obvious? Do mods have the ability to mark winners and losers? Is this an available premium feature (I would go premium if this is the case). Thank you!

Is there not a progress button on your tournament bracket? Next to each members name you should have an arrow to progress them to the next round.

Also make sure that the group has been given the correct permissions in usergroups.

Bob Meta 26 Apr 2013 19:18

Quote:

Originally Posted by EasyEazy (Post 2418721)
Is there not a progress button on your tournament bracket? Next to each members name you should have an arrow to progress them to the next round.

Also make sure that the group has been given the correct permissions in usergroups.

No, I do not see any arrows next to names. I double checked the Upload files and I do not think any have been missed. Here is what my test tourney looks like:

EDIT: I am also an administrator and have all permissions checked as yes.

https://www.vbulletin.org/forum/external/2013/04/5.png


EDIT - My best guess is that I missed a file in the upload, or possibly uploaded files incorrectly, although I can't find the error.

EasyEazy 26 Apr 2013 21:05

Quote:

Originally Posted by Bob Meta (Post 2418722)
No, I do not see any arrows next to names. I double checked the Upload files and I do not think any have been missed. Here is what my test tourney looks like:

EDIT: I am also an administrator and have all permissions checked as yes.

https://www.vbulletin.org/forum/external/2013/04/5.png


EDIT - My best guess is that I missed a file in the upload, or possibly uploaded files incorrectly, although I can't find the error.

Looks like you are missing something mate as mine looks nothing like that. Im sure Bananlive can put you right on that.

evotion 29 Apr 2013 19:13

Do you know if there is a way to export ladder and tournament data into a gaming ladder script from www.eliteladders.com ?

Members migrate over fine, just no automated way to copy over other data.

Any ideas?

bananalive 29 Apr 2013 20:54

Quote:

Originally Posted by Bob Meta (Post 2418722)
No, I do not see any arrows next to names. I double checked the Upload files and I do not think any have been missed. Here is what my test tourney looks like:

EDIT: I am also an administrator and have all permissions checked as yes.

https://www.vbulletin.org/forum/external/2013/04/5.png


EDIT - My best guess is that I missed a file in the upload, or possibly uploaded files incorrectly, although I can't find the error.

That is showing the mobile version of brackets - which version of vbulletin are you using?

bananalive 29 Apr 2013 20:59

Quote:

Originally Posted by evotion (Post 2419156)
Do you know if there is a way to export ladder and tournament data into a gaming ladder script from www.eliteladders.com ?

Members migrate over fine, just no automated way to copy over other data.

Any ideas?

How many competitions are there to transfer? Which part are you keenest to transfer across? I havent used eliteladders before so i'm not really sure how it is structured.

Bob Meta 29 Apr 2013 23:20

Quote:

Originally Posted by bananalive (Post 2419164)
That is showing the mobile version of brackets - which version of vbulletin are you using?

Thanks for getting back. I am using 4.1.9

Bob Meta 30 Apr 2013 17:38

Sorry to be pushy, but any more thoughts on why my tournaments are showing up in the mobile style? Is there a way to disable the mobile style option?

bananalive 30 Apr 2013 20:20

Quote:

Originally Posted by Bob Meta (Post 2419266)
Sorry to be pushy, but any more thoughts on why my tournaments are showing up in the mobile style? Is there a way to disable the mobile style option?

It's because you aren't running the latest version of vbulletin.


Create plugin on hook global_start with php code:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


betts02 10 May 2013 18:09

Just started an event but needed to edit it so that the rounds were re-named with starting times

When i edit the rounds and click save i get :

vBulletin Message
Error. Invalid type

bananalive 11 May 2013 21:04

Quote:

Originally Posted by betts02 (Post 2421135)
Just started an event but needed to edit it so that the rounds were re-named with starting times

When i edit the rounds and click save i get :

vBulletin Message
Error. Invalid type

Are you running latest version?

betts02 17 May 2013 19:15

Yes mate ive just updated and now i get this at the top of every page:

Warning: Invalid argument supplied for foreach() in [path]/tournaments.php on line 6306

Aqualis 18 May 2013 14:58

Hello,

I have a few questions about leagues that I can not seem to find the answer for.

1) What is race mode and what does it mean by race mode for rounds.

2) When you go to upcoming matches on the league all matches shows all matches for one group then the next (even when all groups is selected) instead of showing all upcoming matches round by round. This is a problem for teams and viewers looking to see what match is next when it defaults to this instead of in order by rounds. Example: http://puu.sh/2VWve.png

Also not sure why there are rounds in leagues.

FTG LIQUID CL 19 May 2013 19:42

When updating ,do I need to update files on the server or just the xml?

ProFifaLeagues 19 May 2013 19:49

Quote:

Originally Posted by FTG LIQUID CL (Post 2423022)
When updating ,do I need to update files on the server or just the xml?


Both files on Server and the Xml mate

UPElvin 27 May 2013 00:57

Ich suche die deutschen Phrasen für dieses Add On, auf vbulletin-germany.org ist es verfügbar aber da komme ich leider nicht ran, weil ich eine vbulletin.com Lizenz habe.

Könnte jemand vielleicht so nett sein und hier die deutschen Phrasen als Download adden?

Ich verstehe ja das man nur Leute mit einer Lizenz unterstützen will, aber was da jetzt abläuft mit diesem Lizenz hick hack ist einfach nur Bullshit!

S S0DEN 22 Jun 2013 02:24

I am having a issue with the slider, the image appears to be centered and the text set to the left. How do I edit the slider so the text is actually the same dimension as the image?

http://pro-leagues.com/test.png

S S0DEN 22 Jun 2013 03:15

It would also be cool to display the standings as a widget for the front page of the website.

stalkingdatoast 27 Jun 2013 11:38

I have a very important request. Your script is fantastic , but i think is missing a very important key on the ladders, specially for those like me that have a shooter competitive site.

Ladders

Admincp

When a admin add a ladders, we add a list of maps and game modes

front end

Lets say im player Y ,when i create a challenge on the match finder, lets say i post a game with 3 rounds. When Player Y goes to the match finder and clicks on my match and accepts the mach the system will detect automatically that player X choose the option of 3rounds and will select from the maps and game modes that the admin added on the database 3 random maps and 3 random game modes and will be posted on the match details, so player X and Y can play . This way ,

For example, once the system chooses the random maps and game types

Round 1
Map Summit
Gamemode Hardpoint

Round 2
Map Hardhat
Gamemode Seach and Destroy

Round 3
Map intervention
Gamemode Capture the Flag


This way players don't have a choice of choosing the gamemode and maps they want to play. everything will be ramdom so there is no advantage to ether player .

Bob Meta 01 Jul 2013 18:46

Quote:

Originally Posted by bananalive (Post 2419305)
It's because you aren't running the latest version of vbulletin.


Create plugin on hook global_start with php code:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Thank you for your help, I was able to resolve this. I have one last question though. Is it possible to delete categories? I can't find an option to delete them anywhere.

EDIT: Never mind! I found the option in the sidebar. Thank you again for the awesome mod.

SirPereira 04 Jul 2013 23:02

@bananalive have you ever thought about giving the option of limiting ladders too member' country? :)

Holden za 10 Jul 2013 16:58

Hi there, I was wondering if you could help me out.

I installed the files via filezilla, and that seemed to go successfully. I, however, run into a problem when trying to upload the xml file. I run into the following error :
"Sorry, no XML was passed into this function and the $path variable empty ".

Any Ideas on how to fix this ?

Marijuana 25 Jul 2013 02:10

http://puu.sh/3KTWP/af9e7a9e9a.png

hay when i uninstall this is what i get

desperado01 25 Jul 2013 02:18

ben beğenmedim..

stwan 02 Aug 2013 12:15

bananalive, find phrase:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


replace:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


coreallsoftware 07 Aug 2013 15:11

I have a problem, When I try to create a tournament of 18 teams it creating 32 spaces on the brake. But if less than 16 teams I have no problem. How can I solve this problem. Or do I have to buy the premium version to solve this inconvenience?

https://mail.google.com/mail/?ui=2&i...d3ed&zw&atsh=1


https://mail.google.com/mail/?ui=2&i...cafa&zw&atsh=1

coreallsoftware 07 Aug 2013 19:27

i bought the product but i have not received the product please help me. I have the receipt of payment

ShadyUS 10 Aug 2013 17:30

My brackets are not being created at all? Help?!

sutto 14 Aug 2013 08:03

Hey Dom,

I've re-installed the system (new version than previous) and I've noticed that I can no longer assigned teams to categories.

Is this feature still available?

Cheers

Problem list
by JesterP
17 Aug 2013 15:11

1. When the calendar is not hidden in the settings, it boots our PvP staff directly to the calendar when going to competitions.php. I had to "hide" the calendar to get around this.
https://www.vbulletin.org/forum/external/2013/08/12.jpg

2. When creating a new ladder, there is no option to categorize it until after it's saved and "edited".
3. Sidebar links for ladders, leagues and KOTH do not display the items if they are categorized.
https://www.vbulletin.org/forum/external/2013/08/13.jpghttps://www.vbulletin.org/forum/external/2013/08/14.jpg

Thanks!

JesterP 21 Aug 2013 15:23

Bump.

Mark93x 10 Sep 2013 23:08

Singles ladder matches are working fine but you cant accept TEAM ladder matches.
I tested this on 2 different servers.
You are able to click on "Accept Challenge" but as soon as you click you'll be redirected to the ladders list.

stalkingdatoast 12 Sep 2013 05:38

Some please help, im testing on my site the double eliminations for the first time, and i cant find any location to report the match? there is no reporting on tournaments for matches?

stalkingdatoast 12 Sep 2013 16:49

How reporting works on tournaments? can someone let me know please, because i start a tournament and still can figure out how teams report their loss or wins??

stalkingdatoast 12 Sep 2013 17:06

1 Attachment(s)
Also, im testing the double elimination with 16 teams and im getting this error at the top of the page...

bananalive 22 Sep 2013 11:36

Quote:

Originally Posted by stalkingdatoast (Post 2445134)
Also, im testing the double elimination with 16 teams and im getting this error at the top of the page...

It will work fine. The error is just from strict php/html.

I will fix it in the next version.

bananalive 22 Sep 2013 11:38

Quote:

Originally Posted by stalkingdatoast (Post 2445130)
How reporting works on tournaments? can someone let me know please, because i start a tournament and still can figure out how teams report their loss or wins??

Depends on what version you are using:

If you are using the premium version, then once the tournament starts there will be a link on tournament page for competitors to submit their results.

However, for the lite version, tournament moderators will have to progress players/teams to the subsequent rounds.

bananalive 22 Sep 2013 11:42

Quote:

Originally Posted by Mark93x (Post 2444733)
Singles ladder matches are working fine but you cant accept TEAM ladder matches.
I tested this on 2 different servers.
You are able to click on "Accept Challenge" but as soon as you click you'll be redirected to the ladders list.

A link must be broken. Have you edited any of the templates?

bananalive 22 Sep 2013 11:44

Quote:

Originally Posted by ShadyUS (Post 2438207)
My brackets are not being created at all? Help?!

Brackets will be 'generated' once all the players/ teams have signed up.

Oxylis 22 Sep 2013 13:24

[Edit: irrelevant now :)]

stalkingdatoast 22 Sep 2013 16:04

Quote:

Originally Posted by bananalive (Post 2447250)
Depends on what version you are using:

If you are using the premium version, then once the tournament starts there will be a link on tournament page for competitors to submit their results.

However, for the lite version, tournament moderators will have to progress players/teams to the subsequent rounds.

I have the premium latest version, I still can't find this link anywhere after I start the bracket manually . Can I please get a link to this report bottom? Or if I can get some direct support please contact me at [email protected]

bananalive 22 Sep 2013 21:03

Quote:

Originally Posted by stalkingdatoast (Post 2447298)
I have the premium latest version, I still can't find this link anywhere after I start the bracket manually . Can I please get a link to this report bottom? Or if I can get some direct support please contact me at ***

I have emailed you.

Mark93x 25 Sep 2013 09:32

Quote:

Originally Posted by bananalive (Post 2447251)
A link must be broken. Have you edited any of the templates?

No, I tested this on a clean vb 4.2.1 installation. Does team ladder works or its just me?

SirPereira 25 Sep 2013 23:09

Are you thinking porting this to vBulletin 5?

Jamie G 25 Sep 2013 23:20

Dom,

Would you be interested in porting Tournaments over to Xenforo for a price?

I have your vB version but would love to see it on Xenforo.

fookaa 26 Sep 2013 17:04

Hi,

With the side navigation in ladders/leagues, if i click the "Your Matches" part i get this error..

Quote:

Not Found

The requested URL /ladders.phpleagues.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
And this seems to be the link for that "/ladders.phpleagues.php?do=view&id=16&sh=3"

Also im using a dark theme with red as the main color and the "Your Matches" is in Blue. Where can I change this to red please ?

Thanks in advance..

bananalive 28 Sep 2013 10:17

Quote:

Originally Posted by Mark93x (Post 2447859)
No, I tested this on a clean vb 4.2.1 installation. Does team ladder works or its just me?

Find in ladders.php


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


bananalive 28 Sep 2013 10:22

Quote:

Originally Posted by fookaa (Post 2448155)
Hi,

With the side navigation in ladders/leagues, if i click the "Your Matches" part i get this error..



And this seems to be the link for that "/ladders.phpleagues.php?do=view&id=16&sh=3"

Also im using a dark theme with red as the main color and the "Your Matches" is in Blue. Where can I change this to red please ?

Thanks in advance..

See above also for bug fix

To change colour, open includes/functions_tll_sidebar.php and find

<div style="padding: 5px; background: #95B9C7;

bananalive 28 Sep 2013 10:26

Quote:

Originally Posted by SirPereira (Post 2447996)
Are you thinking porting this to vBulletin 5?

Not at the moment

bananalive 28 Sep 2013 10:32

Quote:

Originally Posted by Jamie G (Post 2447998)
Dom,

Would you be interested in porting Tournaments over to Xenforo for a price?

I have your vB version but would love to see it on Xenforo.

I'm not sure if the demand is there for xenforo. If it is I probably would look into doing a modification for it.

Mark93x 02 Oct 2013 12:05

Thanks for the support, I edited ladders.php but still cant accept 4v4 ladder matches:
As soon as I click "Accept Match" I am redirected to this page and the match has not been accepted.

/ladders.php?u2=20&do=acceptmf&id=25&s=&securitytoken=1380715083-47a72a7902a33f2f8cbce829d3ceeb220f29a1a6

Ladder Comments
by JesterP
02 Oct 2013 17:26

Is there a way to add a tab to the ladders for comments...like the tournaments have?

Thanks!

bananalive 04 Oct 2013 09:27

1 Attachment(s)
Quote:

Originally Posted by Mark93x (Post 2449460)
Thanks for the support, I edited ladders.php but still cant accept 4v4 ladder matches:
As soon as I click "Accept Match" I am redirected to this page and the match has not been accepted.

/ladders.php?u2=20&do=acceptmf&id=25&s=&securitytoken=1380715083-47a72a7902a33f2f8cbce829d3ceeb220f29a1a6

That should be re-directing to ladder_match.php rather than ladders.php

Fixed in attached file.

Mark93x 12 Oct 2013 11:17

Quote:

Originally Posted by bananalive (Post 2449877)
That should be re-directing to ladder_match.php rather than ladders.php

Fixed in attached file.

Thanks for the help but im still having this problem with the attached file, as soon as I accept a TEAM match it goes on /ladders.php instead of /ladder_match.php :(

bananalive 12 Oct 2013 11:24

Quote:

Originally Posted by Mark93x (Post 2452548)
Thanks for the help but im still having this problem with the attached file, as soon as I accept a TEAM match it goes on /ladders.php instead of /ladder_match.php :(

What version are you running?

Mark93x 12 Oct 2013 12:42

Quote:

Originally Posted by bananalive (Post 2452550)
What version are you running?

4.2.1

stalkingdatoast 15 Oct 2013 07:06

1 Attachment(s)
How can i modify on the brackets the size of the box under each round to add some informations about the map and gametype ?? look at the image i attached.

Also, how can i delete and also edit categories??

Gamelobby 20 Oct 2013 00:23

What version of vB does this most recent release work on.? (4.2.0, 4.2.x, 4.2.2, etc)

bananalive 20 Oct 2013 09:38

Quote:

Originally Posted by Gamelobby (Post 2454743)
What version of vB does this most recent release work on.? (4.2.0, 4.2.x, 4.2.2, etc)

All versions should work, if there is a problem, let me know.

bananalive 20 Oct 2013 09:44

Quote:

Originally Posted by stalkingdatoast (Post 2453504)
How can i modify on the brackets the size of the box under each round to add some informations about the map and gametype ?? look at the image i attached.

Also, how can i delete and also edit categories??

If you open up includes/functions_tll_brackets.php and find line 60:

$hd_height = 40;

This is the pixel height of the header you are referring to.


-----------------

To edit categories, go to yoursite.com/forums/competitions.php?do=categories

(There are also links in the navbar and left hand side menu.

JacquiiDesigns 26 Oct 2013 00:10

Have the following issues:
1. Errors at top of pages
2. Mobile style always showing

https://www.vbulletin.org/forum/external/2013/10/12.png

I've updated to newest version vbulletin 4.2.2 as well as newest version of this modification 6.3.2 -- How can I fix the errors and stop the mobile style from showing when browsing via PC?

Thanks,

J.

KOM 27 Oct 2013 08:09

I ordered your software but it's not showing up on your site and it will not let me download and shows no order history. However paypal Completed

betts02 27 Oct 2013 18:29

Quote:

Originally Posted by betts02 (Post 2407641)
Also how you you change the position of the columns for wins.loss,etc

Current position:

PYD, PD, W, D, L, F, A, STR, XP

When in most leagues and what i want, It should be:

PYD, W, D, L, F, A, PD, STR, XP

Still looking for an update on this when possible please

I tried your earlier template fixes but nothing worked

Cheers

Bestrafung 27 Oct 2013 20:46

I'm having the same issue as JacquiiDesigns a couple posts above. I have a newly upgraded vb4.2.2, after creating a category and going to the Ladder or League page for that category I get the below PHP warning:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I've also been unable to get the banner to load. I've tried setting just the URL (http://www.example.com/image.jpg) and HTML like so:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

but nothing works, it just posts it as plain text on the page.

I've gone through all of the settings in admincp and don't see anything related to either issue. Am I missing something? Any help is much appreciated. I'll keep trying to determine the issue.

Edit: I forgot to mention that I'm not sure if I'm being limited to a template or not as I only have the option for my installed template and the mobile, which just loads a white page with the PHP warnings. I'm not sure if this is caused by this issue or not.

Edit2: I'm now also getting the following error messages on the category view itself:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


MundoGT 28 Oct 2013 14:49

Hi I have a problem...

After following the instructions, in AdminCP i only see this: https://www.vbulletin.org/forum/external/2013/11/58.png

In user Groups / Edit permissions i can't find anything.

JacquiiDesigns 29 Oct 2013 20:45

As an FYI - I think the issue Bestrafung and I have experience may be a php 5.4 compatibility issue.
Can anyone confirm if they have this modifcation working on a vB 4.2.2 board running php 5.4?

Thanks!

J.

Bestrafung 29 Oct 2013 21:06

Quote:

Originally Posted by JacquiiDesigns (Post 2457106)
As an FYI - I think the issue Bestrafung and I have experience may be a php 5.4 compatibility issue.
Can anyone confirm if they have this modifcation working on a vB 4.2.2 board running php 5.4?

Thanks!

J.

PHP5.4 changed error reporting a little. VB used to only report errors and not warnings, the way PHP error reporting changed now all warnings are reported. There's an option buried in the options for VB4.2.2 to enable PHP compatibility mode. Do that and everything works again. You can check out the post on the vbulletin.com forum for more info. I want to thank bananalive for helping me troubleshoot and attempt to patch the issue. If I'd done some reading on the official forums sooner I'd have seen it was an issue with VB and not the mod.

JacquiiDesigns 29 Oct 2013 22:39

Quote:

Originally Posted by Bestrafung (Post 2457110)
PHP5.4 changed error reporting a little. VB used to only report errors and not warnings, the way PHP error reporting changed now all warnings are reported. There's an option buried in the options for VB4.2.2 to enable PHP compatibility mode. Do that and everything works again. You can check out the post on the vbulletin.com forum for more info. I want to thank bananalive for helping me troubleshoot and attempt to patch the issue. If I'd done some reading on the official forums sooner I'd have seen it was an issue with VB and not the mod.

Thank you so much for the links and the advice.
I think I've got the issue sorted now! Have a great night ;)

J.

bananalive 03 Nov 2013 13:57

Quote:

Originally Posted by MundoGT (Post 2456836)
Hi I have a problem...

After following the instructions, in AdminCP i only see this: https://www.vbulletin.org/forum/external/2013/11/58.png

In user Groups / Edit permissions i can't find anything.

Have you imported the product file?

bananalive 03 Nov 2013 14:14

Quote:

Originally Posted by betts02 (Post 2456643)
Quote:

Originally Posted by betts02 (Post 2407641)
Also how you you change the position of the columns for wins.loss,etc

Current position:

PYD, PD, W, D, L, F, A, STR, XP

When in most leagues and what i want, It should be:

PYD, W, D, L, F, A, PD, STR, XP

Still looking for an update on this when possible please

I tried your earlier template fixes but nothing worked

Cheers


Find in template tmnt_ladder_cmpt

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


ZiG 05 Nov 2013 09:21

I have a question for Banana... as I did a bit of searching and couldn't really seem to find the answer.

I'm attempting to create a league for a specific online video-game, in which the game would be played similar to a football season. Teams would be separated into specific divisions, a regular season of a determined amount of games would be played, and than it would lead into a playoff bracket. Is this possible with this script?

Yunus DOGU 05 Nov 2013 15:22

thank you , nice plugin...

betts02 08 Nov 2013 21:43

Quote:

Originally Posted by bananalive (Post 2457991)
Find in template tmnt_ladder_cmpt

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Done this and i get

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3822

vBulletin Message
The following error occurred when attempting to evaluate this template:
%1$s
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.

gfaria91 12 Nov 2013 20:11

Hi,

I've been using banana live vb tournament mod and I encountered some problems.

REPORTING ERRORS:

When activating password for leagues and ladders I get the following error when trying to insert the password to join the league/ladder:

Not Found

The requested document was not found on this server.
Web Server at @domain_name@

------------------------------------

There is no way to report results on a Double Elimination tournament bracket.

Also, in double elimination tournaments is not possible to revert results when you give victory for the wrong team, for example.

stalkingdatoast 13 Nov 2013 10:56

1 Attachment(s)
How can i add images to the tournaments Rules?

bananalive 16 Nov 2013 10:24

Quote:

Originally Posted by stalkingdatoast (Post 2460375)
How can i add images to the tournaments Rules?

AdminCP -> Settings -> Options -> BB Code Settings -> Allow [IMG] Code in Non Forum Specific Areas -> YES

bananalive 16 Nov 2013 10:26

Quote:

Originally Posted by gfaria91 (Post 2460196)
Hi,

I've been using banana live vb tournament mod and I encountered some problems.

REPORTING ERRORS:

When activating password for leagues and ladders I get the following error when trying to insert the password to join the league/ladder:

Not Found

The requested document was not found on this server.
Web Server at @domain_name@

------------------------------------

There is no way to report results on a Double Elimination tournament bracket.

Also, in double elimination tournaments is not possible to revert results when you give victory for the wrong team, for example.

Fixed in v6.5.1

stalkingdatoast 16 Nov 2013 13:07

I want to offer live support in my tournaments , and I was wondering how can I add the HTML code from php live so it displays the box for live support on the tournaments page?

This is the code I need added somewhere so the live support is visible to everyone playing in a tournament ...




Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


bananalive 16 Nov 2013 16:56

Quote:

Originally Posted by stalkingdatoast (Post 2461111)
I want to offer live support in my tournaments , and I was wondering how can I add the HTML code from php live so it displays the box for live support on the tournaments page?

This is the code I need added somewhere so the live support is visible to everyone playing in a tournament ...




Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Put the code within the template: tmnt_display

betts02 17 Nov 2013 12:49

Quote:

Originally Posted by betts02 (Post 2459203)
Done this and i get

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3822

vBulletin Message
The following error occurred when attempting to evaluate this template:
%1$s
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.

Any update ?

Impromptu 18 Nov 2013 11:11

Quote:

Originally Posted by sergiomc (Post 2413756)
I'd also like to know how to remove Bye Players, that the bracket is only for players who are registered and no add Bye Players.

For example if a tournament is 128 players and only recorded 91 players, the bracket becomes a tournament of 100 players and has only 9 "Bye Player" and not 37.

Quote:

Originally Posted by betts02 (Post 2413842)
The tournament system only works with teams/players in a 4,8,16,32,64 or 128

This is due to how each players progresses to the next round and in order for the tournament to work

You can randomly let the event organise the 'Bye' players or do it yourself like other events where the better teams/players miss round 1 and the lesss known/skilled teams/players play round 1

In relation to Byes, is there a way the top 16 players who have byes do not face each other until later in the tournament. Thus in a tournament of 128, 112 Players (comprising of 16 seeds/bye players and 96 non-seeds)

For example, you will never have the 1st seed and the 2nd seed playing each other until the finals. See pic: http://en.wikipedia.org/wiki/File:Mi...cket-large.png and you will see that 8th never plays 2nd until the finals.

Is there a way that the top 16 players are permanent placed per the ladder and you click right next to their name to put their ranking. Otherwise I normally have to do it manually.

Secondly, is there a way, we can have tournaments with scores. Ie 2400 v 2190

Great mod btw.

betts02 18 Nov 2013 17:37

Quote:

Originally Posted by Impromptu (Post 2461765)
In relation to Byes, is there a way the top 16 players who have byes do not face each other until later in the tournament. Thus in a tournament of 128, 112 Players (comprising of 16 seeds/bye players and 96 non-seeds)

For example, you will never have the 1st seed and the 2nd seed playing each other until the finals. See pic: http://en.wikipedia.org/wiki/File:Mi...cket-large.png and you will see that 8th never plays 2nd until the finals.

Is there a way that the top 16 players are permanent placed per the ladder and you click right next to their name to put their ranking. Otherwise I normally have to do it manually.

Secondly, is there a way, we can have tournaments with scores. Ie 2400 v 2190

Great mod btw.

Its better to let the system do it automatically as then you can not be accused of fixing the brackets

ALL tournaments ive seen or played in are done manually do to the seeding being messed up

You could have a seed 4 team drop a player for someone else, Then how do you know if that team is still as good and deserves seed 4 ?

Its a personal opinion really

stalkingdatoast 20 Nov 2013 07:53

1 Attachment(s)
After creating a team for a tournaments, i dont see a option to send invites to other players . how can i do this?

bananalive 20 Nov 2013 20:12

Quote:

Originally Posted by stalkingdatoast (Post 2462279)
After creating a team for a tournaments, i dont see a option to send invites to other players . how can i do this?

Other players can request to join your team.

Or request a free agent to join your team. yoursite.com/forums/teams.php?do=freeagents

stalkingdatoast 20 Nov 2013 21:05

Quote:

Originally Posted by bananalive (Post 2462430)
Other players can request to join your team.

Or request a free agent to join your team. yoursite.com/forums/teams.php?do=freeagents

Any idea if plans to add this feature is on the plans? Adding the ability for team leader to send invites to other to join the team is very important.

bananalive 20 Nov 2013 22:09

Quote:

Originally Posted by stalkingdatoast (Post 2462440)
Any idea if plans to add this feature is on the plans? Adding the ability for team leader to send invites to other to join the team is very important.

It should be pretty easy to add into next version

stalkingdatoast 20 Nov 2013 22:24

Quote:

Originally Posted by bananalive (Post 2462454)
It should be pretty easy to add into next version

Love you man, you have the best plugin for esports in the market!

andyv72 22 Nov 2013 18:51

Hey ...

can anyone this translate to german pls ?!?!?!?!

excessive34 28 Nov 2013 07:09

I have a ladder created but their is no "Join" button for players to join it.

I have "PM me the details" and "Ladder Competitions"

Where is the join button!?

stalkingdatoast 28 Nov 2013 08:18

1 Attachment(s)
I Created a tournament for double elimination, then changed it to single eliminations, after that i realize that the time was wrong , so i changed the time for the tournament. After the time was changed i got this error on the top of the page....Please help, not sure what this means or if this is a problem....

stalkingdatoast 01 Dec 2013 11:20

1 Attachment(s)
what do i have to edit to be able to change the color of the font , or this box under team credits, because my members cant read what it says.

bananalive 02 Dec 2013 21:42

Quote:

Originally Posted by stalkingdatoast (Post 2464941)
what do i have to edit to be able to change the color of the font , or this box under team credits, because my members cant read what it says.

Edit template "tmnt_block_credits"

bananalive 02 Dec 2013 21:44

Quote:

Originally Posted by excessive34 (Post 2464291)
I have a ladder created but their is no "Join" button for players to join it.

I have "PM me the details" and "Ladder Competitions"

Where is the join button!?

Make sure the ladder start/end date

bananalive 07 Dec 2013 15:30

Quote:

Originally Posted by stalkingdatoast (Post 2462440)
Any idea if plans to add this feature is on the plans? Adding the ability for team leader to send invites to other to join the team is very important.

This has now been implemented in v6.5.5

betts02 08 Dec 2013 11:56

Warning: Invalid argument supplied for foreach() in [path]/tournaments.php on line 6520

I keep getting this error at the top of my page ONLY on the rect event i created

All other pages, even the previous events are fine

Any idea ?

betts02 08 Dec 2013 13:17

How can i reach you the best ?

I have added a chat box to a template that shows in every page in the competitions apart from just this 1 event i have just created

As stated every page works like it should apart from that 1 page where i have just created the event

http://imageshack.us/a/img716/4917/kpic.png


http://imageshack.us/a/img34/2905/yjil.png

betts02 08 Dec 2013 17:06

Never mind, Both errors have been fixed with the tournament.php file i revived via email from you guys, Many thanks and all is working great, Even my chat box


All times are GMT. The time now is 19:13.

Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.