vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Forum Tournaments & Ladders (https://vborg.vbsupport.ru/showthread.php?t=189375)

KorsatH 08-30-2009 02:33 PM

The banana's forum is now closed, end of the updates? :(

ArnyVee 08-30-2009 02:55 PM

I hope that someone can put together something like an NCAA brackets setup/competition where you can create a tourney for anything from pictures on the site or favorite member or anything like that.

KorsatH 09-04-2009 04:43 PM

game over? :(

JGreig 09-06-2009 09:12 PM

Hey, could you please tell me how to edit the posbit legacy for this mod?

I want to put a border round the wins and loses etc, but I cannot find it in the template.

uprentiss 09-07-2009 09:54 PM

how can i center the tournaments joined and won information in the postbit_legacy?

NoKSouLz 09-07-2009 11:45 PM

When clicking on a team thats been created the following error appears:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

How do i fix this?

This is stopping teams from adding a roster and joining the ladder.

glorify 09-08-2009 01:25 PM

banana--deleting a finished tourney doesn't take away from the Hall of Fame Stats. Any way to reset the Hall of Fame?

crazymilk 09-11-2009 04:55 PM

Great mod ty works great wo0h0o

Tricky4 09-21-2009 06:22 PM

I'm looking for a mod for race events, so individuals/teams have finishing positions in a race which relate to points and a position in a ladder. Is there any scope for handling this? My PHP is reasonable, could game type be added?

ProFifaLeagues 09-29-2009 09:29 AM

Great and easy install thanks

Neomega 10-01-2009 06:00 PM

Hey Banana, I just wanted to let you know I'm going to try to use your system to start a Call of Duty Modern Warfare 2(and other games to come) FPS competition site at www.gamescrim.com

Kudos on all the work on this, it's really impressive and I think we could have a good time using it as it already exists. Other competition/tournament/ladder sites are basically the same functionality, even less in some cases.

I was wondering how hard it would be to make a few tweaks, I've been doing vb for many years and am familiar with editing and tweaking but I'm not a code expert or anything. Here are the things I would like to do, they are pretty simple:

1. Be able to have 'players' show up as 'teams', since it will be a teams only website. There are a few places where it still shows up as players, even though I have selected it to be a teams tourney. I know this is really simple, I can probably do this on my own.

2. Gaming Team logos, you already have it setup where a logo can be setup for every entrant, which is awesome, is there an easy way to display it on the teams list? I think that would be nifty.

3. I know I'm wishing for the stars, but there aren't any plans to be able to add player stats tracking to this system is there? It would be great if we could not only track the wins and losses of the teams but also track the kills, deaths, assists, flags, points, etc. of every player. If you don't think it would be very difficult to set up, I could even try to create the mod myself if you could point me in the right direction.

4. So you can create teams, and players can join that team.....I don't think there is currently a way to associate teams, as well as players that are on a team, with a usergroup security policy is there? For example, a user creates a team, and vb automatically puts them into a 'team leader' usergroup without any admin interaction, and then if some other players join that team they automatically get upgraded to a 'team member' usergroup?

Anyways, these are just ideas, I really love your mod it has come a long way. :up: :) :up:

Nephalim 10-02-2009 07:14 AM

nice looking mod. I know it works.. Ive seen one working, but we cant get people to show up on a team after they've joined. Set all permissions. and we get the same error message as NoKSouLz

any help appreciated

cbehan 10-02-2009 02:26 PM

Quote:

Originally Posted by cbehan (Post 1869247)
I might sound dumb in asking this....but I'm still trying to figure it out.


How are winners decided in a tournament?


anyone?

Neomega 10-02-2009 02:43 PM

Quote:

Originally Posted by cbehan (Post 1893753)
anyone?

It appears the team leaders/admins put in a score, say 4 points for team a beats 1 point for team b. Team a moves on. If it's the last pairing, then team a is the winner. I haven't gotten enough players to help me test it out yet, seems pretty simple though.

masterwebguy 10-04-2009 09:14 PM

Is there a way to remove teams from brackets, or replace them with another team once the bracket is produced?

We hvae a team that isn't able to play and one to take it's place, but i cannot figure out how to do this.

ti07shadow 10-05-2009 07:32 PM

What you should do is add a thing for entry fees on w/e tournament you decide to have a entry fee on, you should also make a ladder system, basically challenge another team or player to a match and if they accept then it adds it and they play and report the scores.

I would so use it if it at least added a entry fee thing or maybe the ladder setup I described

Neomega 10-06-2009 02:13 PM

Doesn't it already have that ladder system? Teams can challenge each other to matches, then accept, the game is put in, and I think the teams can even input their scores and the higher score wins.

S8G blondii 10-06-2009 03:50 PM

This is awesome! Thank you!

ti07shadow 10-06-2009 08:19 PM

oh didn't notice the ladder thing :p

still be cool to add a entry fee tourneys to

but otherwise *pardon my language but*

this is a kick ass system :p

djlotus 10-07-2009 08:26 PM

I was having a problem with the "PM me the Details" link, under the Tournament Tools, drop down. I was getting the error "Please complete both the subject and message fields." To fix, make the following easy change to "tournaments.php"

change on line 216:
Code:

eval('$message = "' . fetch_template('tmnt_template') . '";');
to read:
Code:

eval('$message = "' . fetch_template('tmnt_threadtemplate') . '";');
:up:

djlotus 10-07-2009 09:01 PM

I have read every post in this thread and still can not find the answer too:

Why are PM's not being sent during the challenge process?

Any ideas/fixes?

Also, I am curious if there is a way to separate "Categories" by a new variable called "Consoles"?
Basically adding a new sort value to the listing of Categories. As of now, the heirarchy is as follows:


Categories
|
Game1 Game 2
/| |\
Ladder1 Ladder2 Ladder1 Ladder2

I would like to be able to add a value above "Categories" so it would sort as follows:


Console
/ \
Categories Categories
| |
Game1 Game 2 Game 1 Game2
/| |\ /| |\
Ladder1 Ladder2 Ladder1 Ladder2 Ladder1 Ladder2 Ladder1 Ladder2

Any ideas?


MrHyde 10-08-2009 08:34 AM

Hi all,

we have found a strange problem, when a ladder list has more than one page. For example we had "25" as people per side for the ladders and what happens now:
  • People on positions 1-25 can only challenge people from 1-25
  • People from 26 on side 2 can only challenge people on side 2

When you go to another page than you are listed on, it will also give you the option to "join the ladder" again.

What it did now was changing the 25 in the settings to 200, so I don't have the problem... but it would be nice, to have the possibilty to show the ladder rankings on more than one page.

Any ideas?

Thanks! :)

