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 08-03-2012 05:19 PM

Quote:

Originally Posted by swiftor (Post 2351012)
If a Free Agent gets invited to a team - how is the free agent notified?

Personal message.

bananalive 08-03-2012 05:20 PM

Quote:

Originally Posted by KGodel (Post 2350523)
There still seems to be some built in maximum number of participants in certain tournament types which we are unable to change? For example, it says "8" is the max players for double elimination. For a tournament that may have many more, is there a way to change this, or is it a limitation of the coding? Really nice system but if the limits are soo small it seems that using an outside bracket system would be better.

They are built in.

bananalive 08-03-2012 05:23 PM

Quote:

Originally Posted by swiftor (Post 2350442)
Is there a way to change the default sort of tournaments? Right now it defaults to "Name", I'd like it to sort by "Status" so that tournaments that are open and need players lists first.

Would be cool if that was color coded or broken down by section.

Find in tournaments.php
PHP Code:

if (!in_array($sort$allsorts))
    {
        
$sort 'id';
    } 

Replace with
PHP Code:

if (!in_array($sort$allsorts))
    {
        
$sort 'status';
    } 


bananalive 08-03-2012 05:25 PM

Quote:

Originally Posted by halocommunity (Post 2349542)
Every time I try to change either tmnt_ladder_display or tmnt_ladder_chll templates, there may be others I get " The following error occurred when attempting to evaluate this template:
Could not find phrase 'too_many_attributes'.
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. "

I mean all I want to do is change a few or your images to a different text. In the code below, in the example below I simply type hi before the image tag and it want even save.

I am wondering if your file was imported with an error and there is a new version?

Code:

                <vb:if condition="!$game['flag']">
                        <a href="ladders.php?do=reportchallenge&amp;id={vb:raw game.id}">
                                  hi<img src="{vb:stylevar imgdir_button}/report.gif" border="0" alt="{vb:rawphrase ladder_report_challenge}" />
                                <img src="{vb:stylevar imgdir_button}/report.gif" border="0" alt="{vb:rawphrase ladder_report_challenge}" />
                        </a><vb:else />
                        <img src="{vb:stylevar imgdir_button}/redcard.gif" border="0" alt="{vb:rawphrase ladder_reported_challenge}" />
                </vb:if>


Any help would be greatly appreciated as I want to make a few changes to some of the templates.

I think that's the changes you are making, I don't get those errors.

bananalive 08-03-2012 05:27 PM

Quote:

Originally Posted by max1982 (Post 2348888)
Hi BananaLive

Am having some problems i cannot seem to set the boxes the same way you have it in this picture the announcment is only scrolling bar on the top is there a way to make it the same as you have it here

i have tried to set them from the front page and couldn't manage to fix it can you help me thanks

Forum is :here

Switch to tradtional front page layout.

Or place "Competitions Front Page: Announcements Block Location"

Mechanixtrg 08-04-2012 01:41 AM

Awesome man, now a question, any chance to create a block html with rankings, ladders o something, reflecting the results and embed in others websites?

Mechanixtrg 08-07-2012 07:34 AM

couldn't make it a spanish version? i can help you if you need help with the language

KGodel 08-10-2012 12:07 AM

Hey all. Still wondering if there is a way to change the maximum number of participants for any of the tournament types?

madtoys101 08-13-2012 09:21 PM

Quote:

Originally Posted by bananalive (Post 2345853)
vB Tournaments, Ladders & Leagues Manager v5.3.3 Premium & Lite Released
- Swap Teams for Tournaments
- New Brackets Scores for Single Elimination Tournaments (Premium Only)
- Competitions Activity Feed (HTML & RSS supported)
- Bug fix for vBulletin v4.1.10

how do you use the feed feature? is it premium only?

bananalive 08-14-2012 10:25 AM

Quote:

Originally Posted by madtoys101 (Post 2356726)
how do you use the feed feature? is it premium only?

Nope should work without premium

HTML Version
www.yoursite.com/forums/competitions.php?do=feed


RSS Version
http://www.yoursite.com/forums/compe...?do=feed&rss=1


All times are GMT. The time now is 08:10 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.02711 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_code_printable
  • (2)bbcode_php_printable
  • (7)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