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)

ArsMagnum 09-05-2012 03:37 PM

Is there a way to change the color of the brackets?
My forum is of dark colors, so the brackets can't be seen and I would like to change them from the black color to white or something like that.

dotatalk 09-05-2012 08:03 PM

I didn't read through all posts and dunno if somone already posted this suggestion but it would be nice to have simple betting system, just to keep forum members interested. Like they have 50 points and they are betting on games with points. If their credit is empty they can just restart points.

Anyway, with or w/o this suggestion i think i'm going to buy pro version. It's great mod.

bananalive 09-05-2012 08:05 PM

Quote:

Originally Posted by ArsMagnum (Post 2362926)
Is there a way to change the color of the brackets?
My forum is of dark colors, so the brackets can't be seen and I would like to change them from the black color to white or something like that.

AdminCP -> Competition Settings -> Tournament Settings -> Bracket Colors

Or


AdminCP -> Competition Settings -> Ladder Settings -> Bracket Colors

bananalive 09-05-2012 08:07 PM

Quote:

Originally Posted by Falcoita (Post 2362824)
Hello, is it possible to display the "categorised" Tournaments, Ladders & Leagues also in the "Uncategorised" Tournaments, Ladders & Leagues box ? this because if i'm on the master category page seems that's there weren't any tournaments/ladder/league if all of these are "categorised"

Nope, but the number of tournaments/ladders/etc. should display on right hand side of category.

If you have no uncategorised tournaments/ladders/leagues, then it should only display categories.

bananalive 09-05-2012 08:23 PM

Quote:

Originally Posted by sutto (Post 2362802)
In addition to this can you send PM to opposing team leader when the first person submits the score?

Added to next version.

bananalive 09-05-2012 08:29 PM

Quote:

Originally Posted by sutto (Post 2362739)
Sorry for triple post...

Just purchased KOTH and after creating Competition I can't seem to get to the competition page.

http://www.gtesports.com.au/communit...ng-of-the-Hill

When clicking CSGO - KOTH it just reloads the same page.

I've just email'ed you :)

bananalive 09-05-2012 08:39 PM

Quote:

Originally Posted by sutto (Post 2362731)
Is it possible to either disable the Tournaments Comments box or move it inline with the tournament list on the left?

http://i.imgur.com/H4C6G.png

Open template tmnt_list_top

Delete the following

HTML Code:

<vb:if condition="$template_hook['tmntlist_right']">
<div style="float: right; width: 300px; margin-left: 15px;">
        {vb:raw template_hook.tmntlist_right}
</div>
</vb:if>

Save Template

bananalive 09-05-2012 08:40 PM

Quote:

Originally Posted by Jamie G (Post 2362534)
Copied you're code to the letter - Same error appears when I click save.

What vbulletin version you using? Does it display fine if you save anyway?

bananalive 09-05-2012 08:49 PM

Quote:

Originally Posted by killerbeez (Post 2362449)
Also, the sign up as reserve button at the bottom of the page of the tournament when the tournament is full. Can that be moved to the top of the page like the "Join Tournament" button is when still accepting slots? Not everyone will see that little button.

Also, if you check 'allow reserves' and the tournament isn't full, it will block new sign ups even though the tournament was 32 of 64.

Fixed for next version.

Or manual fix

Find line 5048 of tournaments.php

PHP Code:

if ($showcomps && $tmnt['allowreserves']) 

Replace with


PHP Code:

if ($showcomps && $tmnt['allowreserves'] && $tmnt['freeslots']==0


sutto 09-06-2012 07:38 AM

Quote:

Originally Posted by bananalive (Post 2362996)
I've just email'ed you :)

didn't receive an email. If it were the email on my vb.org profile, it was incorrect. The one there now is correct.

Falcoita 09-06-2012 07:41 AM

Quote:

Originally Posted by bananalive (Post 2362990)
If you have no uncategorised tournaments/ladders/leagues, then it should only display categories.

No, i haven't got any uncategorized tournaments/ladders/leagues but the empty box is present with the phrase "There are currently no tournaments." ....

sutto 09-06-2012 07:59 AM

Quote:

Originally Posted by bananalive (Post 2362998)
Open template tmnt_list_top

Delete the following

HTML Code:

<vb:if condition="$template_hook['tmntlist_right']">
<div style="float: right; width: 300px; margin-left: 15px;">
        {vb:raw template_hook.tmntlist_right}
</div>
</vb:if>

Save Template

Great thanks.

Noticed this as well.. Looks, very un-organised and messy... possible to review the layout?

http://imgur.com/yoPqg

ArsMagnum 09-06-2012 10:02 AM

Quote:

Originally Posted by bananalive (Post 2362988)
AdminCP -> Competition Settings -> Tournament Settings -> Bracket Colors

Or


AdminCP -> Competition Settings -> Ladder Settings -> Bracket Colors

good god Im way over to distracted...
Thanks you very much!