mikeinjersey 10-11-2009 04:45 PM

hello, can someone tell me how I can edit the number of players allowed in a tournament ? The drop-down thingee that only allows , 4 , 8 , 16, etc to be selected. I need to input a 12 there so I can add COD4 to the list.

also, i'd like to change 'single elimination' name to 'team deathmatch'.

any help is much appreciated.

mikeinjersey 10-12-2009 06:09 PM

anybody ? I'd really like to know how to adjust this.

MrHyde 10-13-2009 08:02 AM

Quote:

Originally Posted by mikeinjersey (Post 1898682)
anybody ? I'd really like to know how to adjust this.

You should be able to adjust this afterwards. Start with 16 and after the creation you can klick on the minus or plus next to the number of players to go down to 12.

For the names I don't know but you shouldn't care and just name it in the title and put it in the details of the description. That would be a workaround, I guess ;)

Mike21 10-16-2009 01:36 AM

I get this everytime i post in the description:

<input id="gwProxy" type="hidden"><!--Session data--><input onclick="jsCall();" id="jsProxy" type="hidden">

Neomega 10-16-2009 01:57 AM

There's a plus and minus icon to the right on the tournament/ladder details page where you can finetune the number of players allowed.

I'll be trying to use this system to start a modern warfare 2 competition league November 10th when the game launches, I guess I'll find out how well it works for a large number of teams haha. One thing I would like is to know how to change some of the terms, like change 'players' to 'teams', etc.

Nephalim 10-16-2009 11:58 AM

ive had a few problems too. cant report matches. Ive just read thru all 130+ pages here. seems like around page 113-115 people were talking about this too before the last update.but we cant even see the red button.help please

epp_forum 10-16-2009 02:59 PM

I have a very basic question, the product adds a button to the navbar but there is not code in the navbar template! When I check the source code of the rendered site I can find this:
HTML Code:

