![]() |
this is looking incredible since the last update!
couple questions: is there a way for an admin to edit individual matches? can it be possible to have total stats over all events in team profiles (matches, W/L/D, Xp)? |
Hi, have downloaded the latest version and have updated VB 4.1.4 to latest security patch.
As soon as i enable your ladder system in my plugins the following error code apears... Parse error: syntax error, unexpected '.' in forums/includes/class_bootstrap.php(537) : eval()'d code on line 13 how do i fix this to make them work :confused: |
I am the owner of the site but it says I don't have permissions? Help please?
|
How remove I Like of Facebook ?
Thanks for all ! |
Is anyone using elo rating for their ladder?
and can i see how it works? |
<a href="http://www.singamers.net/forums/competitions.php" target="_blank">http://www.singamers.net/forums/competitions.php</a>
thats what we are hosting on our website....it's actually archives for a former competitive organization. since all our events were leagues or tournaments, i don't have any ladders created... one thing i noticed was that even leagues are sorting by ELO ranking and NOT points/wins etc.... it would be nice if you could set the rank sorting for each individual ladder and league instead of selecting the same for all the events in the admincp. |
please disregard previous post we have fixed the problem and it was not ladder related ... ;0)
just a passing thought, ladders and tournaments are currently set to match your forum default template, it would be great if we had the option to make each individual ladders use different templates and styles for example.. we have a default style, but we have child styles that match their games for individual forums, and would like to have ladders to match but we end up going back to the default style. not sure if im explaining very well ... it makes sense in my head hahahaha |
can someone maybe create a couple of widgets for this script? I would like to post hall of fame, upcoming matches and recent matches on my vb cms home page.
|
I run kinda often into this db error:
Code:
Database error in vBulletin 4.1.5: EDIT: - this happens only, if the ladder product is active. - some images are missing, since they have been removed in previous updates (like: /images/buttons/reputation-20.png ) - it would be nice to have the option to deactivate league modus, tournament and so on. - is htere any way to get rid of: "Uncategorised xxx" on the startpage? if there is nothing without category - why it should be listet there? - in tournaments: the admin needs to enter, who reached next round? would be cool, if users could do that (like one reports, the other confirms) - uploading result (proof) screenshot does not work. just a box, no upload, url of images does not help - When trying to save changes on the rules page, "save changes" tries to close the page. I really hope someone can help me out ;) greets, Nik |
hi iam having problem installing this i keep getting this message
Fatal error: Call to undefined function is_facebookenabled() in /home/forum/public_html/ladders.php on line 1888 when clicking on Leagues anyone help please |
whats the difference between ladders and leagues?
|
Good question!
I am running it on my forum - is there a way of changing the 'Total Points', 'Points Conceded' and 'XP' to something like 'Goals for', 'Goals against' and 'Points'? I can't see a way of doing it in AdminCP? |
Is there an easy way to just make an entire usergroup a ladder? Lets say i want the registered users to be in a certain ladder, is there an automatic way to do that?
|
i have one question, what do we play in the tournament ? like competing in what games? or what to do to win. thanks.
|
Quote:
You can set the points for a win / lose/ draw and in ladders you can award extra elo points to a user for winning? hope that helps? |
I have a question on top of my other one...
Quote:
Quote:
|
Nice mod! I've installed it, but I'm really hoping future updates will address how this script slows the page loading. I'm guessing it's because there's 100 KB of JS that needs to download?
EDIT: Nevermind...wrong thread :p |
How do you add categories. Im admin, group permissions all set to yes, ive been threw all options dont see where add categories would be. thanks in advance to anyone with solution
|
You do this on the forum not in admincp.
|
When I edit rules and click save it reverts back to the generic place holder text. Any suggestions why this might be happening?
Also how can you set up rules specific to each tournament if you wanted to? Next ... Has anyone found a successful way to charge per tournament and to list a prize amount? If so please contact me. |
Quote:
|
Quote:
|
cool mod bro =)
|
I have had no issues with the mod thus far, but all of a sudden today I cannot edit the rules. Every time I try to "save changes" it just warns me about leaving the page and if I'm sure I want to since it won't save the changes.
I tried reuploading everything but still I cannot edit the rules. Any help is appreciated, thanks. |
I'm having a problem submitting player scores in a LMS tournament. In a previous version of this mod. I would double click in the score column to enter scores without a problem, it doesn't seem to be working (for me) when using 4.4.8.
I've tried disabling all other forum additions and I've even done a completely fresh install of VB4.1.6 with this as the only mod and it still won't let me add scores to an LMS tournament. Any light shining would be greatly appreciated :) Many thanks for a great Mod! Dave |
I'm having some trouble linking tournaments to ladders. The current ladder we have, even in the same category, will not show up in the drop-down box. Suggestions?
|
Quote:
|
I have an issue. After the installation of seemingly unrelated other mods, the admin/mod functions no longer appear in the navigation menu. It has something to do with the conditionals:
Code:
<vb:if condition="$tmntp[ |
Getting the same problem as markhendo1986.
Any leagues over 16 players doesn't generate any fixtures. 20 is what I'm looking at creating. Oh and btw, absolutely superb mod bananalive, superb. |
Quote:
Require Competitors to Check-in then you can edit the score. Now am trying to see if you turn check-in off after finishing the tournament. |
Quote:
|
Quote:
|
Quote:
|
Quote:
Quote:
Code:
tmnt description blah bah blah Quote:
|
Quote:
ladder_totalpoints ladder_pointsagainst ladder_xp |
Quote:
|
Quote:
HTML Code:
<vb:if condition="$show['fb_likebutton']"> |
Awesome, thanks for the update Banana.
One more thing, administrators still cannot delete users off the 'Free Agents' list, they are permantly on there. |
Superb update yet again Banana thank you
|
I tried to install this mod, but after trying to get into the "Competition" I've got this massage:
Database error in vBulletin 4.1.6: Invalid SQL: SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle FROM vb_tmnt_categories AS cats LEFT JOIN vb_tmnt_categories AS pcat ON (cats.parentid = pcat.catid) LEFT OUTER JOIN vb_tmnt_tmnts AS tmnts ON (cats.catid = tmnts.catid) LEFT OUTER JOIN vb_tmnt_ladders AS ladders ON (cats.catid = ladders.catid AND ladders.league = 0) LEFT OUTER JOIN vb_tmnt_ladders AS leagues ON (cats.catid = leagues.catid AND leagues.league > 0) GROUP BY cats.catid ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC; MySQL Error : Table 'wrestlin_forum.vb_tmnt_categories' doesn't exist Error Number : 1146 Classname : vB_Database MySQL Version : 5.5.11 Does anyone of you know how to resolve this problem ? Thanks in advance. |
All times are GMT. The time now is 10:53 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|