EBZ2010 09-06-2012 12:27 PM

Since the latest 5.8.8 update the previous tournament bracket update has changed and no longer shows like it did for 5.3.3 showing the W or L or the scores of the matches. Can this be corrected to once again show the scores and W & L like in 5.3.3 update. That was so nice, and now it looks so bland.

I have also noticed the ladder bracket colors have changed to black. I went into ladder settings and changed to #FFFFFF which is white, and they will not change from black. Can you please check into this. I have deleted cache and cookies to see if browser was stuck and still they are black in color.

bananalive 09-06-2012 09:08 PM

Quote:

Originally Posted by sutto (Post 2363018)
didn't receive an email. If it were the email on my vb.org profile, it was incorrect. The one there now is correct.

Email'ed you again, hopefully you will get it this time!

killerbeez 09-07-2012 05:02 AM

Just to verify you saw.

The tournament list still shows the tournament as in progress instead of awaiting, since it's not accepting reserves until the date.

And the sign up as reserve button should be at the top of the tournament page where the join tournament is, making it easier to see.

bananalive 09-07-2012 07:39 PM

Quote:

Originally Posted by killerbeez (Post 2363274)
Just to verify you saw.

The tournament list still shows the tournament as in progress instead of awaiting, since it's not accepting reserves until the date.

And the sign up as reserve button should be at the top of the tournament page where the join tournament is, making it easier to see.

Implemented both for next version.

betts02 09-07-2012 08:16 PM

Quote:

Originally Posted by bananalive (Post 2362999)
What vbulletin version you using? Does it display fine if you save anyway?

I wanted the same here and tried it

As soon as i clicked to save i got :


vBulletin Message
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 143

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

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

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

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

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

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.


BUT it shows correctly after saving

This is using the latest version of the mod and v4.2 forums

wally07 09-08-2012 03:24 PM

Quote:

Originally Posted by betts02 (Post 2363486)
I wanted the same here and tried it

As soon as i clicked to save i got :


vBulletin Message
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 143

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

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

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

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

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

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.


BUT it shows correctly after saving

This is using the latest version of the mod and v4.2 forums

I had a very similar issue just now, and I used the following to fix it:

Code:

## Rebuild Categories Caches ##

Go to: www.yoursite.com/forums/competitions.php?do=rebuildcaches

That can be found at the bottom of the readme.txt

sutto 09-09-2012 12:55 AM

Feature Request -

Ability to categorize Free Agents

killerbeez 09-09-2012 06:11 AM

Can we get a list of the reserves in tournaments? Maybe in a different tab at the bottom. The tournament hasn't started and it's accepting reserves but I can't see who is signed up beyond the 8 teams.

EBZ2010 09-09-2012 03:07 PM

Request:

If 2 teams are set for a match and neither participate when admin enters score of 0 vs. 0 it should not count as a draw but rather a double loss. Can you have where only draws count if scores are greater then 0 vs. 0 example 1 vs. 1, 2 vs. 2 etc.. Scores of 0 should be double loss, and recorded as such.

Also I would like to know where in database I can change D for draws to L for losses because as of now there is no option for double losses, and the player has to be edited and remove the draw and give a loss. The D however stays in last match results column.

dotatalk 09-10-2012 12:58 PM

Quote:

Originally Posted by killerbeez (Post 2363943)
Can we get a list of the reserves in tournaments? Maybe in a different tab at the bottom. The tournament hasn't started and it's accepting reserves but I can't see who is signed up beyond the 8 teams.

This. Also i don't want tournament to start automaticly installed. If i tick "hide bracktets..." it doesn't work. Brackets are still created.

Reserves: How do I know which teams are joined under reserves? Again if they join they are automaticly added to bracket,make no sense at all. If they are resrves they should be out of brackets i guess. In case somone drops out of a tournament then they should join tournament bracket.

How does checkin in works? Because i'm unable to check in my test tournament. If i set check in, why i don't have these information posted somewhere under tournament information. Also how des check in work? I don't see any button for checking in.

This mod has a lot of fetures and a lot of potentional but also it has many bugs or lack of common features. Don't get me wrong. I'm not bashing your work, just want to give solid feedback.

sutto 09-11-2012 11:39 AM

Paypal Transaction display error:

https://vborg.vbsupport.ru/external/2012/09/27.png

champendk 09-11-2012 04:34 PM

Hello banana.
Is it possible to make a group play seperate without the league.

It confuses the users they have to insert matchtimes and so on. I want a seperate group play type with final knockout tourney. Its the same system but just need to different names/categories as group play is not the same as leagues a people gets confused when we use leagues for groupplay :-)

Regards.

vap0r-7 09-13-2012 02:00 PM

need some help with reporting matches in a tournament bracket to move it forward

bananalive 09-14-2012 04:18 PM

Quote:

Originally Posted by vap0r-7 (Post 2365109)
need some help with reporting matches in a tournament bracket to move it forward

