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)

sergiomc 03-18-2013 10:26 PM

I get this error:

Code:

Fatal error: Class 'vBCms_Route_List' not found in /home/gamezgro/public_html/includes/functions.php on line 3810
I put Aboutteam again and the error persists.

bananalive 03-18-2013 10:29 PM

Quote:

Originally Posted by sergiomc (Post 2410818)
How do I "team website" can only be edited by the forum administrators?

Find in template tmnt_displayteam

HTML Code:

<input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
Replace with

HTML Code:

<vb:if condition="$bbuserinfo['usergroupid']==6">
    <input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
<vb:else />
    <input name="website" type="hidden" id="website" value="{vb:raw team.website}" /> {vb:raw team.website}
</vb:if>


bananalive 03-18-2013 10:37 PM

Quote:

Originally Posted by sergiomc (Post 2410873)
I get this error:

Code:

Fatal error: Class 'vBCms_Route_List' not found in /home/gamezgro/public_html/includes/functions.php on line 3810
I put Aboutteam again and the error persists.

Where do you get the error?

sergiomc 03-18-2013 10:59 PM

in all forum

replacement again?
includes/functions.php

i have backup

bananalive 03-18-2013 11:04 PM

Quote:

Originally Posted by sergiomc (Post 2410880)
in all forum

replacement again?
includes/functions.php

i have backup

Yes dont edit functions.php

sergiomc 03-18-2013 11:08 PM

I can not solve this problem, i leave everything as it was and the problem continues.


I'm looking, /teams.php work good, only the index is broken, how I can fix without backup?


/forums.php no work


Here's an error, maybe this was the problem?
Replace with
PHP Code:

    case 'aboutteam':
        default:
            
$selected_tab 'members';
            break;
    } 

is
PHP Code:

    case 'members':
        default:
            
$selected_tab 'members';
            break;
    } 

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

Edit:
solved, I made a backup of files, now members tab is default.

sergiomc 03-19-2013 01:57 AM

Quote:

Originally Posted by bananalive (Post 2410874)
Find in template tmnt_displayteam

HTML Code:

<input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
Replace with

HTML Code:

<vb:if condition="$bbuserinfo['usergroupid']==6">
    <input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
<vb:else />
    <input name="website" type="hidden" id="website" value="{vb:raw team.website}" /> {vb:raw team.website}
</vb:if>


I no find this code in tmnt_displayteam

bananalive 03-19-2013 07:47 PM

Quote:

Originally Posted by sergiomc (Post 2410897)
I no find this code in tmnt_displayteam

Sorry i meant "tmnt_editteam"

---

Find in template tmnt_editteam

HTML Code:

<input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
Replace with

HTML Code:

<vb:if condition="$bbuserinfo['usergroupid']==6">
    <input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
<vb:else />
    <input name="website" type="hidden" id="website" value="{vb:raw team.website}" /> {vb:raw team.website}
</vb:if>


betts02 03-20-2013 09:33 PM

Quote:

Originally Posted by betts02 (Post 2407630)
This should be the only options in the setting up of the event really then

Any news on the other issues i posted?

Also i just set a league up with Home And Away fixture and took the option for ladder challenges off

Ladder challenges should not even be an option if its a league

When set it has the Ladder Challenges tab when it should not as its a league

Also i set the group and round to be called Premiership and Match but it still shows up as group and round

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


Any update on the above ?

sergiomc 03-20-2013 11:32 PM

Quote:

Originally Posted by bananalive (Post 2411032)
Sorry i meant "tmnt_editteam"

Thank you, works perfectly


I would like to display icons in the user profile with these URLs, you can help me with this?
https://vborg.vbsupport.ru/external/2013/03/19.jpg

bananalive 03-23-2013 03:14 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

You will need to re-arrange them in templates:
  • tmnt_ladder_cmpt
  • tmnt_ladder_cmpt_top

bananalive 03-23-2013 03:17 PM

Quote:

Originally Posted by betts02 (Post 2407630)


Also i set the group and round to be called Premiership and Match but it still shows up as group and round

Where are you looking?

bananalive 03-23-2013 03:18 PM

Quote:

Originally Posted by sergiomc (Post 2411298)
Thank you, works perfectly


I would like to display icons in the user profile with these URLs, you can help me with this?
https://vborg.vbsupport.ru/external/2013/03/19.jpg

You could add a new profile field for links?

sergiomc 03-23-2013 07:30 PM

Thank you

It does not seem a good idea, I would like that when a user joins a team these two fields automatically displayed in your profile and they do not need to manually choose, because maybe they no do or maybe they choose the wrong team.

Sorry my english, i use google tranlate.

betts02 03-23-2013 10:58 PM

Quote:

Originally Posted by bananalive (Post 2411757)
You will need to re-arrange them in templates:
  • tmnt_ladder_cmpt
  • tmnt_ladder_cmpt_top

Tried to the first template change and got :

The following error occurred when attempting to evaluate this template:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 74

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 86

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 93

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 100

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 107

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 114

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 121

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 128

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 135

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 146

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 153

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 160

wolfman069 03-24-2013 06:07 AM

i installed this but it didnt work so i unstalled it and it left menu in admincp which i cant get rid of

bananalive 03-24-2013 11:28 AM

Quote:

Originally Posted by wolfman069 (Post 2411918)
i installed this but it didnt work so i unstalled it and it left menu in admincp which i cant get rid of

Delete files:

includes/xml/cpnav_tournament.xml

sergiomc 03-24-2013 03:49 PM

Hello, you can configure for that the users to register in one single tournament by category at a time? I need to do four simultaneous tournaments and i want every users can register in a tournament for each category.

How to add a profile field in hof?
and how to make the order is 1, 2, 3, 4, etc. to 150.
https://vborg.vbsupport.ru/external/2013/04/42.jpg

sergiomc 03-31-2013 11:00 PM

As show "Team Tournaments Joined, Team Tournaments Won and Points".. in legacy profile

At first I had these fields in the profile and now I do not see it.

bananalive 04-01-2013 09:01 PM

Quote:

Originally Posted by sergiomc (Post 2413468)
As show "Team Tournaments Joined, Team Tournaments Won and Points".. in legacy profile

At first I had these fields in the profile and now I do not see it.

AdminCP -> Competitions Settings -> Tournament Settings -> Stats in Postbit -> Yes

bananalive 04-01-2013 09:06 PM

Quote:

Originally Posted by sergiomc (Post 2411976)
How to add a profile field in hof?

Find in template tmnt_hof

<div class="blockrow" style="display: table-cell;"> <vb:if condition="$team"><a href="teams.php?do=viewteam&amp;id={vb:raw hof.teamid}">{vb:raw hof.teamname}</a><vb:else /><a href="{vb:link member, {vb:raw hof}}">{vb:raw hof.username}</a><vb:if condition="$show['asblock']"> ({vb:raw hof.tmnt_wins})</vb:if></vb:if></div>

Replace with

<div class="blockrow" style="display: table-cell;"> {vb:raw hof.FIELDX} <vb:if condition="$team"><a href="teams.php?do=viewteam&amp;id={vb:raw hof.teamid}">{vb:raw hof.teamname}</a><vb:else /><a href="{vb:link member, {vb:raw hof}}">{vb:raw hof.username}</a><vb:if condition="$show['asblock']"> ({vb:raw hof.tmnt_wins})</vb:if></vb:if></div>


Quote:

and how to make the order is 1, 2, 3, 4, etc. to 150.
https://vborg.vbsupport.ru/external/2013/04/42.jpg
Once you have some results it will go to 1,2,3,4, etc.

sergiomc 04-01-2013 11:15 PM

Quote:

Originally Posted by bananalive (Post 2413741)
AdminCP -> Competitions Settings -> Tournament Settings -> Stats in Postbit -> Yes

I have selected yes, but only see individual statistics, I no see team statistics or points.

--

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.

betts02 04-02-2013 12:19 PM

Quote:

Originally Posted by sergiomc (Post 2413756)
I have selected yes, but only see individual statistics, I no see team statistics or points.

--

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.

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

betts02 04-02-2013 12:24 PM

Quote:

Originally Posted by bananalive (Post 2411758)
Where are you looking?

When i create a Round Robin each round and group can be re-named but when i did, It saved it via the edit event but it does not show in the event itself

Quote:

Originally Posted by betts02 (Post 2411869)
Tried to the first template change and got :

The following error occurred when attempting to evaluate this template:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 74

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 86

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 93

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 100

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 107

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 114

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 121

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 128

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 135

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 146

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 153

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 160

Any news on this mate ? Cheers

betts02 04-02-2013 12:27 PM

Also is it possible to include rounds in the L:MS events so you can see the round scores ?

I use it for 8 players who play over 5 maps on a game
Each map the total kills are taken and added
After each map the kills are added up and after the full 5 maps the winner is the player with most kills

I would like it so each round can be added and it show the scores of those rounds if possible

fookaa 04-03-2013 05:51 PM

1 Attachment(s)
Hi,

When i create a category with only tournaments and leagues, if i un-check the ladders from the category it no longer shows the leagues ? I have to have the leagues, ladders and tournaments all checked for it to show the leagues...

Is there a setting im missing ?

If i check all 3 the leagues show, if i un-check ladders, leagues dont show and if i un-check ladders and tournaments the leagues dont show either...

See..

bananalive 04-04-2013 11:54 AM

Quote:

Originally Posted by fookaa (Post 2414112)
Hi,

When i create a category with only tournaments and leagues, if i un-check the ladders from the category it no longer shows the leagues ? I have to have the leagues, ladders and tournaments all checked for it to show the leagues...

Is there a setting im missing ?



If i check all 3 the leagues show, if i un-check ladders, leagues dont show and if i un-check ladders and tournaments the leagues dont show either...

See..

I'll fix this in v6.3.1

bananalive 04-04-2013 11:56 AM

Quote:

Originally Posted by betts02 (Post 2411869)
Tried to the first template change and got :

The following error occurred when attempting to evaluate this template:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 74

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 86

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 93

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 100

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 107

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 114

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 121

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 128

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 135

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 146

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 153

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5432) : eval()'d code on line 160

Do you want to send me a link of where it is?

betts02 04-04-2013 12:37 PM

Quote:

Originally Posted by bananalive (Post 2414209)
Do you want to send me a link of where it is?

It was in my admin that i got the errors mate

bananalive 04-04-2013 12:42 PM

Quote:

Originally Posted by betts02 (Post 2414213)
It was in my admin that i got the errors mate

What if you revert the template?

fookaa 04-04-2013 05:10 PM

Quote:

Originally Posted by bananalive (Post 2414208)
I'll fix this in v6.3.1

Hi m8, thanks for the reply.

Sorry to be a ++++ but when will this be released as i have a massive tournament starting very soon, i.e Mid May/June...

Would be awesome to get this in place for it.

Also when you fix this could you maybe add a way to move these sections to one side or the other.

My competition is gonna be the same as the European champions league which has a group stage and then a knock out stage. The way it is the knock out stage is on the far right and the leagues/groups part is on the left, should be the other way around lol :D

betts02 04-04-2013 10:18 PM

Quote:

Originally Posted by bananalive (Post 2414215)
What if you revert the template?

I edited the first template as you suggested and this was the edit:

HTML Code:

</td>
                <vb:if condition="$vboptions['tmnt_elorating']">
                        <td class="blockrow alt1" style="text-align: center; display: table-cell; font-weight: bold; {vb:raw cmpt.css}">{vb:raw cmpt.rank}</td>
                </vb:if>
                <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>
                <vb:if condition="in_array('lastresults', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.lr_html}</td>
                </vb:if>
                <vb:if condition="in_array('la', $vboptions['tmnt_ladder_columns'])">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.latime}</td>
                </vb:if>
                <vb:if condition="in_array('challengebutton', $vboptions['tmnt_ladder_columns']) && !$ladder['archive'] && !$ladder['league'] && $ladder['allow_challenges']">
                        <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">
                                <vb:if condition="(($cmpt['userid'] != $bbuserinfo['userid']) OR $team)">
                                        <a href="ladder_match.php?do=insertchal&amp;lid={vb:raw cmpt.lid}&amp;u2={vb:raw cmpt.userid}" class="button tllpopup tooltip {vb:raw cmpt.tooltip}" title="Click to challenge player">{vb:rawphrase ladder_chll}</a>
                                </vb:if>
                        </td>

As you can see i changed the positioning of the PD (Points Difference), When i click save i get:

http://imageshack.us/a/img62/9069/tournyadminerror.png

I edited the template to how it was originally and still get the error, Then it does not have the option to revert the template

betts02 04-04-2013 10:19 PM

I have updated the version from your site and there seems to be an issue here :

https://vborg.vbsupport.ru/

As you can see the text goes in to the bracket line

bananalive 04-07-2013 03:50 PM

Quote:

Originally Posted by betts02 (Post 2414308)
I have updated the version from your site and there seems to be an issue here :

http://imageshack.us/a/img402/9229/tournyoverflow.png

As you can see the text goes in to the bracket line

Try increasing header height:

PHP Code:

$hd_height 40


bananalive 04-07-2013 03:54 PM

Quote:

Originally Posted by fookaa (Post 2414265)
Also when you fix this could you maybe add a way to move these sections to one side or the other.

My competition is gonna be the same as the European champions league which has a group stage and then a knock out stage. The way it is the knock out stage is on the far right and the leagues/groups part is on the left, should be the other way around lol :D

Sorry I don't understand

andyv72 04-08-2013 09:44 PM

Hello...

How to Translate this in Other language ???

bananalive 04-09-2013 05:46 PM

Quote:

Originally Posted by andyv72 (Post 2415212)
Hello...

How to Translate this in Other language ???

You can use vBulletin phrasing system:

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

Search for Text

HTML Code:

tmnt_
Search in ...

HTML Code:

Phrase Variable Name Only
Or search by product

vB Tournaments, Ladders and Leagues Manager

Bluefin221 04-10-2013 10:00 PM

@Bananalive tried to PM you however your inbox is full I dropped you an email instead.

fookaa 04-13-2013 07:59 AM

Quote:

Originally Posted by bananalive (Post 2414933)
Sorry I don't understand


Is there a way to change the positions of the leagues and tournaments ?

Im doing a competition where by there will be a group stage which uses the league part and the winners progress to a knock out part which uses the tournament part. So they are the wrong way around...

I basically want the group stage on the left and the knock out stage on the right ... Can i move them some how ?

https://vborg.vbsupport.ru/external/2013/04/34.png

Bluefin221 04-14-2013 12:17 AM

@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.


All times are GMT. The time now is 04:25 AM.

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

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

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

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