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-10-2010 01:02 PM

Quote:

Originally Posted by semka (Post 2081678)
Avatars bug..
Attachment 120622

fixed for next release

PjDaBadMan 08-10-2010 04:37 PM

Noone on my site can upload a Team Avatar. I try to also and i cant. When i choose my file and click save changes i get sent to a white page with this link:

http://www.My Site.com/competitions.php?do=editteam&id=

I have no clue how to fix this. And im using the latest version.

DeaBB 08-11-2010 04:01 AM

Quote:

Originally Posted by shindoux (Post 2081156)
not cause double elimination left out a page with the number "44"

We're having the same problem.

bananalive 08-11-2010 08:37 PM

Quote:

Originally Posted by PjDaBadMan (Post 2081789)
Noone on my site can upload a Team Avatar. I try to also and i cant. When i choose my file and click save changes i get sent to a white page with this link:

http://www.My Site.com/competitions.php?do=editteam&id=

I have no clue how to fix this. And im using the latest version.

should be fixed in v4.1.8

bananalive 08-11-2010 08:38 PM

Quote:

Originally Posted by DeaBB (Post 2082012)
We're having the same problem.

Fixed in v4.1.8

ProFifaLeagues 08-11-2010 08:53 PM

Nice update thank you!

ProFifaLeagues 08-12-2010 04:28 AM

<i>Added notification for team creator when his/her team is challenge

Would this be by pm?

</i>

Kr33p3r 08-12-2010 07:11 AM

How long are matched archived in a ladder and is there a way to view them on a per-player basis.. or even a big list??

Kr33p3r 08-12-2010 07:54 AM

Also, I've been trying to get a user profile field to show up next to the usernames in the bracket or a ladder, but since this isn't a "post" or a post bit, I am at a loss.

PHP Code:

 <vb:if condition="$post['field10']">
       <
img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw post.field10}" />
    </
vb:if>
        <
vb:if condition="$post['field11']">
       <
img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw post.field11}.png" alt="SC2 Tournament Race: {vb:raw post.field11}" />
        </
vb:if> 


WhiskeyOSS 08-12-2010 04:04 PM

Not working with 4.06

PjDaBadMan 08-13-2010 04:19 AM

Where can users find "My Teams" or a place to view there Teams?

bananalive 08-13-2010 07:48 AM

Quote:

Originally Posted by PjDaBadMan (Post 2083047)
Where can users find "My Teams" or a place to view there Teams?

To view the teams you have created go to:

http://yoursite.com/forums/competiti...eams&myteams=1

bananalive 08-13-2010 07:48 AM

Quote:

Originally Posted by WhiskeyOSS (Post 2082744)
Not working with 4.06

I have just upgraded my forum to vB v4.0.6, and have not encountered any problems.

What is not working for you?

bananalive 08-13-2010 07:51 AM

1 Attachment(s)
Quote:

Originally Posted by Kr33p3r (Post 2082567)
Also, I've been trying to get a user profile field to show up next to the usernames in the bracket or a ladder, but since this isn't a "post" or a post bit, I am at a loss.

PHP Code:

 <vb:if condition="$post['field10']">
       <
img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw post.field10}" />
    </
vb:if>
        <
vb:if condition="$post['field11']">
       <
img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw post.field11}.png" alt="SC2 Tournament Race: {vb:raw post.field11}" />
        </
vb:if> 


For showing profile fields in tournament brackets

1. First upload and allow overwrite of tournaments.php
2. Find in template 'tmnt_bracket'
HTML Code:

                                <a href="<vb:if condition="$team">competitions.php?do=viewteam&amp;id<vb:else />member.php?u</vb:if>={vb:raw userid}">{vb:raw username}</a>
3. After add
HTML Code:

<vb:if condition="$userinfo['field10']">
      <img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw userinfo.field10}" />
    </vb:if>
        <vb:if condition="$userinfo['field11']">
      <img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw userinfo.field11}.png" alt="SC2 Tournament Race: {vb:raw userinfo.field11}" />
        </vb:if> 


bananalive 08-13-2010 07:52 AM

Quote:

