The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Tournaments, Ladders & Leagues Manager v4.x Details »» | |||||||||||||||||||||||||||||||
Tournaments, Ladders & Leagues Manager v4.x
Developer Last Online: Nov 2023
Code:
Modification Description This modification allows you to manage tournaments and ladders on your forum. It provides interactibility both for forum members and forum admin.Tournament Types:
Users or teams can 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:
** Don't forgot to click Mark as Installed ** Download Now
Show Your Support
|
14 благодарности(ей) от: | ||
BCP Hung, champendk, CharlieDelta, EBZ2010, fulger, GreyGhost, legiondadon, Lord. Dela, Omranic, pwnedPRO, sharif_aly, stwan, UPElvin |
Comments |
#2142
|
|||
|
|||
Quote:
Email me about the other query |
#2143
|
|||
|
|||
Allright so that is for life match finder in premium right? Still not sure what else is different. Will contact you about the other!
Another question, if I go to host.org/teams.php and other .php pages like tournament etc. it stops showing the sub navigation for competition(with Teams / Ladders / Help / Tournaments) but shows forums with New Posts / FAQ / Community etc. is there a way to fix it? |
#2144
|
|||
|
|||
Quote:
Vbulletin options -> competition settings -> general settings -> navbar link -> yes |
#2145
|
|||
|
|||
Quote:
I found a fix but it only works for some pages. If I go to navigation manager then to the competition part. It gives a line called Tab Script(s) : by default only competitions was there. When I add teams.php or ladders.php it keeps showing the sub navbar when I switch page. However I can only put in like 20 characters in. If I save with lets say 22 it shortens it with 2 once I safe it. Another problem with this is that it only works with default pages made by you. If I for example put in the name of my chat program (the define name in php file) it keeps showing up forum sub nav bar. |
#2146
|
|||
|
|||
Quote:
|
#2147
|
|||
|
|||
I see this line there :
Code:
if (THIS_SCRIPT === competitions OR THIS_SCRIPT === ladders OR THIS_SCRIPT === tournaments OR THIS_SCRIPT === tll_credits OR THIS_SCRIPT === tll_tickets OR THIS_SCRIPT === teams OR THIS_SCRIPT === kings) Code:
OR THIS_SCRIPT === chat the name for chat can be found as define as in the products php right? Will try it some more 2morrow, however how comes ladders or tournaments.php pages don't see the competitions sub nav bar when they are allready in that line? Making Tab Scripts empty or only competitions doesn't work either. |
#2148
|
|||
|
|||
I have tried some stuff with it now, it seemed https://vborg.vbsupport.ru/showthread.php?t=283123 bugged my navbar.
disabling this product made teams.php/tournaments.php etc. show the subnavbar again. However for my chatbox this is not the case. By adding it to tab scripts it does only show Teams, Help, Rules, and itself Full Screen Chat so ladders/tournaments/new are missing. I tried adding the lane as I suggested above and it now looks like : Code:
if ($vbulletin->options['tmnt_navbar'] && $vbulletin->options['simpleversion'] < 4200) { if (THIS_SCRIPT === competitions OR THIS_SCRIPT === ladders OR THIS_SCRIPT === tournaments OR THIS_SCRIPT === tll_credits OR THIS_SCRIPT === tll_tickets OR THIS_SCRIPT === teams OR THIS_SCRIPT === kings OR THIS_SCRIPT === mgc_cb_evo) { $vbulletin->options['selectednavtab'] = 'competitions'; } $template_hook['navtab_middle'] .= vB_Template::create('tmnt_navbar')->render(); } if ($vbulletin->options['tmnt_quicklinks']) { $template_hook['navbar_quick_links_menu_pos4'] .= '<li><a href="competitions.php">'.$vbulletin->options['tmnt_modname'].'</a></li>'; } Code:
if (in_array(THIS_SCRIPT, array('tournaments','teams','tll_tickets','tll_credits','kings','leagues','cstats','mgc_cb_evo') )) { foreach ($tabs AS $tbid => $tbinfo) { if ($tbinfo['url'] == 'competitions.php') { $tabid = $tbinfo['root']; } } } |
#2149
|
|||
|
|||
I have the premium version installed but haven't heard back from the developer yet so I'm hoping someone can point me in the correct direction. I have a strange issue with pagination links below the ladder including the script name twice and breaking the links. Instead of:
/ladders.php?l10-name&page=2 I get: /ladders.phpladders.php?l10-name&page=2 Has anyone else had this problem or know how to resolve it? It only seems to affect the ladder pagination links. UPDATE: Seems there was an issue with the ladders.php, developer sent the newest copy and all is well again. Thanks again Bananalive. |
#2150
|
|||
|
|||
Very random issue started happening to me last night, profiles went on the blink and I couldn't figure out what was wrong, database error emails were piling up but I couldn't access them as they were 24mb for each email and freezing my email. Anyway finally accessed the error which is related to the competitions module and profiles.
I get the following error, mind this is chopped as its 24mb worth of text I'm receiving through email seems just an infinite wall of text. Code:
Database error in vBulletin 4.2.2: Invalid SQL: REPLACE INTO datastore (title, data, unserialize) VALUES ('tll_data', 'a:16845:{i:0;a:12:{s:7:\"matches\";s:1:\"0\";s:12:\"matches_draw\";s:1:\"0\";s:13:\"matches_unfin\";s:1:\"0\";s:11:\"matches_won\";s:1:\"0\";s:12:\"matches_lost\";i:0;s:11:\"matches_acc\";s:1:\"0\";s:11:\"matches_rej\";s:1:\"0\";s:14:\"matches_accper\";d:0;s:12:\"ladder_joins\";s:1:\"0\";s:10:\"tmnt_joins\";s:1:\"0\";s:9:\"tmnt_wins\";s:1:\"0\";s:8:\"dateline\";i:1395511670;}i:1;a:12:{s:7:\"matches\";s:1:\"0\";s:12:\"matches_draw\";s:1:\"0\";s:13:\"matches_unfin\";s:1:\"0\";s:11:\"matches_won\";s:1:\"0\";s:12:\"matches_lost\";i:0;s:11:\"matches_acc\";s:1:\"0\";s:11:\"matches_rej\";s:1:\"0\";s:14:\"matches_accper\";d:0;s:12:\"ladder_joins\";s:1:\"0\";s:10:\"tmnt_joins\";s:1:\" |
#2151
|
|||
|
|||
Quote:
Do you want to forward one of the emails onto me? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|