<td class="vbmenu_control"><a href="http://www.easyplayforum.com/competitions.php">Competitions</a></td>
Unfortunately the vbmenu_control should be "navigation" but I cant find it anywhere. Any one shed some light on this please?

Jimbolosey 10-16-2009 10:18 PM

Ya, I'm having troubles as well. It seems like there is very little support for mods that are already out :(. I just installed this and I have seen that the mod doesn't even create a link in the navbar, it will not show the brackets, can't report tournaments, the pm details was messed up (a member here gave a fix for it...would'a thought the creator could do something), and a few things here and there that I can live with.

overall, I'm really not that satisfied with it...purely because of there are 133 pages as of now and most problems aren't fixed in the Download...

Neomega 10-17-2009 06:39 AM

Works great for me, was a very simple install and all the features have worked well on my site. After installing it all I had to do was configure it a little in vboptions(you can enable or disable navbar link there I think), and you definitely have to set permissions for every usergroup. Unless a mod is interfering with it I don't know where your problems are coming from.

I have about 7 major add-ons on gamescrim.com, but I definitely found one or two that were either poorly coded or just interfered with my main mods and I had to disable them.

betts02 10-20-2009 08:38 AM

without reading all these post,as there are too many.lol
can anyone tell me if this has been updated ? with the following which was sad to be on the todo list :
•Add more Different Tournament Types (Double Elimination and Round Robin)
•Allowing a player to only join one team per ladder
•Use 3.7/3.8 notification system
•My Teams page
•Easy way to Re-arrange users in tournament
•Limit number of challenges per week/day
•Ladder match finder
•Custom message included in challenge pm sent to user

KoV Animal KL 10-21-2009 06:49 PM

ok i have the link in nav bar but its the wrong link its says knightsgaming.netai.net/upload/competitions.php but my site is knightsgaming.netai.net/forums.php not upload

can you help me

Nephalim 10-22-2009 03:17 AM

Quote:

Originally Posted by Nephalim (Post 1900855)
ive had a few problems too. cant report matches. Ive just read thru all 130+ pages here. seems like around page 113-115 people were talking about this too before the last update.but we cant even see the red button.help please

hello, it works properly.we are numbskullz:D awesome mod my friend

only admin can see reported matches, we did not know this. now we do

MotMann 10-24-2009 02:15 PM

Quote:

Originally Posted by bananalive (Post 1858007)

Which time?

Europe, Berlin

And i have the Problem, if i go in the Men? Tournament, that actual Turnaments not be displayes on left side.

And.. when comes the Update with the Phrases?

And.. if i start a Turnier with 32 Player, and just 2 Player are registered.. then comes Status "Await Player" after the Turnier started.
What shell i do?


Nice Job :)

floggerss 10-27-2009 01:37 AM

I have a problem, the thread tah is automatically created shows a bit of the template code

<!-- BEGIN TEMPLATE: tmnt_threadtemplate -->
Prueba

No Players: 4
Type: LMS

Description:
Hola probando probando
View all Tournaments Here

<!-- END TEMPLATE: tmnt_threadtemplate -->

Other thing i want to know where is the code in the postbit template to add some color.

floggerss 10-27-2009 02:10 AM

Other question whats the difference between LADDER and TEAM?

floggerss 10-28-2009 11:51 PM

None?¿

rizvihot 11-07-2009 01:23 PM

does it incorporate with voting/poll thread, so if a contender won the vote then she can move to next ladder? e.g photo battle

Neomega 11-08-2009 05:25 AM

A. A ladder is a competition, i.e. you have 10 teams let's say, if team at the number 2 'rung' on the ladder beats the team at the number 1 'rung', then the team moves up a notch and becomes 'king of the ladder' until someone beats them to knock them back down. You could also call this king of the hill, the object is to win your way to the top and defend your top spot as long as you can.

A. I don't think it incorporates the voting/poll, it's pretty much it's own system.

This is a great league/ladder mod, and thanks again for making it BananaLive. I know you're busy with other mods and other things, and I know you've been asked this a lot probably but here goes:

Do you plan on updating this for vbulletin 4 when it is released?


All times are GMT. The time now is 05:32 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.04471 seconds
  • Memory Usage 1,835KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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