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)

Ugga Bugga 12-26-2011 01:43 PM

how do I enable the ladders. I cannot seem to get it going on my site. www.uggabugga.net/forum

Bluefin221 01-01-2012 01:16 PM

Quote:

Originally Posted by Ugga Bugga (Post 2281114)
how do I enable the ladders. I cannot seem to get it going on my site. www.uggabugga.net/forum

You enable everything trhough the admin panel in the competition settings, once you do just go create a category and the rest falls into place.

I'd suggest just messing around with it for a while to get used to the features.

Killerhands 01-02-2012 09:22 PM

Hi. I have a bit of an odd issue. I can't add any new tournaments because when I go to add a tournament there is no year of 2012. It goes from 2005-2011. o.O

Anyone know how to fix this?

maxxamillion 01-03-2012 01:08 AM

the dates for creating new tournaments only goes upto 2011 how can i change that

EasyEazy 01-03-2012 09:57 PM

Quote:

Originally Posted by Killerhands (Post 2283152)
Hi. I have a bit of an odd issue. I can't add any new tournaments because when I go to add a tournament there is no year of 2012. It goes from 2005-2011. o.O


Anyone know how to fix this?

Quote:

Originally Posted by maxxamillion (Post 2283242)
the dates for creating new tournaments only goes upto 2011 how can i change that

Search in templates for tmnt_new open then search in that template for <select name="year" and you will see all the options for years up to 2011. Insert the same code as the other but add 2012

Hope that helps

PcGamer 01-03-2012 10:21 PM

Include tmnt_edit in that search as well.

TheSupportForum 01-04-2012 11:54 AM

does this support league of legends
http://euw.leagueoflegends.com/

EBZ2010 01-04-2012 10:54 PM

So not that it is a big issue I have edited the product xml to include years up to 2020. I uploaded to server, and overwrote existing file. I get the years up to 2020 when I got to edit or create a tournament, but when editing or creating a league or ladder it will not show any higher than 2015. This is what I could use some assistance on if anyone knows the work around, thank you.

Xarwin 01-05-2012 02:54 PM

Quote:

Originally Posted by simonhind (Post 2283740)
does this support league of legends
http://euw.leagueoflegends.com/

It supports anything you want mate.
This mod is amazing ;).

LukeH 01-06-2012 12:38 AM

Reference: Maps/Modes

Hey guys,

I want to use this script for a Call of Duty clan. I want to set up the ladders so that for each match a random selection of maps and or modes is selected. Can someone tell me if this is possible/how to do this because I can't seem to find it anywhere!! lol

Many Thanks
LukeH

1005467401 01-06-2012 05:30 PM

Umm so now its 2012 but in the year box i dont see 2012,,, how do i edit that?

Edit: NVM... solved..

bananalive 01-14-2012 12:18 PM

Quote:

Originally Posted by EBZ2010 (Post 2283966)
So not that it is a big issue I have edited the product xml to include years up to 2020. I uploaded to server, and overwrote existing file. I get the years up to 2020 when I got to edit or create a tournament, but when editing or creating a league or ladder it will not show any higher than 2015. This is what I could use some assistance on if anyone knows the work around, thank you.

Edit ladders.php, lines 2506, 2795
PHP Code:

for ($gyear 2005$gyear <= 2015$gyear++) 

to
PHP Code:

for ($gyear 2005$gyear <= 2020$gyear++) 


fookaa 01-14-2012 03:16 PM

1 Attachment(s)
Hi there..

Loving this mod thanks so much...

I run an FPS gaming clan and were about to have a yearly comp and the single elimination is perfect for this...

Only 1 problem so far...

I have created 8 teams and added them to the comp and it then creates the tree type set up...

But i cant see the team names ?? See attachment... Please help :D

fookaa 01-14-2012 04:36 PM

Quote:

Originally Posted by fookaa (Post 2287703)
Hi there..

Loving this mod thanks so much...

I run an FPS gaming clan and were about to have a yearly comp and the single elimination is perfect for this...

Only 1 problem so far...

I have created 8 teams and added them to the comp and it then creates the tree type set up...

But i cant see the team names ?? See attachment... Please help :D

Hmm seems its a NVM now ?? they just appeared after it being set up for 2 days already ?

LOL :D

bananalive 01-14-2012 04:48 PM

Quote:

Originally Posted by fookaa (Post 2287703)
Hi there..

Loving this mod thanks so much...

I run an FPS gaming clan and were about to have a yearly comp and the single elimination is perfect for this...

Only 1 problem so far...

I have created 8 teams and added them to the comp and it then creates the tree type set up...

But i cant see the team names ?? See attachment... Please help :D

It should follow vbulletin style, but quick fix is...

AdminCP -> vBulletin Options / Competitions Settings -> Tournament Specific Options -> Tournaments User HTML (including username)

HTML Code:

