The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Tournaments & Ladders Details »» | |||||||||||||||||||||||||||||||||||||||||||||
Tournament Description: Users or teams can join tournaments. Once full the tournament starts. In single elimination tournaments competitors progress through rounds of tournament with the number of rounds depending on the number of players in tournament which is set on tournament creation. Last Man Standing Tournaments also supported. [Screenshot of Single Elimination Tournament (Slightly outdated)] Ladder Description: Users or teams can also join ladders and challenge other players or teams in the ladder. Elo rating system is used which calculates the difficultly of a match according to the players' ranks and this is taken into account when the ranks are updated after the match is finished. Feature List:
Download Now
Screenshots
Show Your Support
|
Comments |
#1002
|
|||
|
|||
I'll give this one a try.
|
#1003
|
|||
|
|||
Quote:
So my code now looks like this: Code:
if (($permissions['tournamentpermissions'] & $vbulletin->bf_ugp['tournamentpermissions']['canview'])) { $tmnt_navbarname = $vbulletin->options['tmnt_navbarname']; if ($vbulletin->options['tmnt_navbar'] == '1') {$tmnt_navbar_link = "<td class=\"vbmenu_control\"><a href=\"".$vbulletin->options['bburl']."/tournament.php$session[sessionurl_q]\">$tmnt_navbarname</a></td>"; eval('$template_hook[navbar_buttons_left] .= $tmnt_navbar_link;'); } if ($vbulletin->options['tmnt_quicklinks'] == '1') {$tmnt_quicklinks = "<tr><td class=\"vbmenu_option\"><a href=\"tournament.php$session[sessionurl_q]\">$tmnt_navbarname</a></td></tr>"; eval('$template_hook[navbar_quick_links_menu_pos4] .= $tmnt_quicklinks;'); } } |
#1004
|
|||
|
|||
One Huge suggestion:
Make profile pages for individual players, not only teams. (per ladder, so I have one for me being on ladder 1 and I have another for being on ladder 2). Display username, recent/upcoming matches, etc. Also, the ability to leave a short comment after every madder match (when submitting a score) would be nice. |
#1005
|
|||
|
|||
hello,
tournaments still bring me a blank screen if i want add them would be nice if u could fix that |
#1006
|
|||
|
|||
2.6.4 working fine for me so far, except that the 'Latest tournaments' no longer appears to show them on the homepage.....
One last issue that isnt directly a tournaments problem (if i may), the text editor is a little bit too wide (see screenshot). Is there anyway i can change the width of that editor? |
#1007
|
|||
|
|||
Ladder Bugs:
- Viewing Recent Matches shows the JOIN LADDER link, even if you're already in it. - Viewing Upcoming Matches shows the JOIN LADDER link, even if you're already in it. - When viewing ladder ranks, the table break the widths of the style and go off to the sides. - Not sure if this is done on purpose, but the Rankings/Recent/Upcoming menu seems awkwardly placed. |
#1008
|
|||
|
|||
Quote:
banana you ROCK! Yes, that worked perfectly, thank you very much. |
#1009
|
||||
|
||||
I am thinking about running an event using the tournament system but it looks like I cant use the script to do the event.
P=Player G= Group Let say we get 16 players to sign up, we can divide the 16 players into 4 groups, each group battle among themselves. [G1 ]P1-P2-P3-P4 [ Best out of 3 match duels moves on. P1 vs P2 and P3 vs P4 ] the 2 winners in this groups will face off in a Match duel and winner will face the winners of the other groups.] IE. if P1 wins from G1, and P5 wins from G2, and P9 wins from G3 and finally P13 wins from G4. then we have P1 vs P5 [ Best out of 3 Matches ] then P9 vs P13 again best of 3 matches] now in the finals its P9 vs P1 for the championship [G2 ]P5-P6-P7-P8 [G3 ]P9-P10-P11-P12 [G4 ]P13-P14-P15-P16 Is it possible to have something like this added to the tournament script, something like a group battles. Thanks |
#1010
|
||||
|
||||
When I view a Ladder, the options at the bottom Rankings, Recent matches, Upcoming Matches need a <br /> break in the code. The Ladder table is skewed to the right.
Also to note when viewing an announcement, the edit button needs to have the width/height removed completely so that it will autosize based on what the actually edit image size is. My buttons are not VB standard so the button is deformed. |
#1011
|
||||
|
||||
Ok if I have five subforums dedicated to tournaments, how do I show your hacks in just those 5 subforums?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|