Originally Posted by Kr33p3r (Post 2082562)
How long are matched archived in a ladder and is there a way to view them on a per-player basis.. or even a big list??

I don't understand the first part of the question.

There is no big list of challenges. However if you click on a ladder, you can view upcoming matches, recent matches, and your challenges.

bananalive 08-13-2010 07:58 AM

1 Attachment(s)
Quote:

Originally Posted by rammieone (Post 2082529)
Added notification for team creator when his/her team is challenge

Would this be by pm?


Nope, just by vBulletin notification system:

https://vborg.vbsupport.ru/attachmen...0&d=1281689904

bananalive 08-13-2010 08:22 AM

1 Attachment(s)
Quote:

Originally Posted by Kr33p3r (Post 2082567)
Also, I've been trying to get a user profile field to show up next to the usernames in the bracket or a ladder, but since this isn't a "post" or a post bit, I am at a loss.

PHP Code:

 <vb:if condition="$post['field10']">
       <
img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw post.field10}" />
    </
vb:if>
        <
vb:if condition="$post['field11']">
       <
img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw post.field11}.png" alt="SC2 Tournament Race: {vb:raw post.field11}" />
        </
vb:if> 


As for ladders:


1. Upload attached ladders.php

2. Find in template tmnt_ladder_cmpt

HTML Code:

                        {vb:raw memberaction_dropdown}
3. After add:

HTML Code:

{vb:raw cmpt.field1}

bananalive 08-13-2010 11:47 AM

1 Attachment(s)
Preview of v4.1.9

https://vborg.vbsupport.ru/attachmen...1&d=1281703648

ProFifaLeagues 08-13-2010 12:18 PM

Looking good mate!!!!

Is there an expected date for this one yet sir?

stwan 08-13-2010 01:21 PM

Forum Tournaments & Ladders Version 4.1.8:

https://vborg.vbsupport.ru/

Bug in ladder and no menu.

shindoux 08-14-2010 03:58 AM

remains the problem of the number "44" in the double elimination

Gleedo 08-14-2010 08:00 AM

I wonder what the ETA is on 4.19.....just wondering If I should wait upgrading until then :)

Would be really good if the notifications thingy could actually pm people who have been challenged :) Or can people setup vb to pm them when they get a notification??

bananalive 08-14-2010 12:52 PM

Quote:

Originally Posted by rammieone (Post 2083196)
Looking good mate!!!!

Is there an expected date for this one yet sir?

v4.1.9 will be released within next few days.

bananalive 08-14-2010 12:53 PM

Quote:

Originally Posted by stwan (Post 2083224)
Forum Tournaments & Ladders Version 4.1.8:

http://img337.imageshack.us/img337/2197/91726398.jpg

Bug in ladder and no menu.

Are you using a different template than navbar?

bananalive 08-14-2010 12:54 PM

Quote:

Originally Posted by shindoux (Post 2083548)
remains the problem of the number "44" in the double elimination

Make sure you have updated includes/functions_tal.php

When you upload it make sure to allow overwrite

bananalive 08-14-2010 12:56 PM

Quote:

Originally Posted by Gleedo (Post 2083584)
I wonder what the ETA is on 4.19.....just wondering If I should wait upgrading until then :)

Would be really good if the notifications thingy could actually pm people who have been challenged :) Or can people setup vb to pm them when they get a notification??

v4.1.9 will be released within next few days.

Players currently get pm'ed and a vBulletin notification when they are challenged

As of v4.1.9 team creators will get a pm and a vBulletin notification when one of their team(s) is challenged.

ProFifaLeagues 08-14-2010 01:52 PM

Brill to hear the new version shall be released in the coming days!
Keep up the good work as this is a great mod and works very well for us!

stwan 08-14-2010 01:54 PM

Quote:

Originally Posted by bananalive (Post 2083701)
Are you using a different template than navbar?

No.

bananalive 08-14-2010 02:41 PM

Quote:

Originally Posted by stwan (Post 2083735)
No.

Have you edited template 'tmnt_navbar'?

stwan 08-14-2010 03:57 PM

Quote:

Originally Posted by bananalive (Post 2083759)
Have you edited template 'tmnt_navbar'?