<span style="background:#fff;">{usertext}</span>
(adds white background to text, keep links to profile)

OR

HTML Code:

<span style="color:#fff;">{username}</span>
(change text to white, loses link to profile)

fookaa 01-14-2012 04:51 PM

Quote:

Originally Posted by bananalive (Post 2287746)
It should follow vbulletin style, but quick fix is...

AdminCP -> vBulletin Options / Competitions Settings -> Tournament Specific Options -> Tournaments User HTML (including username)

HTML Code:

<span style="background:#fff;">{usertext}</span>
(adds white background to text, keep links to profile)

OR

HTML Code:

<span style="color:#fff;">{username}</span>
(change text to white, loses link to profile)

Ah kool ok i think i messed about with that maybe i fixed it by mistake lol...

Awesome mod my man :D

1 small thing that would be amazing to add on would be the possibility to make a forum side block that shows all open challenges..

maxxamillion 01-15-2012 11:52 AM

im new to this where do i edit template i not sure where to find it

EasyEazy 01-15-2012 02:22 PM

Quote:

Originally Posted by bananalive (Post 2287626)
Edit ladders.php, lines 2506, 2795
PHP Code:

for ($gyear 2005$gyear <= 2015$gyear++) 

to
PHP Code:

for ($gyear 2005$gyear <= 2020$gyear++) 


What lines in the xml file should be edited to add the extra dates to the ladders?

Thanks in advance

fookaa 01-18-2012 05:00 PM

@Bannana Man


M8 i will send you my sister for a week if you make me a forum side block that shows open challenges PLEEEEEEEEEEEEEEEEEEEASE :D

I might even donate some dollar your way too :D

ProFifaLeagues 01-18-2012 05:07 PM

Quote:

Originally Posted by fookaa (Post 2289472)
@Bannana Man


M8 i will send you my sister for a week if you make me a forum side block that shows open challenges PLEEEEEEEEEEEEEEEEEEEASE :D

I might even donate some dollar your way too :D



That would be a superb add on for this mod and one i will happly donate for too :up:

fookaa 01-18-2012 05:19 PM

Quote:

Originally Posted by fookaa (Post 2289472)
@Bannana Man


M8 i will send you my sister for a week if you make me a forum side block that shows open challenges PLEEEEEEEEEEEEEEEEEEEASE :D

I might even donate some dollar your way too :D

Quote:

Originally Posted by rammieone (Post 2289478)
That would be a superb add on for this mod and one i will happly donate for too :up:

Anyone else :D

bananalive 01-19-2012 05:19 PM

@fookaa What do you mean open challenges?

bananalive 01-19-2012 05:20 PM

Quote:

Originally Posted by EasyEazy (Post 2288153)
What lines in the xml file should be edited to add the extra dates to the ladders?

Thanks in advance

None for ladders, just that previous code.

ProFifaLeagues 01-19-2012 05:39 PM

Quote:

Originally Posted by bananalive (Post 2289909)
@fookaa What do you mean open challenges?

Hello,I think he means the same as me:
When you set a challenge on the ladder for another user to accept.Ie open challenge.Could these be shown in the Sidebar on the main Forum???
Would be a superb addition to this Mod :up:

fookaa 01-19-2012 07:33 PM

Quote:

Originally Posted by rammieone (Post 2289918)
Hello,I think he means the same as me:
When you set a challenge on the ladder for another user to accept.Ie open challenge.Could these be shown in the Sidebar on the main Forum???
Would be a superb addition to this Mod :up:

Exactly this....

Members joining the site could see it if there are challenges then at a glance on the side of the forums which would entice members to make challenges :D

ProFifaLeagues 01-22-2012 12:24 PM

Can i get a little help sorting this issues in the screenshots
Top pic is admin looking at the Ladder they are able to Insert a ladder challenge which then shows up Fine.
The lower screen is a member who can not see that Button to insert a challenge at all.
I presume its a setting i have missed but still can not find it so any help would be superb thank you


https://vborg.vbsupport.ru/external/2012/01/32.jpgImages here

https://vborg.vbsupport.ru/




https://vborg.vbsupport.ru/external/2012/01/32.jpg

EasyEazy 01-22-2012 07:39 PM

Quote:

Originally Posted by bananalive (Post 2289911)
None for ladders, just that previous code.

Hi Banana

Edited both bits of code like you said but still shows 2015. Any help would be appreciated mate.

fookaa 01-22-2012 10:21 PM

1 Attachment(s)
Quote:

Originally Posted by rammieone (Post 2290947)
Can i get a little help sorting this issues in the screenshots
Top pic is admin looking at the Ladder they are able to Insert a ladder challenge which then shows up Fine.
The lower screen is a member who can not see that Button to insert a challenge at all.
I presume its a setting i have missed but still can not find it so any help would be superb thank you


