vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Tournaments, Ladders & Leagues Manager v4.x (https://vborg.vbsupport.ru/showthread.php?t=238945)

bananalive 09-22-2013 10:42 AM

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 09-22-2013 10:44 AM

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 09-22-2013 12:24 PM

[Edit: irrelevant now :)]

stalkingdatoast 09-22-2013 03:04 PM

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 sbusinessgaming@gmail.com

bananalive 09-22-2013 08:03 PM

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 09-25-2013 08:32 AM

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 09-25-2013 10:09 PM

Are you thinking porting this to vBulletin 5?

Jamie G 09-25-2013 10:20 PM

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 09-26-2013 04:04 PM

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 09-28-2013 09:17 AM

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

PHP Code:

.

$nlcontent .= '<p><a href="ladders.php'.$ladder['url'].'&amp;sh=3" style="color: inherit;">'.$vbphrase['ladder_yourchlls'].'</a></p>';



Replace with

PHP Code:

.

$nlcontent .= '<p><a href="'.$ladder['url'].'&amp;sh=3" style="color: inherit;">'.$vbphrase['ladder_yourchlls'].'</a></p>';




bananalive 09-28-2013 09:22 AM

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 09-28-2013 09:26 AM

Quote:

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

Not at the moment

bananalive 09-28-2013 09:32 AM

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 10-02-2013 11:05 AM

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=&securitytok en=1380715083-47a72a7902a33f2f8cbce829d3ceeb220f29a1a6

JesterP 10-02-2013 04:26 PM

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

Thanks!

bananalive 10-04-2013 08:27 AM

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=&securitytok en=1380715083-47a72a7902a33f2f8cbce829d3ceeb220f29a1a6

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

Fixed in attached file.

Mark93x 10-12-2013 10:17 AM

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 10-12-2013 10:24 AM

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 10-12-2013 11:42 AM

Quote:

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

4.2.1

stalkingdatoast 10-15-2013 06:06 AM

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 10-19-2013 11:23 PM

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

bananalive 10-20-2013 08:38 AM

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 10-20-2013 08:44 AM

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 10-25-2013 11:10 PM

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

https://vborg.vbsupport.ru/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 10-27-2013 08:09 AM

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 10-27-2013 06:29 PM

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 10-27-2013 08:46 PM

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:
Code:

Warning: Only variables should be passed by reference in ..../ladders.php on line 3622
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:
Code:

<img src="http://www.example.com/image.jpg" />
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:
Code:

Warning: Only variables should be passed by reference in ..../competitions.php on line 2661

Warning: Only variables should be passed by reference in ..../competitions.php on line 2664


MundoGT 10-28-2013 02:49 PM

Hi I have a problem...

After following the instructions, in AdminCP i only see this: https://vborg.vbsupport.ru/external/2013/11/58.png

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

JacquiiDesigns 10-29-2013 08:45 PM

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 10-29-2013 09:06 PM

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 10-29-2013 10:39 PM

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 11-03-2013 01:57 PM

Quote:

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

After following the instructions, in AdminCP i only see this: https://vborg.vbsupport.ru/external/2013/11/58.png

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

Have you imported the product file?

bananalive 11-03-2013 02:14 PM

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
Code:

<vb:if condition="in_array('matches', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.matches}</td>
                </vb:if>
                <vb:if condition="in_array('points', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}"><vb:if condition="$ladder['pos_points']">{vb:raw cmpt.points}<vb:else />{vb:raw cmpt.totalpoints}:{vb:raw cmpt.pointsagainst}</vb:if></td>
                </vb:if>
                <vb:if condition="in_array('pointsdifference', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsdifference}</td>
                </vb:if>

                <vb:if condition="in_array('wins', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.wins}</td>
                </vb:if>
                <vb:if condition="in_array('draws', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.draws}</td>
                </vb:if>
                <vb:if condition="in_array('losses', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.loses}</td>
                </vb:if>
                <vb:if condition="in_array('totalpoints', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.totalpoints}</td>
                </vb:if>
                <vb:if condition="in_array('pointsagainst', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsagainst}</td>
                </vb:if>
                <vb:if condition="in_array('streak', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw streak}</td>
                </vb:if>
                <vb:if condition="in_array('xp', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell;<vb:if condition="!$vboptions['tmnt_elorating']"> font-weight: bold;</vb:if> {vb:raw cmpt.css}">{vb:raw cmpt.xp}</td>
                </vb:if>