No.

Kr33p3r 08-14-2010 10:52 PM

Quote:

Originally Posted by bananalive (Post 2083118)
I don't understand the first part of the question.

There is no big list of challenges. However if you click on a ladder, you can view upcoming matches, recent matches, and your challenges.

We would like to use the ladder to "track" wins and losses for the tournament. If we have a ladder of 128 people and we want to review the results of a game (screenshot, etc.), it would be nice to see a complete history.

Kr33p3r 08-14-2010 11:15 PM

Quote:

Originally Posted by bananalive (Post 2083127)
For showing profile fields in tournament brackets


As for ladders:



Sadly, I uploaded both files and altered the templates as instructed, but no additional fields were rendered. I don't think the if conditions are being met, as when I view the source I see the comments where I inserted the code, but it skips it.

http://www.cyberneticpunks.com/forum...p?do=view&id=7

I really appreciate the help! Your promptness is awesome.

ProFifaLeagues 08-15-2010 08:04 AM

Working great now is there a way i can change the text MAP when i am issuing a challenge to another player to say something else?

betts02 08-15-2010 08:24 PM

Quote:

Originally Posted by Nagash (Post 2081396)
looking good so far and will be waiting for league version, as it's extremely hard to find a proper league script. they are all usually ladders, branded as leagues :(

if i can make a request for the future league side of things, could you have it so that each league can have multiple divisions, and divisions can have customisable names :D, eg for 2 divisions you could have Div1, Div2, as standard but could customise it to Premiership, Div1.

also dunno if this is planned or suggested, but could you make it so the ladder has a start date and end date, so if you wanted, you could make it run like Ladder 2010, Ladder 2011 or just Ladder Sept 2010, etc, and so it's not just one long ladder. Then you can have 1st 2nd and 3rd type awards for it. If you had that, might need a 3rd date option for Results Deadline, so people can submit results they forgot up until the last second.

Exactly what i ant also mate, great minds think alike,lol

But yes, The options above to be added to a league system and not a ladder as most are as stated

bananalive 08-16-2010 09:03 PM

Quote:

Originally Posted by rammieone (Post 2084131)
Working great now is there a way i can change the text MAP when i am issuing a challenge to another player to say something else?

Edit phrase ladder_map

bananalive 08-16-2010 09:07 PM

Quote:

Originally Posted by Kr33p3r (Post 2084001)
Sadly, I uploaded both files and altered the templates as instructed, but no additional fields were rendered. I don't think the if conditions are being met, as when I view the source I see the comments where I inserted the code, but it skips it.

http://www.cyberneticpunks.com/forum...p?do=view&id=7

I really appreciate the help! Your promptness is awesome.

Try this...
  1. Upgrade to v4.1.9
  2. AdminCP -> vBulletin Options -> Tournament and Ladder Options -> Join User Tables to User Profile Tables -> Yes
  3. Then the template edits should work

bananalive 08-16-2010 09:17 PM

1 Attachment(s)
v4.1.9 has just been released, with more integration between tournaments and ladders. Tournaments can now be linked to ladders with the winner receiving X addition points to their elo rating. Past and present tournaments linked to the ladder are shown in new tab on ladder page, as shown in attached screenshot.

https://vborg.vbsupport.ru/attachmen...1&d=1281997018

ProFifaLeagues 08-16-2010 09:47 PM

Quote:

Originally Posted by bananalive (Post 2084931)
Edit phrase ladder_map


Thanks :up:

ProFifaLeagues 08-16-2010 10:41 PM

Just upgraded to 4.19 as well and must say its great yet again!
Thanks easy upgrade and everything still working A1

Kr33p3r 08-16-2010 11:56 PM

Just installed.

http://www.cyberneticpunks.com/forums/competitions.php

The current tournaments/ladders are empty, but there are active ladders and tournys in the Starcraft 2 area.

Next, the page says 4.1.8, but the module in the adminCP says 4.1.9


All times are GMT. The time now is 01: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.02775 seconds
  • Memory Usage 1,857KB
  • 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
  • (4)bbcode_html_printable
  • (3)bbcode_php_printable
  • (23)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