What vbulletin version are you using?

bananalive 09-14-2012 04:19 PM

Quote:

Originally Posted by sutto (Post 2364587)
Paypal Transaction display error:

https://vborg.vbsupport.ru/external/2012/09/27.png

Are those transactions purchases of credits?

bananalive 09-14-2012 05:31 PM

Quote:

Originally Posted by killerbeez (Post 2363943)
Can we get a list of the reserves in tournaments? Maybe in a different tab at the bottom. The tournament hasn't started and it's accepting reserves but I can't see who is signed up beyond the 8 teams.

It shows below competitor list.

betts02 09-15-2012 10:03 AM

Ive not fully tested this yet and i am looking to purchase the Pro version in the nest week or so BUT

OK i set a league up for say Call Of Duty with say 3 divisions

Can player 1 play in team A in say Division 1 and Team B in division 3

I do not want it to be able to but just wanted to check

Cheers

EBZ2010 09-15-2012 01:23 PM

Quote:

Originally Posted by EBZ2010 (Post 2363088)
Since the latest 5.8.8 update the previous tournament bracket update has changed and no longer shows like it did for 5.3.3 showing the W or L or the scores of the matches. Can this be corrected to once again show the scores and W & L like in 5.3.3 update. That was so nice, and now it looks so bland.

I have also noticed the ladder bracket colors have changed to black. I went into ladder settings and changed to #FFFFFF which is white, and they will not change from black. Can you please check into this. I have deleted cache and cookies to see if browser was stuck and still they are black in color.

Just wondering if there is any updates coming to correct the bug that changed how the brackets look and colors can not be changed.

bananalive 09-16-2012 03:43 PM

Quote:

Originally Posted by EBZ2010 (Post 2365642)
Just wondering if there is any updates coming to correct the bug that changed how the brackets look and colors can not be changed.

Create plugin on hook global_start with php code:

define('IS_MOBILE_STYLE', false);

killerbeez 09-16-2012 08:58 PM

Alright, couple of issues I've noticed since our first big tournament.

It doesn't allow the reserves to check in, then once the tournament starts, it does not allow me to swap them in with those that didn't show up. So currently the reserve system is broken and not working. It should allow them to check in like everyone else, then at the start of the tournament, if someone doesn't show within the core sign in, they get slotted into the bracket when it is generated. I had many upset people that I couldn't slot them in manually.

Also the reporting of who won needs to be more clear on what they need to enter in. They didn't know if they needed to do W/L or 1-0 or what. We also had people submit their results that they won and their opponent didn't submit anything so they wouldn't advance on. So I had to manually advance them. Maybe do a simple radio button on who won and advance the person but then push them back if the other person contests it by saying they won instead. Or even just do a check box on who won, not a text field.

Also, when people comment on the tournament page itself within the comment section. It says there is 2 pages of comments, but then I click on the next page number from the first one, it just refreshes the page and does not take me to the second page of comments.

There is also the issue of names. A persons username on the website is different than in the game. So people don't know who to find when it comes time to compete. So it would be nice to not use their website name and make them enter in a different name, their in game name.

My biggest issue though is the reserves not being allowed in. Would be nice to also have a chat room on the tournament page itself as well, so that way the players can talk to organize the games.

EBZ2010 09-17-2012 12:22 PM

Quote:

Originally Posted by bananalive (Post 2365926)
Create plugin on hook global_start with php code:

define('IS_MOBILE_STYLE', false);

That took care of it, ty.

PS.

What do the additional fields actually do in Tournament settings, and Ladder settings?

bananalive 09-18-2012 09:08 AM

Quote:

Originally Posted by EBZ2010 (Post 2366125)
That took care of it, ty.

PS.

What do the additional fields actually do in Tournament settings, and Ladder settings?

Additional fields allow you to specific more options when creating/editing tournaments/ladders, which are specific to your forum needs.

champendk 09-18-2012 09:16 AM

Hi Dom

dont know if you read it, but would you look into making a separate category for group play based on same system as leagues, maybe without dates as we use groupplay for one day events.. or just an option to leave out(might be better)

Best regards

Bluefin221 09-18-2012 02:33 PM

Is it possible that in knockout stages or leagues etc that they enter there own scores, both parties have to enter the score, either the manager from the team or individual in head to head etc, currently as stated above its just advance someone to the next stage.

killerbeez 09-18-2012 05:26 PM

What bug fixes? Was anything I mentioned above addressed?

bananalive 09-18-2012 08:03 PM

Quote:

Originally Posted by killerbeez (Post 2366488)
What bug fixes? Was anything I mentioned above addressed?

Yes, tournament reserves are automatically slotted in.

Last page is shown for tournament comments as default.

killerbeez 09-19-2012 03:06 AM

Do they get to check in?


All times are GMT. The time now is 10:54 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.02664 seconds
  • Memory Usage 1,863KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (24)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