Replace with

Code:

<vb:if condition="in_array('matches', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.matches}</td>
                </vb:if>
                <vb:if condition="in_array('points', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}"><vb:if condition="$ladder['pos_points']">{vb:raw cmpt.points}<vb:else />{vb:raw cmpt.totalpoints}:{vb:raw cmpt.pointsagainst}</vb:if></td>
                </vb:if>
                <vb:if condition="in_array('wins', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.wins}</td>
                </vb:if>
                <vb:if condition="in_array('draws', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.draws}</td>
                </vb:if>
                <vb:if condition="in_array('losses', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.loses}</td>
                </vb:if>
                <vb:if condition="in_array('totalpoints', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.totalpoints}</td>
                </vb:if>
                <vb:if condition="in_array('pointsagainst', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsagainst}</td>
                </vb:if>
                <vb:if condition="in_array('pointsdifference', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsdifference}</td>
                </vb:if>

                <vb:if condition="in_array('streak', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw streak}</td>
                </vb:if>
                <vb:if condition="in_array('xp', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell;<vb:if condition="!$vboptions['tmnt_elorating']"> font-weight: bold;</vb:if> {vb:raw cmpt.css}">{vb:raw cmpt.xp}</td>
                </vb:if>


ZiG 11-05-2013 09:21 AM

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 11-05-2013 03:22 PM

thank you , nice plugin...

betts02 11-08-2013 09:43 PM

Quote:

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

<vb:if condition="in_array('matches', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.matches}</td>
                </vb:if>
                <vb:if condition="in_array('points', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}"><vb:if condition="$ladder['pos_points']">{vb:raw cmpt.points}<vb:else />{vb:raw cmpt.totalpoints}:{vb:raw cmpt.pointsagainst}</vb:if></td>
                </vb:if>
                <vb:if condition="in_array('pointsdifference', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsdifference}</td>
                </vb:if>

                <vb:if condition="in_array('wins', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.wins}</td>
                </vb:if>
                <vb:if condition="in_array('draws', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.draws}</td>
                </vb:if>
                <vb:if condition="in_array('losses', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.loses}</td>
                </vb:if>
                <vb:if condition="in_array('totalpoints', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.totalpoints}</td>
                </vb:if>
                <vb:if condition="in_array('pointsagainst', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsagainst}</td>
                </vb:if>
                <vb:if condition="in_array('streak', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw streak}</td>
                </vb:if>
                <vb:if condition="in_array('xp', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell;<vb:if condition="!$vboptions['tmnt_elorating']"> font-weight: bold;</vb:if> {vb:raw cmpt.css}">{vb:raw cmpt.xp}</td>
                </vb:if>

Replace with

Code:

<vb:if condition="in_array('matches', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.matches}</td>
                </vb:if>
                <vb:if condition="in_array('points', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}"><vb:if condition="$ladder['pos_points']">{vb:raw cmpt.points}<vb:else />{vb:raw cmpt.totalpoints}:{vb:raw cmpt.pointsagainst}</vb:if></td>
                </vb:if>
                <vb:if condition="in_array('wins', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.wins}</td>
                </vb:if>
                <vb:if condition="in_array('draws', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.draws}</td>
                </vb:if>
                <vb:if condition="in_array('losses', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.loses}</td>
                </vb:if>
                <vb:if condition="in_array('totalpoints', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.totalpoints}</td>
                </vb:if>
                <vb:if condition="in_array('pointsagainst', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsagainst}</td>
                </vb:if>
                <vb:if condition="in_array('pointsdifference', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsdifference}</td>
                </vb:if>

                <vb:if condition="in_array('streak', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw streak}</td>
                </vb:if>
                <vb:if condition="in_array('xp', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell;<vb:if condition="!$vboptions['tmnt_elorating']"> font-weight: bold;</vb:if> {vb:raw cmpt.css}">{vb:raw cmpt.xp}</td>
                </vb:if>


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 11-12-2013 08:11 PM

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 11-13-2013 10:56 AM

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

bananalive 11-16-2013 10:24 AM

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 11-16-2013 10:26 AM

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


All times are GMT. The time now is 08:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02917 seconds
  • Memory Usage 1,926KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete