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.


All times are GMT. The time now is 05:54 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.02890 seconds
  • Memory Usage 1,755KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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