https://vborg.vbsupport.ru/external/2012/01/32.jpgImages here

http://img843.imageshack.us/img843/9581/ladderm.png




https://vborg.vbsupport.ru/external/2012/01/32.jpg

Tell your guy to click find match then on the right (not obvious) it says create match... I use a nav button mod to make a separate menu to link straight to create a challenge....

Look ...


Or it could be the permissions for that group, can see ladder, can create challenge blaaah ...

fookaa 01-22-2012 10:45 PM

Quote:

Originally Posted by EasyEazy (Post 2291079)
Hi Banana

Edited both bits of code like you said but still shows 2015. Any help would be appreciated mate.

I had this problem, when you make the edits you need to edit both sides....

tmnt_new

Code:

                        <select name="year" title="year" tabindex="1">
                                <option title="year" value="2005">2005</option>
                                <option title="year" value="2006">2006</option>
                                <option title="year" value="2007">2007</option>
                                <option title="year" value="2008">2008</option>
                                <option title="year" value="2009">2009</option>
                                <option title="year" value="2010">2010</option>
                                <option title="year" value="2011">2011</option>
                        </select>

And tmnt_edit

Code:

                                <select name="year" title="year" tabindex="1">
                                        <option title="year" value="2005">2005</option>
                                        <option title="year" value="2006">2006</option>
                                        <option title="year" value="2007">2007</option>
                                        <option title="year" value="2008">2008</option>
                                        <option title="year" value="2009">2009</option>
                                        <option title="year" value="2010">2010</option>
                                        <option title="year" value="2011">2011</option>
                                </select>

Thats mine :D

PS. @ Bannalive im helping ya out m8 so u have more free time to make the forum side bar open challenge block :D xx

EasyEazy 01-23-2012 12:45 PM

Quote:

Originally Posted by fookaa (Post 2291158)
I had this problem, when you make the edits you need to edit both sides....

tmnt_new

Code:

                        <select name="year" title="year" tabindex="1">
                                <option title="year" value="2005">2005</option>
                                <option title="year" value="2006">2006</option>
                                <option title="year" value="2007">2007</option>
                                <option title="year" value="2008">2008</option>
                                <option title="year" value="2009">2009</option>
                                <option title="year" value="2010">2010</option>
                                <option title="year" value="2011">2011</option>
                        </select>

And tmnt_edit

Code:

                                <select name="year" title="year" tabindex="1">
                                        <option title="year" value="2005">2005</option>
                                        <option title="year" value="2006">2006</option>
                                        <option title="year" value="2007">2007</option>
                                        <option title="year" value="2008">2008</option>
                                        <option title="year" value="2009">2009</option>
                                        <option title="year" value="2010">2010</option>
                                        <option title="year" value="2011">2011</option>
                                </select>

Thats mine :D

PS. @ Bannalive im helping ya out m8 so u have more free time to make the forum side bar open challenge block :D xx

No mate thats for tournaments. Im after the edit for ladders and leagues

x4a 01-29-2012 11:32 AM

Hello

i cant put more than 8 players in Double Elimination tournaments ? any help plz ?

i am using the last updated 4.5.0

x4a 01-29-2012 12:06 PM

Any 1 Please..I'm in the middle of the tournament now

x4a 01-30-2012 10:34 AM

thanx any way :(

Toorak Times 01-30-2012 03:11 PM

XML Error: Not well-formed (invalid token) at Line 1

Something went wrong when I uploaded the xml file

Tried again and got this on my home page

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1363) : eval()'d code on line 138

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5570) in [path]/includes/functions.php on line 5279

I'll disable and wait for reply

fookaa 01-31-2012 06:01 PM

Quote:

Originally Posted by fookaa (Post 2289948)
Exactly this....

Members joining the site could see it if there are challenges then at a glance on the side of the forums which would entice members to make challenges :D


Bump :D

fookaa 02-07-2012 01:47 PM

Ok how much Bannalive ?

bananalive 02-10-2012 07:15 PM

@fookaa it will be available in v5.0.0

ProFifaLeagues 02-10-2012 10:14 PM

Quote:

Originally Posted by bananalive (Post 2298366)
@fookaa it will be available in v5.0.0



Can't wait for 5.0.0 Banana :up:

fookaa 02-11-2012 08:40 AM

Quote:

Originally Posted by bananalive (Post 2298366)
@fookaa it will be available in v5.0.0


WooooooooooooooooooooP :D

diabolicds 02-11-2012 01:13 PM

Any chance to remove/disable tournaments and leagues from fronted?

I need only ladders?

Update,managed to remove Tournaments from usergroups permission but I have still trouble to remove Leagues to be shown?

Thx


All times are GMT. The time now is 03:07 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.04286 seconds
  • Memory Usage 1,868KB
  • 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_code_printable
  • (4)bbcode_html_printable
  • (4)bbcode_php_printable
  • (22)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