View Full Version : Major Additions - Forum Tournaments & Ladders
Pages :
1
2
3
4
[
5]
6
7
8
9
Chris11987
11-06-2008, 03:30 PM
I'll give this one a try.
Gleedo
11-06-2008, 03:53 PM
In Plugin Tournament AutoInsert Links
Findhref=\"competitions.php
Replace withhref=\"".$vbulletin->options['bburl']."/competitions.php
Thanks Banana - couldnt find competitions.php so i figured you must have meant tournament.php, so added that instead and it works fine now :)
So my code now looks like this:
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;'); }
}
Chris11987
11-06-2008, 04:03 PM
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.
Koidl
11-06-2008, 04:10 PM
hello,
tournaments still bring me a blank screen if i want add them
would be nice if u could fix that
Gleedo
11-06-2008, 04:23 PM
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?
http://i188.photobucket.com/albums/z68/LordGleedo/laddededitor.jpg
Chris11987
11-06-2008, 08:38 PM
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.
EHSkaRMa
11-06-2008, 09:33 PM
Plugin: Donation System Bar and Menu
Findif (substr(THIS_SCRIPT,-6,6)!="verify"){
Replace withif (substr(THIS_SCRIPT,-6,6)!="verify" AND THIS_SCRIPT!="tournament2008"){
banana you ROCK! Yes, that worked perfectly, thank you very much.
Queball_Beast
11-06-2008, 11:02 PM
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
WNxWakko
11-07-2008, 01:32 PM
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.
iogames
11-07-2008, 05:38 PM
Ok if I have five subforums dedicated to tournaments, how do I show your hacks in just those 5 subforums?
WNxWakko
11-08-2008, 03:02 AM
Here is my suggestion to fix the problem with the Ranking, Recent matches, Upcoming Matches that is causing the page to skew off the right.
tmnt_ladder_display
<div class="vbmenu_popup" id="laddertools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[ladder_tools]</td></tr>
<if condition="$canjoinladder AND !$comper">
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladderjoin&id=$lid">$vbphrase[ladder_join]</a></td></tr>
</if>
<if condition="$show['member']">
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladder<if condition="$ladder[pot] == 1">team</if>challenges">$vbphrase[ladder] <if condition="$ladder[pot] == 1">$vbphrase[ladder_teamchlls]<else />$vbphrase[ladder_chlls]</if></a></td></tr>
</if>
<if condition="$caneditladder">
<tr><td class="thead">$vbphrase[ladder_admin_tools]</td></tr>
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladderedit&id=$lid">$vbphrase[ladder_edit]</a></td></tr>
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladderdelete&id=$lid">$vbphrase[ladder_delete]</a></td></tr>
</if>
</table>
</div>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td valign="top">
<table class="tborder" style="border-bottom-width: 0px;" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="tcat" width="100%">
$title
</td>
<td style="cursor: pointer;" class="vbmenu_control" id="laddertools" nowrap="nowrap">
<a href="#laddertools">$vbphrase[ladder_nav]</a><script type="text/javascript">vbmenu_register("laddertools");</script>
</td>
</tr>
</table>
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead normal">$ladder[cr_time]</td>
</tr>
<tr valign="top">
<td class="alt2">
<a class="bigusername" href="member.php?u=$ladder[cr_userid]">$ladder[cr_username]</a>
</td>
</tr>
<tr>
<td class="alt1">$ladder[description]
<div class="smallfont" style="margin-top: 12px;" align="right">
<if condition="$ladder[ed_username] != ''">
<div style="float: left;" align="left">
<div class="shade">$vbphrase[tmnt_lastedit] <a class="shade" href="member.php?u=$ladder[ed_userid]">$ladder[ed_username]</a> at $ladder[ed_time]</div>
</div>
</if>
<if condition="$canedittmnt"><a href="competitions.php?do=ladderedit&id=$id"><img title="$vbphrase[edit]" src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit]" border="0"></a></if>
</div>
</td>
</tr>
<if condition="!$comper AND $canjoinladder">
<tr>
<td class="alt2" align="center">
<a href="?do=viewladder&id=$id">$vbphrase[ladder_rankings]</a> | <a href="?do=viewladder&id=$id&sh=1">$vbphrase[ladder_recent_games]</a> | <a href="?do=viewladder&id=$id&sh=2">$vbphrase[ladder_upcoming_games]</a> | <a href="competitions.php?do=ladderjoin&id=$lid">$vbphrase[ladder_join]</a>
</td>
</tr>
</if>
</table></div></td>
<td style="padding-left: 6px;" valign="top" width="210">
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" width="100%" border="0" cellpadding="6" cellspacing="1">
<tbody><tr align="left">
<td class="thead" colspan="3">
$vbphrase[ladder_details]
</td>
</tr>
<tr>
<td class="alt1 smallfont">
<div><span class="shade">$vbphrase[ladder_type]</span>
<if condition="$ladder[pot] == 1">$vbphrase[ladder_teams]<else />$vbphrase[ladder_singles]</if></div>
<div><span class="shade"><if condition="$ladder[pot] == 1">$vbphrase[ladder_noteams]<else />$vbphrase[ladder_noplayers]</if></span>
$ladder[noplayers]</div>
<if condition="$team">
<div><span class="shade">$vbphrase[ladder_tmin]</span>
$ladder[tmin]</div>
<div><span class="shade">$vbphrase[ladder_tmax]</span>
$ladder[tmax]</div>
</if>
<div><span class="shade">$vbphrase[ladder_views]</span>
$ladder[views]</div>
</td>
</tr>
</tbody></table>
</div>
</td>
</tr></table>
$competitorddms
$competitors
butler312
11-08-2008, 03:18 AM
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
This would be pretty sweet, although I don't think it would apply to a lot of people. I personally would love it :D
bananalive
11-08-2008, 04:51 PM
Hey banana, could you do us a huge favorite?
Could you keep a 'stable' release version posted? That way you can do all the experimental ones while still providing a stable version for everyone to use in the meantime.
Thanks a bunch.
v2.6.5 is a stable version with following minor fixes from v2.6.4
- Removed image widths for edit buttons (so they display correctly for custom buttons)
- Added spacing in ladder template after Ranking, Recent matches, Upcoming Matches
- Fixed Join Ladder link displaying on Recent Matches & Upcoming Matches pages for ladder competitors
Gleedo
11-08-2008, 05:19 PM
v2.6.5 is a stable version with following minor fixes from v2.6.4
- Removed image widths for edit buttons (so they display correctly for custom buttons)
- Added spacing in ladder template after Ranking, Recent matches, Upcoming Matches
- Fixed Join Ladder link displaying on Recent Matches & Upcoming Matches pages for ladder competitors
FYI - You forgot to increment your version number in product-tournament2008.xml ;)
WNxWakko
11-08-2008, 07:44 PM
The ranking, recent matches, upcoming matches are still skewed.
See screenshot.
http://warriornation.net/temp/shot.gif
vigliarolo12
11-09-2008, 04:31 AM
what exactly does LMS do and is there any way you can make double elim soon
gamerscms
11-09-2008, 02:38 PM
what exactly does LMS do and is there any way you can make double elim soon
LMS is a basic knockout tournament of players or teams, go though the tournament and the winners progress to the end.
More tournament types are coming soon.
vigliarolo12
11-09-2008, 06:34 PM
Ok thanks Double Elimination would be an awesome type :D
Stifmeister2
11-09-2008, 08:33 PM
Babanalive, do you think I can upgrade from a very old version 2.2.1 to this new 2.6.5 without problems?
zapiy
11-09-2008, 09:46 PM
how do i delete a ladder?
pkallberg21
11-10-2008, 01:48 AM
how do i delete a ladder?
Are there any plans to upgrade this script in the future? I would really like to see this be a little bit like: https://vborg.vbsupport.ru/showthread.php?t=100150&highlight=tournament
In this script admins can set a specific input that users have to provide in order to proceed in the tournament. It would be amazing if this could be done :)
P.Jackson
11-10-2008, 07:22 AM
thats a very good idea!
also a league option for teams would be a massive addition!!
http://www.enemydown.co.uk/league.php?event=452
P.Jackson
11-10-2008, 11:29 AM
hmm getting a weired bug on ladders
bahisyeri
11-10-2008, 12:49 PM
Can you add match mode support and latest matches on main page? I mean 2 teams challenges each other and both team leader approve match details and score...
bananalive
11-10-2008, 02:47 PM
how do i delete a ladder?
Ladder Links -> Delete Ladder
bananalive
11-10-2008, 03:30 PM
v2.6.6 Just Released
- Ladder competitors can leave ladders (and rejoin at later date with score intact - stops cheating)
- Those that can edit ladders can make ladder competitors leave ladder (the competitor can rejoin at later date with score intact)
- Your Challenges displayed for single ladders
fodvapor
11-10-2008, 05:27 PM
is there any way you can make double elim soon
X's 2 :D
gamerscms
11-10-2008, 07:59 PM
v2.6.6 Just Released
- Ladder competitors can leave ladders (and rejoin at later date with score intact - stops cheating)
- Those that can edit ladders can make ladder competitors leave ladder (the competitor can rejoin at later date with score intact)
- Your Challenges displayed for single ladders
I will test and PM any bugs i find :)
Cheers for the new update.
GrendelKhan{TSU
11-11-2008, 08:43 AM
awesome updates! keep it up.
Also, just wanted to put in my vote for:
double elimation feature again as well.
and PM/email notifications for challenges, accepted and comments etc.
but loving it so far !!
:)
gorentals
11-11-2008, 11:55 AM
Great Updates!!!
- Those that can edit ladders can make ladder competitors leave ladder (the competitor can rejoin at later date with score intact)
Quick question: If I am the admin how can I remove someone from a ladder that is no longer on the site and has made a few challenges? I am at version 2.6.6
Thanks
gorentals
11-11-2008, 11:59 AM
Nevermind just figured it out.
Ok removed the player. But his challenges still exist. Anyway to remove that?
Thanks
Stifmeister2
11-11-2008, 03:41 PM
I finally upgraded last night and no problems so far... Haven't tested ladder yet though.
bahisyeri
11-12-2008, 02:55 PM
It has some template problems with base href :) i mean that links and some js functions not working when base href used most seo hacks uses base href...
PS: On ladder system if system set for players you can challenge other players but for team system i couldnt find how to challenge other team :/
PSS: Also after confirming challenge score, challenge scores stopping displaying on ladder challenges page of user.
Toupsx
11-13-2008, 01:00 PM
Well don't know why but I can't install any version of this now... last version I was able to was 2.5.8 now anytime I try any version it installs the product but never finishes so doesn't actually do any settings such as putting the competition permissions or settings in the admincp and such..
Not sure what to do.. =\
It just sits there at
Importing Product, Please Wait...
[:]
never finishing... my server isn't timing out according to my host because there's no limit.. the only limit is on the memory which is 44mb and you said that it shouldn't be using that much I believe previously so not sure what's going on..
Im Spazzoid
11-13-2008, 01:34 PM
I would love to be able to make it so that users can only be on one team per ladder, but have multiple teams so that they can be in multiple ladders. Also, categories would be nice, along with double elimination. I know that I would be willing to put my donation in if I could get those features, saves me from writing my own script :p
Although I am still testing this out so maybe it already has some of those :p
I don't know if I'm stupid or what, but I cannot seem to find where to challenge other players in a ladder set to players or teams.
shane greer
11-13-2008, 06:21 PM
Since he latest update no one can make challenges on the ladder. Have I missed something or put something in the wrong place. Everything else works fine in relation to newest results and forthcoming matches etc.
Now when i click on a player o challenge I only have this.
Im Spazzoid
11-13-2008, 09:02 PM
shane greer that is the same thing that happens to me
shane greer
11-13-2008, 09:12 PM
Must be something missed out in the latest upgrade?
shane greer
11-14-2008, 07:22 PM
Is there anybody out there can help?
schlottkej
11-14-2008, 07:46 PM
I recently removed the old "Ladders" portion (pre-combining) and now I am receiving this error:
Database error in vBulletin 3.8.0 Beta 2:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`forumpermissions` = '12251647',
`genericpermissions` = '1546131399',
`attachlimit` = '0',
`pmquota` = '500',
`pmpermissions` = '3',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '17',
`wolpermissions` = '17',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '62',
`profilepicmaxwidth` = '300',
`profilepicmaxheight` = '200',
`profilepicmaxsize` = '6553544',
`avatarmaxwidth` = '100',
`avatarmaxheight` = '100',
`avatarmaxsize` = '2000000',
`signaturepermissions` = '169983',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '200000',
`sigmaxrawchars` = '65535',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '62',
`socialgrouppermissions` = '20471',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '6553544',
`itraderpermissions` = '0',
`answers_forum_perms` = '0',
`vbblog_general_permissions` = '254974',
`vbblog_customblocks` = '5',
`vbblog_custompages` = '5',
`vbblog_entry_permissions` = '8191',
`vbblog_comment_permissions` = '974',
`awardpermissions` = '1',
`groupvbglossar` = '0',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_nbmsg_show` = '0',
`mgc_cb_evo_nbmsg_perday_show` = '0',
`abouttodaypermissions` = '129',
`quoteitpermissions` = '2567',
`mysmiliesvb_permissions` = '1',
`mysmiliesvb_maxwidth` = '60',
`mysmiliesvb_maxheight` = '60',
`mysmiliesvb_maxsize` = '32768',
`mysmiliesvb_totalsmilies` = '50',
`mysmiliesvb_totalsize` = '1048576',
`giftpermissions` = '47',
`fcpermissions` = '1',
`tournamentpermissions` = '0',
`maxteams` = '1',
`ladderpermissions` = '3'
WHERE usergroupid=2;
MySQL Error : Unknown column 'tournamentpermissions' in 'field list'
Error Number : 1054
Request Date : Friday, November 14th 2008 @ 03:44:17 PM
Error Date : Friday, November 14th 2008 @ 03:44:18 PM
Script : http://www.thewrestlingtalk.com/admincp/usergroup.php?do=update
Referrer : http://www.thewrestlingtalk.com/admincp/usergroup.php?do=edit&usergroupid=2
IP Address : XXXXXXXXXXXX
Username : Schlottke
Classname : vB_Database
MySQL Version : 4.1.22-standard
bananalive
11-15-2008, 11:36 AM
v2.6.7: 15 November 2008
- Paging for ladder competitors definable in vB Options
- Improved ladder template
- reduction/ optimisation in queries per page
- missing templates added to template cache
bananalive
11-15-2008, 11:37 AM
I recently removed the old "Ladders" portion (pre-combining) and now I am receiving this error:
I do not understand. What are you trying to do?
The error message is from missing column (tournamentpermissions) in mysql database
shane greer
11-15-2008, 01:03 PM
Excellent thanks for the update bananalive. Works a treat again.
shane greer
11-15-2008, 01:10 PM
Actually just found a little bug. One of my members challenged another and it came up as 7 challenges you. Its using the userid number instead of member name?
bananalive
11-15-2008, 01:35 PM
Actually just found a little bug. One of my members challenged another and it came up as 7 challenges you. Its using the userid number instead of member name?
Which page is this on?
Edit: Found it. It was with PM challenge
Fix implement in attached product zip - just re-upload competitions.php
(Also updated first post)
shane greer
11-15-2008, 02:02 PM
Cool thanks.
shane greer
11-15-2008, 02:23 PM
Another bug.... now there is no option for the 'challenged' to accept the challengers challenge.
:(
bananalive
11-15-2008, 02:58 PM
Another bug.... now there is no option for the 'challenged' to accept the challengers challenge.
:(
Fix implement in attached product zip - just re-upload competitions.php (also attached separately)
(I've updated first post again)
shane greer
11-15-2008, 03:10 PM
Thanks thats done the trick... if I stumble across anything else I will let ya know.
I appreciate all your hard work. :)
bahisyeri
11-15-2008, 06:24 PM
Now teams can not join new ladders :/
shane greer
11-15-2008, 07:35 PM
And one of my members went from 21st to 8th on the ladder and the little arrow is pointing down despite climbing all them places. :(
bananalive
11-16-2008, 11:48 AM
v2.6.8 released with following bugs fixed:
Now teams can not join new ladders :/
And one of my members went from 21st to 8th on the ladder and the little arrow is pointing down despite climbing all them places. :(
Toupsx
11-16-2008, 11:55 AM
Any idea what could be wrong with mine banana? I import it, it starts it..:
Importing Product, Please Wait...
[:]
And just sits there.. my host says the servers not timing out and there's only a limit on the memory usage of scripts.. I don't see why it won't go. I can't install ANY version of this mod now, was working up until 2.6.0 for me.. =\
bananalive
11-16-2008, 12:43 PM
Any idea what could be wrong with mine banana? I import it, it starts it..:
Importing Product, Please Wait...
[:]
And just sits there.. my host says the servers not timing out and there's only a limit on the memory usage of scripts.. I don't see why it won't go. I can't install ANY version of this mod now, was working up until 2.6.0 for me.. =\
try disabling plugin system then importing it then re-enabling plugin system
Toupsx
11-16-2008, 01:00 PM
try disabling plugin system then importing it then re-enabling plugin system
still doesn't =\ not a clue what's going on.. I can install bigger products that work fine.. just reinstalled vbplaza without a single problem and that has a lot more template edits and sql queries than this.. idk..
bananalive
11-17-2008, 02:35 PM
still doesn't =\ not a clue what's going on.. I can install bigger products that work fine.. just reinstalled vbplaza without a single problem and that has a lot more template edits and sql queries than this.. idk..
What version are you upgrading from?
Toupsx
11-17-2008, 10:28 PM
What version are you upgrading from?
None, I uninstalled it completely and trying to reinstall, won't do it.
Gleedo
11-18-2008, 05:47 AM
Sorry if this is a stupid question, but where do i set how many teams a person can create?
Im looking in vBulletin Options > Tournament Options but cant see a setting to control that....or is a person only allowed to create one team by default? :confused:
Thanks in advance :)
Gamelobby
11-18-2008, 08:05 AM
Sorry if this is a stupid question, but where do i set how many teams a person can create?
Im looking in vBulletin Options > Tournament Options but cant see a setting to control that....or is a person only allowed to create one team by default? :confused:
Thanks in advance :)
It is set by Usergroup. :D
What do i do with this..? (what does "CHMOD 777" mean.?)
Directory teamlogos should be CHMOD 777
I uploaded everything & it looks fine now, but what does that term mean.?
Thanks
Also, I got a simple question..
What is the difference between the 2 Tournament Modes:
Last Man Standing and Single Elimination.. They sound the same to me..!?
Gleedo
11-18-2008, 10:07 AM
It is set by Usergroup. :D
Thanks
What do i do with this..? (what does "CHMOD 777" mean.?)
That makes that directory writable so the mod can upload team logos (images) to it.
You can set that folders permissions via ftp programs like Mozillas FTP Client. You select the folder when you have connected via ftp, and set the permissions by entering 777.
HTH
Gamelobby
11-19-2008, 04:14 AM
So i guess it got uploaded automatically.. when i uploaded all the ".php" files.?
Because the images are working fine now.
mozik
11-20-2008, 04:55 AM
Are you going to make it so we can edit our rosters and team leaders and can edit them. Like remove and invite people by username?
Maybe a button to get to your team.
And for challenges maybe have them so for each ladder they are separate, not just one list.
That would be cool.
Toupsx
11-20-2008, 01:33 PM
Server Type Linux
Web Server Apache (cgi)
PHP 4.4.9
PHP Max Post Size 8.00 MB
PHP Maximum Upload Size 20.00 MB
PHP Memory Limit 40.00 MB
MySQL Version 5.0.51a-log
MySQL Packet Size 10.00 MB
Or is there any specific PHP settings that the mod requires to install? A few options in my php are turned off..
Would any of these be limiting it banana so that it couldn't finish installing? I don't see why it's the only mod that just sits there and doesn't install through th product manager for me, anything else will.
It seems that it does do the database edits, just doesn't do any template edits or add the permission settings into my vbulletin... the database edits are done and it just stops after that..
Saint Dean
11-20-2008, 01:40 PM
Hello,
WOndering if you could create a page for results of previous tournaments
Set it in rows like they are but who won what and when.
Spencey
11-20-2008, 06:44 PM
I get this message once ive created a tournament:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/sites/mysite.com/public_html/forums/includes/adminfunctions.php on line 936
I've been getting this problem for over a month now, anyone know whats a matter?
honcho
11-20-2008, 09:06 PM
brilliant way of doing online gamming turnies though thanx big time for this
OMGNOWAI
11-20-2008, 09:18 PM
Okay I can edit the usergroup permissions but the link isn't showing up on the index I gave my group full permissions and even when I go to competition.php manually it says I don't have the privilege.
Mr.Fix
11-21-2008, 03:56 PM
Hey bananalive, appriciate alot for this really good mod!
Everything seems to be working fine for me except for one thing. After you add a single elimination ladder with teams not players, when it creates a topic on the forums, instead of No. of teams it still shows No Players: even though it is a team elimination not players.
WNxWakko
11-21-2008, 11:43 PM
Edit - Nevermind. Resolved. Good mod!
bananalive
11-22-2008, 09:34 AM
Server Type Linux
Web Server Apache (cgi)
PHP 4.4.9
PHP Max Post Size 8.00 MB
PHP Maximum Upload Size 20.00 MB
PHP Memory Limit 40.00 MB
MySQL Version 5.0.51a-log
MySQL Packet Size 10.00 MB
Or is there any specific PHP settings that the mod requires to install? A few options in my php are turned off..
Would any of these be limiting it banana so that it couldn't finish installing? I don't see why it's the only mod that just sits there and doesn't install through th product manager for me, anything else will.
It seems that it does do the database edits, just doesn't do any template edits or add the permission settings into my vBulletin... the database edits are done and it just stops after that..
I've got very little experience with servers so I cannot tell you if it is a setting stopping you installing but this might work if its problem with usergroup permissions Open product-tournament2008.xml
Find
<code version="2.5.1">
<installcode><![CDATA[$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD ladderpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD maxteams INT(10) DEFAULT '1' NOT NULL ;");
]]></installcode>
<uninstallcode><![CDATA[$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup DROP COLUMN maxteams;");]]></uninstallcode>
</code>Replace with
<code version="2.5.1">
<installcode><![CDATA[$db->hide_errors();
$arraya = array();
$results = $vbulletin->db->query_read("SHOW COLUMNS FROM ". TABLE_PREFIX ."usergroup");
while($column = $db->fetch_array($results)){
$field = $column['Field'];
$arraya = array_merge((array)$field, $arraya);
}
if (!in_array("tournamentpermissions", $arraya)) {
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");
}
if (!in_array("ladderpermissions", $arraya)) {
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD ladderpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");
}
if (!in_array("maxteams", $arraya)) {
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD maxteams INT(10) DEFAULT '1' NOT NULL ;");
}
]]></installcode>
<uninstallcode><![CDATA[$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup DROP COLUMN maxteams;");]]></uninstallcode>
</code>I get this message once ive created a tournament:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/sites/mysite.com/public_html/forums/includes/adminfunctions.php on line 936
I've been getting this problem for over a month now, anyone know whats a matter?
modify PHP settings to increase memory_limit option
Okay I can edit the usergroup permissions but the link isn't showing up on the index I gave my group full permissions and even when I go to competition.php manually it says I don't have the privilege.
Make sure you userid is not in Banned Userids list in Tournament & Ladder Options
Toupsx
11-22-2008, 11:51 AM
Didn't work, however I am able to install 2.5.7 flawlessly. Trying to go anywhere beyond that does not finish the install. I noticed that the way everything was done from 2.5.8 and beyond in the product xml is greatly different from 2.5.7 and before.. not sure what exactly changed but looking at the code a lot of stuff did and I think for some reason that's why it's not working.
I tried upgrading from 2.5.7 to 2.5.8 and it did (didn't fully install but the new product went through..) however then I get an sql error:
Invalid SQL:
SELECT userid, id, time, title FROM ODVBtmnt_announcements ORDER BY id DESC LIMIT 0,;
Guessing that's from the line 179 in 2.5.8's product code:
$anns = $db->query_read("SELECT userid, id, time, title FROM ".TABLE_PREFIX."tmnt_announcements ORDER BY id DESC LIMIT 0, $noanns");
So yeah not sure what you changed in the product xml from 2.5.7 to above.. but for some reason it's the reason I can't use this anymore =\
Queball_Beast
11-22-2008, 03:05 PM
Hi bananalive,
Is there way to prevent 1 person from getting an Advance to finals?
If 9 players or an Odd amount sign up for a tournament, 1 person will be in the final without even doing a battle, anyway we could make the system more fair.
the script should follow a system like this.
if there are 9 players or an odd amount, then the odd amount should battle first. [ Example:
P1
P2
P3
P4
P5
Since we only have 5 players, then the tournament brackets should start with 2 players battling first
P1 vs P2 <==== the winner will advance to make a more even and fair Bracket
P1
P2
P3
P4
Now the brackets are even. and no one gets an advance to finals.
See below Example.
http://gamerspride.com/images/example.gif
Thanks Again and keep up the great work
King Fly
11-23-2008, 01:35 AM
ok im not going to read the full 72 pages as its just too much...i have this hack installed....i have a question tho...in the ladder when i challenge someone....after the challenge it went into recent matches with a score of 0-0....there doesnt seem to be an admin edit feature to edit any of the ladder either
im basically using this as a sort of rap battle hack which i still cant find here on vb.org
honcho
11-23-2008, 04:19 PM
i get this error guysa when oi click on compititions in teh navbar any ideas on how to fix please
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/sites/***********/public_html/forums/includes/functions_user.php on line 102
jeremycards
11-24-2008, 01:19 AM
hello, i can't find where in the forum the tournaments options are supposed to be, i searched everywere and i can't find it, not in the navbar or anywere, i readed i could enter manually in competitions.php but when i do it says i dont have privilegies to enter, even if im the admin and i gave me full priviliege to enter and edit in usergroups, any help?
pd: my version is 3.7.3
honcho
11-24-2008, 03:54 PM
i get this error guysa when oi click on compititions in teh navbar any ideas on how to fix please
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/sites/***********/public_html/forums/includes/functions_user.php on line 102
still need help on this please :confused:
bananalive
11-24-2008, 04:31 PM
hello, i can't find where in the forum the tournaments options are supposed to be, i searched everywere and i can't find it, not in the navbar or anywere, i readed i could enter manually in competitions.php but when i do it says i dont have privilegies to enter, even if im the admin and i gave me full priviliege to enter and edit in usergroups, any help?
pd: my version is 3.7.3
AdminCP -> vBulletin Options -> Tournament & Ladder Options
i get this error guysa when oi click on compititions in teh navbar any ideas on how to fix please
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/sites/***********/public_html/forums/includes/functions_user.php on line 102
Modify PHP settings to increase memory_limit option
Hi bananalive,
Is there way to prevent 1 person from getting an Advance to finals?
Add fake players called bye1 bye2 bye3, etc... Its not an ideal fix but it works.
honcho
11-24-2008, 05:15 PM
Modify PHP settings to increase memory_limit option
how do i do this please
jeremycards
11-24-2008, 06:26 PM
well i found that control panel, but what i can't find is the place to see and create the tournaments and such
Toupsx
11-24-2008, 07:34 PM
Didn't work, however I am able to install 2.5.7 flawlessly. Trying to go anywhere beyond that does not finish the install. I noticed that the way everything was done from 2.5.8 and beyond in the product xml is greatly different from 2.5.7 and before.. not sure what exactly changed but looking at the code a lot of stuff did and I think for some reason that's why it's not working.
I tried upgrading from 2.5.7 to 2.5.8 and it did (didn't fully install but the new product went through..) however then I get an sql error:
Invalid SQL:
SELECT userid, id, time, title FROM ODVBtmnt_announcements ORDER BY id DESC LIMIT 0,;
Guessing that's from the line 179 in 2.5.8's product code:
$anns = $db->query_read("SELECT userid, id, time, title FROM ".TABLE_PREFIX."tmnt_announcements ORDER BY id DESC LIMIT 0, $noanns");
So yeah not sure what you changed in the product xml from 2.5.7 to above.. but for some reason it's the reason I can't use this anymore =\
any clue on this banana?
djlotus
11-24-2008, 07:44 PM
any clue on this banana?
Is "OD" the correct table prefix?
dirtyfeast
11-25-2008, 02:14 AM
Database error in vBulletin 3.7.4:
Invalid SQL:
UPDATE tmnt_ladder_games SET accepted = -1, finished = 1 WHERE id=3 AND agree_u = 0, agree_u2 = 0, score_u = 0, score_u2 = 0, AND u2 IN (1);
MySQL Error : 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 ' agree_u2 = 0, score_u = 0, score_u2 = 0, AND u2 IN (1)' at line 1
Error Number : 1064
Request Date : Monday, November 24th 2008 @ 09:04:15 PM
Error Date : Monday, November 24th 2008 @ 09:04:16 PM
Script : http://www.com/forum/competitions.php?do=ladderteamreject&id=3
Referrer : http://www.com/forum/competitions.php?do=ladderteamchallenges
IP Address : ************
Username : **********
Classname : vB_Database
MySQL Version : 5.0.51a-community
Just installed, went smooth. Made test ladder, made a challange, accepts challange great. I get this error when I reject challange. Anyone know what is causing this. Installed latest mod from first post. No other issues are known at this time.
honcho
11-25-2008, 10:49 PM
how do i do this please
its ok i did it by editing config.php file
KHALIK
11-26-2008, 10:24 AM
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Unknown column 't.champion' in 'field list'
Error Number : 1054
Request Date : Friday, September 26th 2008 @ 08:57:34 PM
Error Date : Friday, September 26th 2008 @ 08:57:35 PM
Script : http://xaax.biz/forums/showthread.php?t=12346
Referrer : http://xaax.biz/forums/halo_3/
IP Address : 71.28.9.189
Username : CamoMouse
Classname : vB_Database
MySQL Version : 5.0.51b-community-nt
How do I get that to stop? There are now plugins installed of Tournaments. As far as I know, Tournaments should not exits on my site but I'm getting nothing but MySql errors when you visit my site. I need help.
Database error in vBulletin 3.7.4:
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Table 'fragmast_khalik59.tournaments' doesn't exist
Error Number : 1146
Request Date : Wednesday, November 26th 2008 @ 12:16:16 PM
Error Date : Wednesday, November 26th 2008 @ 12:16:16 PM
Script : http://www.fragmasters.co.uk/forum/showthread.php?t=28186
Referrer : http://www.fragmasters.co.uk/forum/index.php
IP Address : 194.106.36.230
Username : Fragmaster
Classname : vB_Database
MySQL Version : 5.0.51a
I am getting the same error, I had uninstalled it completely as it should not be on my site but I am getting mysql errors everywhere.
How do I stop it ?
corizo
11-26-2008, 01:49 PM
Feature Requests:
Being able to create categories for tournaments, e.g. Categorie A "Tournaments of Game X", Categorie B "Tournaments of Game Y", as well as Sub Catogeries like Categorie A "Tournaments of Game X" - Sub Categorie A-1 "XY Championship Series" etc.
It would be nice to add names without being them registered users
Combined with the categories mentioned above, being able to create leagues (=overview who won how many times etc) off tournaments.
Being able to set points. Reaching the semifinals = 5 pts, reaching the final = 10 pts etc.
Fight for 2nd and 3rd place in tournaments
Being able to deactivate the ladder system if you don't need it
However, it's already a great modification! :)
Thanks for reading
OcR Envy
11-26-2008, 01:54 PM
Feature Requests:
Being able to create categories for tournaments, e.g. Categorie A "Tournaments of Game X", Categorie B "Tournaments of Game Y", as well as Sub Catogeries like Categorie A "Tournaments of Game X" - Sub Categorie A-1 "XY Championship Series" etc.
It would be nice to add names without being them registered users
Combined with the categories mentioned above, being able to create leagues (=overview who won how many times etc) off tournaments.
Being able to set points. Reaching the semifinals = 5 pts, reaching the final = 10 pts etc.
Fight for 2nd and 3rd place in tournaments
Being able to deactivate the ladder system if you don't need it
However, it's already a great modification! :)
Thanks for reading
Agreed.
+ Requests:
1. Randomized Map/Gametype that is tournament specific.
2. Ability to Report Wins/Loses to Tournament Mod to make advancement quicker.
3. Addition to the vB Notification system for said reports and Team Invites/Requests to join.
Toupsx
11-26-2008, 03:15 PM
Is "OD" the correct table prefix?
yes.
dirtyfeast
11-26-2008, 08:44 PM
I am getting the same error, I had uninstalled it completely as it should not be on my site but I am getting mysql errors everywhere.
How do I stop it ?
I want to say that is your arcade tournaments. No database tables with this mod have the word tournaments in it. They all start tmnt and than whatever the table is for. tournaments is a database table for the arcade system.
dirtyfeast
11-26-2008, 08:46 PM
Database error in vBulletin 3.7.4:
Invalid SQL:
UPDATE tmnt_ladder_games SET accepted = -1, finished = 1 WHERE id=3 AND agree_u = 0, agree_u2 = 0, score_u = 0, score_u2 = 0, AND u2 IN (1);
MySQL Error : 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 ' agree_u2 = 0, score_u = 0, score_u2 = 0, AND u2 IN (1)' at line 1
Error Number : 1064
Request Date : Monday, November 24th 2008 @ 09:04:15 PM
Error Date : Monday, November 24th 2008 @ 09:04:16 PM
Script : http://www.com/forum/competitions.php?do=ladderteamreject&id=3
Referrer : http://www.com/forum/competitions.php?do=ladderteamchallenges
IP Address : ************
Username : **********
Classname : vB_Database
MySQL Version : 5.0.51a-community
Just installed, went smooth. Made test ladder, made a challange, accepts challange great. I get this error when I reject challange. Anyone know what is causing this. Installed latest mod from first post. No other issues are known at this time.
I want to add that this is with the Teams for the ladders. It works fine with just members of the forum joing the Player ladders. Could this issue be caused because you create a team name rather using the username of the forums.
Techno05
11-29-2008, 12:10 AM
How can I place the postbit information under CSS?
Preview:
https://vborg.vbsupport.ru/external/2008/11/4.png
masterwebguy
11-29-2008, 04:43 AM
How can I update my current version? Will it erase a tournament I currently have?
http://gamebend.com/forums/competitions.php?do=view&id=2
Revvin
11-29-2008, 03:52 PM
Would it be possible for the system to send the challenging player a PM once the challenged player has accepted the challenge.
Also would it be a benefit to add the option to forfeit a match when challenged as wellas the accept and reject options. A player choosing to forfeit a match would result in the system automatically registering a loss to the forfeting player without the need for the challenging player to confirm the result.
At present there doesnot seem to be much of a penalty if a player decides once he's won a few matches and gained a good enough record he can sit at the top rejecting challenge after challenge?
Can we have an option for the admin to enter or confirm scores should a player be challenged and then either refuse to confirm the loss despite evidence to proove the loss or they just go AWOL for some reason.
Is it possible in vBulletin to have mods like this to use a separate theme?
MarceloS
11-30-2008, 12:55 AM
Two tournaments completed (last man standing), and I still don't know how to give points to the players and how to classify them.
Can anyone help?
Gamelobby
11-30-2008, 09:02 AM
Are you going to make it so we can edit our rosters and team leaders and can edit them. Like remove and invite people by username?
Maybe a button to get to your team.
And for challenges maybe have them so for each ladder they are separate, not just one list.
That would be cool.or so that a social group can enter a tournament..!!?? (as a team)
Stifmeister2
12-02-2008, 05:04 PM
Bananalive, this is a request many of our members would love:
The ability to assign certain members to moderate certain tournaments.
Currently I have only admins & super mods who can moderate tourneys... But some clan are organizing private tourneys and they'd like to moderate their own tourney. Ogf course I could make some secondary usergroup with the permissions (that would probably work?), and put one of the members in it. But I don't want that person to be able to moderate other tourneys!
That's why it would be a welcome additon to assign certain user(s) to moderate certain tourney(s).
GrendelKhan{TSU
12-03-2008, 11:03 PM
Bananalive, this is a request many of our members would love:
The ability to assign certain members to moderate certain tournaments.
Currently I have only admins & super mods who can moderate tourneys... But some clan are organizing private tourneys and they'd like to moderate their own tourney. Ogf course I could make some secondary usergroup with the permissions (that would probably work?), and put one of the members in it. But I don't want that person to be able to moderate other tourneys!
That's why it would be a welcome additon to assign certain user(s) to moderate certain tourney(s).
good idea :)
OcR Envy
12-04-2008, 09:59 AM
After starting our first tournament I have another suggestion.
Link tournament discussion with forum threads.
Farcaster has done this with his Event Forums mod. The tournament discussion is essentially a thread, why not link it to a specific forum so it will auto create a discussion thread when the tournament is created. My members are finding it difficult to remember to check the tournament discussions. If a thread showed up on a new post search I think we'd have far more activity in the tournament.
jlew24asu
12-04-2008, 11:03 AM
sigh. I had this same problem a while back and thought I would try again with the latest version.
still no luck.
a blank page loads when I try to create a new tournament. I know others had this problem. is there a fix? :(
P@trick
12-06-2008, 01:11 PM
Hi I've got the same error like 2 other gus in this thread and there was no help till yet. so lets have a third try:
When I want to import the product I got:
Importing Product, Please Wait...
[:]
I also tied to disable the plugin system, import and then activate, but nothing happens. So whats the Problem, maybe my SQL version (4.0.27) is to old?
King Fly
12-07-2008, 12:03 AM
everything is working smooth for me now...have a last man standing, single elimination and ladder rankings all going on right now...my one suggestion would be what was already suggested ....the admins have the ablility to submit scores..i have some slackers on my ladder that arent entering their scores so it not rolling along as smoothly as i hoped
LT Mote
12-07-2008, 07:29 PM
How many tables does this add to the current db?
rob01
12-08-2008, 05:29 AM
do this work on vb 3.8?
P@trick
12-08-2008, 02:34 PM
do this work on vb 3.8?
yes
And again, please help me (and all the others who asked this question):
Hi I've got the same error like 2 other gus in this thread and there was no help till yet. so lets have a third try:
When I want to import the product I got:
Importing Product, Please Wait...
[:]
I also tied to disable the plugin system, import and then activate, but nothing happens. So whats the Problem, maybe my SQL version (4.0.27) is to old?
rob01
12-08-2008, 02:50 PM
but i get this error
Warning: Unexpected character in input: ' in /home/robtbs/public_html/bbs/competitions.php on line 2432
Parse error: syntax error, unexpected T_IF in /home/robtbs/public_html/bbs/competitions.php on line 2434
any idea?
anyway P@trick this only happen with this mod? and what more happens after that?
jlew24asu
12-08-2008, 02:53 PM
sigh. I had this same problem a while back and thought I would try again with the latest version.
still no luck.
a blank page loads when I try to create a new tournament. I know others had this problem. is there a fix? :(
:confused: :(
yathyo
12-08-2008, 03:02 PM
I'm testing the script, it looks great! But I got a problem. "Create Team" link does no appears :(
EDITED: Also Create new annoucement is not visible.
I have all permissions ON
Several bug detected, ie links pointing base forum not "competitions.php"
EDITED AGAIN :D : bananalive got a PM ;)
Thanks in advance ;)
bananalive
12-08-2008, 05:18 PM
A security flaw was reported in v2.6.8. I strongly recommend you to upgrade to v2.6.9 as soon as possible.
Upgrading from v2.6.8 to v2.6.9
- re-upload competitions.php
jlew24asu
12-08-2008, 05:44 PM
A security flaw was reported in v2.6.8. I strongly recommend you to upgrade to v2.6.9 as soon as possible.
Upgrading from v2.6.8 to v2.6.9
- re-upload competitions.php
do you know of a reason why I still can not get this to work? a blank page loads when I try to create a tournament
bananalive
12-08-2008, 06:47 PM
do you know of a reason why I still can not get this to work? a blank page loads when I try to create a tournament
Find in competitions.php $days = cal_days_in_month(CAL_GREGORIAN, $month, $year); Replace with //$days = cal_days_in_month(CAL_GREGORIAN, $month, $year); Find in competitions.php if ($day > $days OR $day == 0) { Replace with if (/*$day > $days OR */$day == 0) {
KrU$ty
12-08-2008, 07:59 PM
<u>Feature Requests</u>
It would be good to have dates and times for when each challenge was made on the upcoming match list.
The admin should be able to see all challenges.
My league requires the person who is challenged to provide three dates and times that the challenger can choose from to set the match. This functionality would be good.
The ability for an admin to forfeit a match or delete a challenge or match.
The ability for an admin to change ELO, win/loss and streak etc.
Blumy
12-08-2008, 11:03 PM
I need to update to the newest version, but I am currently running a tournament. Would anything happened if I went ahead with the update?
jlew24asu
12-09-2008, 12:47 AM
Find in competitions.php $days = cal_days_in_month(CAL_GREGORIAN, $month, $year); Replace with //$days = cal_days_in_month(CAL_GREGORIAN, $month, $year); Find in competitions.php if ($day > $days OR $day == 0) { Replace with if (/*$day > $days OR */$day == 0) {
I really appreciate your support on this but its still not working :( blank page loads after I click add
http://www.chicagophotoshop.com/forums/competitions.php?do=addtmnt
bananalive
12-09-2008, 08:39 AM
I really appreciate your support on this but its still not working :( blank page loads after I click add
http://www.chicagophotoshop.com/forums/competitions.php?do=addtmnt
Upgrade to v2.6.9
Another person had same problem as you and the fix mentioned above fixed it for them.
I need to update to the newest version, but I am currently running a tournament. Would anything happened if I went ahead with the update?
No tournament data should be lost during an upgrade.
jlew24asu
12-09-2008, 09:52 AM
Upgrade to v2.6.9
Another person had same problem as you and the fix mentioned above fixed it for them.
I did install 2.6.9 :(
juanpablo
12-09-2008, 01:29 PM
where can I get the translation into Spanish?
Thanks
bananalive
12-09-2008, 01:45 PM
I did install 2.6.9 :(
Try uploading attached file
where can I get the translation into Spanish?
Thanks
I don't think there is one available, translate the custom phrases used in the modification
jlew24asu
12-09-2008, 02:10 PM
Try uploading attached file
I don't think there is one available, translate the custom phrases used in the modification
still blank :(
http://www.chicagophotoshop.com/forums/competitions.php?do=addtmnt
I noticed ajax_competitions.php in my root. is that cause some sort of conflict? im not sure what that is
Stifmeister2
12-09-2008, 02:52 PM
I need to update to the newest version, but I am currently running a tournament. Would anything happened if I went ahead with the update?
I updated last night and I had 2 ongoing tournaments - nothing happened to them. :)
Blumy
12-09-2008, 03:12 PM
Okay, thanks.
King Fly
12-10-2008, 07:32 PM
hmmm there was suppose to be an updated today....is that delayed?
PcGamer
12-10-2008, 07:57 PM
Love the script... very simple and clean.
One problem I have is that a player can join multiple teams on the same ladder! Is it possible to only allow the player to be on one (1) team only in any given ladder.
KorsatH
12-10-2008, 08:37 PM
Is possible insert a global rank for all players?
an equation that takes in the summation of individual ladder/tourney performance and assigns a rank. For example:
if my same five team members play together on a call of duty ladder, then odds are we will all have the same or similar rank.
On the flipside, if I play on that call of duty team, but also play on a gow2 team with another clan, or a tournament that one of my call of duty team mates didn't participate in then my rank would be different.
One problem I have is that a player can join multiple teams on the same ladder! Is it possible to only allow the player to be on one (1) team only in any given ladder.
quote
P@trick
12-11-2008, 12:34 PM
anyway P@trick this only happen with this mod? and what more happens after that?
yes. after that it happens nothing. i still show the message. :(
maybe the mod does only works with sql5?
jlew24asu
12-12-2008, 04:12 PM
uninstalled
bananalive
12-12-2008, 06:25 PM
maybe the mod does only works with sql5?
The modification should work with mysql4 and later, if it doesn't I'll try and make it compatible.
P.S. The update coming very soon.
bananalive
12-12-2008, 06:49 PM
v2.7.1 Preview
Clicking on a players' or teams' row (excluding their name) will display that user's/ team's statistics for that ladder, including the following:
Total Matches
Joined date
Win Percentage
Longest Winning Streak
Total Points accrued in the ladder
Challenges made against other players
This is only a pre-release version. If there are no problems reported then this will be released properly.
King Fly
12-12-2008, 08:22 PM
banana did you get my pm??
King Fly
12-12-2008, 08:48 PM
i get this error
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Blumy
12-12-2008, 09:31 PM
I would recommend checking out line 3572 in competitions.php and make sure it's not dividing by zero.
bahisyeri
12-13-2008, 12:21 AM
Hi,
It would be good if you add this stuff too;
1- inviting players to teams.
2- Group matches system.
2- a] Tournaments with group system.
2- b] Ladders with group system.
3- Detailed matches for teams i mean selecting who played on that match (squad)
Keep this good work going!
gamerscms
12-13-2008, 09:21 AM
I will give the new 2.7.1 a go and report any bugs i find.
bananalive
12-13-2008, 09:33 AM
banana did you get my pm??
Replied
i get this error
Warning: Division by zero in [path]/competitions.php on line 3572
Warning: Division by zero in [path]/competitions.php on line 3572
Try uploading attached file (its modified version of 2.7.1)
I will give the new 2.7.1 a go and report any bugs i find.
Thank you
King Fly
12-13-2008, 02:56 PM
that fixed it thanks
only thing on the new one i dont like is it puts the users avy over writting when you go to see expand ladder stats
here are some features i would love to see to the ladder part
1. admin being able to submit scores in ladder.
2a. auto thread creation upon challenge acception
2b. the option to have that thread have a poll and be able to set that poll to a winning number [ i use this for rap battles so say when the poll hit 3-0 or 5-w/e it would close]
2c. upon closing maybe have it set to take the poll results as the score the players need to submit, thus eliminaton the need to have players submit the score...especially the ones who lost since i find they seem to not want to input their score
3. ELO ranking in postbit with actual rank number
thats all i can think of for now....let me know if you think you could incorparate this
thanks
IR15H
12-13-2008, 03:23 PM
Hi,
Thanks for the excellent work :). As a request, I'd like to have the ability to add attachments/images on score submission, if that's possible. Thanks.
Stifmeister2
12-13-2008, 05:19 PM
Ok our members want this feature (we need it bad :p ):
The ability to prevent certain tourney stats to be added in Hall of Fame! We usually organize open (public) tournaments for every forum members, but now we have organized few "closed" (private) clan tournaments for certain people only. And we want only public tournament stats to be added in Hall of Fame, otherwise it's a bit unfair.
Can this be done easily?? :)
bananalive
12-15-2008, 12:28 PM
that fixed it thanks
only thing on the new one i dont like is it puts the users avy over writting when you go to see expand ladder stats
It should look like this (https://vborg.vbsupport.ru/attachment.php?attachmentid=90480&stc=1&d=1229114952)
What vBulletin version are you using? and are you using custom style?
jlew24asu
12-15-2008, 12:43 PM
will this update work for me yet :)
evotion
12-15-2008, 01:59 PM
I think this makes a good starting point for a video games site before moving over to www.eliteladders.com . Nice work.
I imagine that migration of data wouldnt be too hard either, in both directions.
bananalive
12-15-2008, 02:00 PM
will this update work for me yet :)
upload attached file and copy the results of the add tournament here. It will just be series of line numbers so i can work out where the script is going wrong.
Also revert all tournament and ladder templates.
PcGamer
12-15-2008, 05:55 PM
Is it possible to keep a Player from joining multiple teams on the same ladder?
bananalive
12-15-2008, 05:59 PM
Is it possible to keep a Player from joining multiple teams on the same ladder?
No.
IR15H
12-15-2008, 07:26 PM
I'm off work this week, so thought I'd at XHTML validity. It took me a bit longer than expected but the good news is that I believe the attached files now makes this product 100% XHTML Transitional Valid :). The main offenders were the use of & rather than &, unclosed <input> tags and unnecessary </a> tags. There was also the occasional unclosed <img> tag or alt attribute missing. The changes I made to the files are purely XHTML related, nothing else, and are for the 2.7.1 product (https://vborg.vbsupport.ru/showpost.php?p=1684036&postcount=1126) and the post-2.7.1 amended competitions.php (https://vborg.vbsupport.ru/showpost.php?p=1684412&postcount=1132) file.
-------------------------
In regards to the changes made in 2.7.1, the error of the avatar overlaying text that King Fly reported is reproducible in Internet Explorer (displays fine in both FF and Chrome). That said, it displays correctly with the XHTML changes I made.
However, there appears to be some sort of error with the longest win streak working in the advanced user info display;
http://img257.imageshack.us/img257/9153/34393202fa1.png
Covert-OPs_
12-15-2008, 07:39 PM
Will there be an update once VB3.8 goes gold or do you anticipate it working right away?
LordNinja
12-16-2008, 02:01 AM
Tournaments collapsable cell was showing a minus icon instead a plus. The fix is simple:
tmnt_shell template
on line 156 find:
src="$stylevar[imgdir_button]/collapse_alt.gif"replace with:
src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif"Working fine now.
Thanks bananalive :)
I'm off work this week ....
Does the attached files solve these?
jdelator
12-16-2008, 02:10 AM
Is there anyone to increase the number of people allowed for a single tournament? I want to increase it to at least 128 or 256.
Covert-OPs_
12-16-2008, 10:52 AM
Feature Request: Ladder Add-on
1. I think it would be great if there was a way to set a date cut-off for ladders. Once that date is hit then the ladder gives the admin/mod the ability to create a tournament based on the results of the ladder. The top teams would be placed high on the bracket with bye's into the second round/third round depending on the number of participants. It would also matchup teams based on their record from the ladder, so the lowest ranked teams would face the strongest teams(assuming that a bye system is not possible or doesn't make sense). This would create a league/playoff atmosphere around the mod and would be VERY helpful in my opinion.
2. Challenge Details are needed for the ladder. Basically, a place to put in the details of the match in question. A few suggestions would be Map Name, Mode, Number of players needed, Date & Time, Notes.
Feature Request: Tournament Add-on
The ability to seed players/teams in the tournament bracket.
jlew24asu
12-16-2008, 11:01 AM
upload attached file and copy the results of the add tournament here. It will just be series of line numbers so i can work out where the script is going wrong.
Also revert all tournament and ladder templates.
ok progress!! the page isnt blank. :) it says...
line 1099
(and thats it)
also, how can I move "Competitions" to the top of my double navbar?
Covert-OPs_
12-16-2008, 12:36 PM
I am having an issue with the ladder. Basically, two teams played each other and one of them reported the results. However, the ladder is not updating the results on the ranking page. What can I do?
fattony69
12-16-2008, 02:48 PM
It would be awesome for a double elimination bracket allowing winners and losers brackets.
bananalive
12-16-2008, 04:30 PM
Will there be an update once VB3.8 goes gold or do you anticipate it working right away?
I have no idea how the code changes with 3.8
I'm off work this week, so thought I'd at XHTML validity. It took me a bit longer than expected but the good news is that I believe the attached files now makes this product 100% XHTML Transitional Valid :). The main offenders were the use of & rather than &, unclosed <input> tags and unnecessary </a> tags. There was also the occasional unclosed <img> tag or alt attribute missing. The changes I made to the files are purely XHTML related, nothing else, and are for the 2.7.1 product (https://vborg.vbsupport.ru/showpost.php?p=1684036&postcount=1126) and the post-2.7.1 amended competitions.php (https://vborg.vbsupport.ru/showpost.php?p=1684412&postcount=1132) file.
-------------------------
In regards to the changes made in 2.7.1, the error of the avatar overlaying text that King Fly reported is reproducible in Internet Explorer (displays fine in both FF and Chrome). That said, it displays correctly with the XHTML changes I made.
However, there appears to be some sort of error with the longest win streak working in the advanced user info display;
Thanks, for the effort you have taken, I'll include the html improvements in the ext version.
I've fixed the longest win streak error and it will be released with the next version
Tournaments collapsable cell was showing a minus icon instead a plus. The fix is simple:
tmnt_shell template
on line 156 find:
src="$stylevar[imgdir_button]/collapse_alt.gif"replace with:
src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif"Working fine now.
Thanks bananalive :)
Cheers, I'll modify this in the next release.
Is there anyone to increase the number of people allowed for a single tournament? I want to increase it to at least 128 or 256.
The limit is for Single Elimination as the script only caters for 32 players.
2. Challenge Details are needed for the ladder. Basically, a place to put in the details of the match in question. A few suggestions would be Map Name, Mode, Number of players needed, Date & Time, Notes.
I'll be adding this kinda thing soon hopefully
bananalive
12-16-2008, 04:34 PM
I am having an issue with the ladder. Basically, two teams played each other and one of them reported the results. However, the ladder is not updating the results on the ranking page. What can I do?
What is not changing? their ranks, wins, draw loses?
ok progress!! the page isnt blank. :) it says...
line 1099
(and thats it)
also, how can I move "Competitions" to the top of my double navbar?
I'll upload you another script to try in few hours time.
Disable it in Tournament & Ladder Options for bottom navbar and add following code to your upper navbar
<td class="vbmenu_control"><a href="competitions.php">Competitions</a></td>
jlew24asu
12-16-2008, 05:01 PM
thanks banalive, your support has been great
bananalive
12-16-2008, 06:28 PM
thanks banalive, your support has been great
Import product file and upload competitions.php it contains more debugging to find the exact line which your server/forum doesn't like.
jlew24asu
12-16-2008, 06:33 PM
Import product file and upload competitions.php it contains more debugging to find the exact line which your server/forum doesn't like.
now it says this..
Script Debug:
line 1099line 1109line 1114
:):o
just incase im not totally nuts, you can go on my forum and try to create one. i think you are signed up already
Covert-OPs_
12-16-2008, 06:52 PM
What is not changing? their ranks, wins, draw loses?
I'll upload you another script to try in few hours time.
Disable it in Tournament & Ladder Options for bottom navbar and add following code to your upper navbar
<td class="vbmenu_control"><a href="competitions.php">Competitions</a></td>
Sorry about that I was making a mistake that misled me to think it was not updating. I apologize for the inconvenience.
Covert-OPs_
12-16-2008, 06:54 PM
Feature Request: Ladder Add-on
1. I think it would be great if there was a way to set a date cut-off for ladders. Once that date is hit then the ladder gives the admin/mod the ability to create a tournament based on the results of the ladder. The top teams would be placed high on the bracket with bye's into the second round/third round depending on the number of participants. It would also matchup teams based on their record from the ladder, so the lowest ranked teams would face the strongest teams(assuming that a bye system is not possible or doesn't make sense). This would create a league/playoff atmosphere around the mod and would be VERY helpful in my opinion.
2. Challenge Details are needed for the ladder. Basically, a place to put in the details of the match in question. A few suggestions would be Map Name, Mode, Number of players needed, Date & Time, Notes.
Feature Request: Tournament Add-on
The ability to seed players/teams in the tournament bracket.
We're in the process of starting a tournament soon and right now we have no way to determine who is placed in what bracket, is there a way to do this that we are missing or is it something that would have to be added?
Also, from the feature requests above could you tell me which ones you would consider creating? I'm just trying to figure out if this mod will fit our needs or if I need to go another route. I would also like to commend you on your work here, this is one of the few mods I have seen updated regularly and with great feedback. Keep up the great work!
bananalive
12-16-2008, 07:52 PM
now it says this..
Script Debug:
line 1099line 1109line 1114
:):o
just incase im not totally nuts, you can go on my forum and try to create one. i think you are signed up already
I am signed up but I believe you. Try uploading attached file
Sorry about that I was making a mistake that misled me to think it was not updating. I apologize for the inconvenience.
ok no worries
We're in the process of starting a tournament soon and right now we have no way to determine who is placed in what bracket, is there a way to do this that we are missing or is it something that would have to be added?
Also, from the feature requests above could you tell me which ones you would consider creating? I'm just trying to figure out if this mod will fit our needs or if I need to go another route. I would also like to commend you on your work here, this is one of the few mods I have seen updated regularly and with great feedback. Keep up the great work!
Not sure about 1 but 2 will be coming
jlew24asu
12-16-2008, 07:58 PM
I am signed up but I believe you. Try uploading attached file
maybe I'm doing something wrong? can you log in and try to create a tourney?
now says this..
Script Debug:
line 1099line 1109line 1114line 1147line 1151line 1157line 1173line1182
Covert-OPs_
12-16-2008, 08:08 PM
I am signed up but I believe you. Try uploading attached file
ok no worries
Not sure about 1 but 2 will be coming
Ok, what about the ability to setup the registered participants/teams for tournaments? Basically, have a way to setup what teams will face each other through the tournament and in what order.
King Fly
12-16-2008, 09:04 PM
just wondering if you thought anymore about my suggestions a couple pages back
IR15H
12-16-2008, 11:33 PM
Thanks, for the effort you have taken, I'll include the html improvements in the ext version.
I've fixed the longest win streak error and it will be released with the next version
No worries, totally worth it for such an excellent mod :D.
EDIT:
It appears I was a bit too hasty, as I've just noticed I missed a few more things :o.
Line 511; <if condition="$comment_delete"><li class="smallfont"><a href="javascript:deletecomment('$comment[id]', '$tid', '$comment_userid');">$vbphrase[delete]</a></li><else /><li></li></if>
Line 723; </tr></tbody></table>
Lines 902-903; <input class="button smallfont" value="$vbphrase[go]" type="submit" /></div></form></div>
</form>
Then missing closing tags for <img> at 828, 956, 974, 992, 1999, 2002, 2003 & 2422.
I've attached the product with the changes (including the change (https://vborg.vbsupport.ru/showpost.php?p=1686321&postcount=1144) made by Lord Ninja), but thought I'd type out in case you've significantly edited the product since I posted the last one.
bananalive
12-17-2008, 01:36 PM
maybe I'm doing something wrong? can you log in and try to create a tourney?
now says this..
Script Debug:
line 1099line 1109line 1114line 1147line 1151line 1157line 1173line1182
Attached file should work for you now.
PcGamer
12-17-2008, 02:32 PM
No.
About allowing a player to only join one team per ladder. Can you place this on the to do list?
jlew24asu
12-17-2008, 02:38 PM
Attached file should work for you now.
IT WORKED!!!!!! :up: :up:
big thanks for your patience and support. will nominate.
bananalive
12-17-2008, 05:40 PM
v2.7.2 Just Released
- More Ladder Statistics
- Fixes from pre-release
- Script optimisation
- Special thanks to IR15H for validating HTML
jlew24asu
12-17-2008, 06:11 PM
2 for 2. upgraded and works :)
King Fly
12-17-2008, 07:03 PM
awesome...about to update now
King Fly
12-17-2008, 07:58 PM
dont relly see anything different in the ladder part of the mod with 2.72 and has there been any thought to these?
here are some features i would love to see to the ladder part
1. admin being able to submit scores in ladder.
2a. auto thread creation upon challenge acception
2b. the option to have that thread have a poll and be able to set that poll to a winning number [ i use this for rap battles so say when the poll hit 3-0 or 5-w/e it would close]
2c. upon closing maybe have it set to take the poll results as the score the players need to submit, thus eliminaton the need to have players submit the score...especially the ones who lost since i find they seem to not want to input their score
3. ELO ranking in postbit with actual rank number
thats all i can think of for now....let me know if you think you could incorparate this
AzzidReign
12-18-2008, 07:46 PM
I get this error when I go to update:
Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/plugin.php(1986) : eval()'d code on line 9
KrU$ty
12-18-2008, 10:34 PM
Im getting the following error when viewing upcoming matches:
Warning: in_array() [function.in-array (http://www.eveprovide.com/function.in-array)]: Wrong datatype for second argument in [path]/competitions.php on line 3426
I also got errors when updating, but the error messages were too fast for me to copy.
bananalive
12-19-2008, 05:09 PM
dont relly see anything different in the ladder part of the mod with 2.72 and has there been any thought to these? See pre-version release post and version history
here are some features i would love to see to the ladder part
1. admin being able to submit scores in ladder. Coming Soon hopefully next release
2a. auto thread creation upon challenge acception
2b. the option to have that thread have a poll and be able to set that poll to a winning number [ i use this for rap battles so say when the poll hit 3-0 or 5-w/e it would close]
2c. upon closing maybe have it set to take the poll results as the score the players need to submit, thus eliminaton the need to have players submit the score...especially the ones who lost since i find they seem to not want to input their score
3. ELO ranking in postbit with actual rank number Would involve too many queries
thats all i can think of for now....let me know if you think you could incorparate this
See red text above
I get this error when I go to update:
Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/plugin.php(1986) : eval()'d code on line 9
I'm looking into this.
Im getting the following error when viewing upcoming matches:
Warning: in_array() [function.in-array (http://www.eveprovide.com/function.in-array)]: Wrong datatype for second argument in [path]/competitions.php on line 3426
I also got errors when updating, but the error messages were too fast for me to copy.
Upload attached file.
TheBoys
12-20-2008, 10:37 AM
are there any ways of placing aspects of this on FORUMHOME, for example a table containing the Hall of Fame information.
cheers :)
Fraik
12-20-2008, 02:40 PM
Is there any way to replace the teams in the ladder with my social groups? I've kindve converted the social groups feature in a clans feature, including the ability to create forums - which is a feature I would like to retain...
Stifmeister2
12-20-2008, 02:50 PM
Ok our members want this feature (we need it bad :p ):
The ability to prevent certain tourney stats to be added in Hall of Fame! We usually organize open (public) tournaments for every forum members, but now we have organized few "closed" (private) clan tournaments for certain people only. And we want only public tournament stats to be added in Hall of Fame, otherwise it's a bit unfair.
Can this be done easily?? :)
Is this easily implemented, bananalive? :rolleyes: :o
Covert-OPs_
12-20-2008, 05:53 PM
Feature Request: Ladder Add-on
1. I think it would be great if there was a way to set a date cut-off for ladders. Once that date is hit then the ladder gives the admin/mod the ability to create a tournament based on the results of the ladder. The top teams would be placed high on the bracket with bye's into the second round/third round depending on the number of participants. It would also matchup teams based on their record from the ladder, so the lowest ranked teams would face the strongest teams(assuming that a bye system is not possible or doesn't make sense). This would create a league/playoff atmosphere around the mod and would be VERY helpful in my opinion.
2. Challenge Details are needed for the ladder. Basically, a place to put in the details of the match in question. A few suggestions would be Map Name, Mode, Number of players needed, Date & Time, Notes.
Feature Request: Tournament Add-on
1. The ability to seed players/teams in the tournament bracket.
I love this mod, it's just missing a few things that my group needs to completely implement it. The Tournament Add-on request is a REALLY big deal for us. We're trying to put together a gaming event where we would utilize the ladder for the "season" and then based on the standings after select period of time we would then create a "playoff" tournament bracket. The problem is we have no way to place the participants in their respective order.
I know I asked already once and I know others have requests but I figured I'd make my case again.
Puntal
12-22-2008, 08:29 PM
Awesome.
But why not add a league system into it too?
I could do with a league system,having a FIFA09 online league board it would come in very handy.
At the moment i have to use a separate programme to generate fixtures and update league table.
But if this was to be implemented into VB then it would finish the hack off.
Thanks
Covert-OPs_
12-22-2008, 10:20 PM
Awesome.
But why not add a league system into it too?
I could do with a league system,having a FIFA09 online league board it would come in very handy.
At the moment i have to use a separate programme to generate fixtures and update league table.
But if this was to be implemented into VB then it would finish the hack off.
Thanks
I agree but you need it to translate into a tournament bracket with the appropriate seeding. Otherwise you can't have a valid playoff system and I understand that the transition may be complicated. Which is why I would settle for a tournament bracket that would allow for seeding. At least that way we could manually start the tournament after the ladder was over with the appropriate people in their positions. Right now we can't do that because there is no way to place people in any order within the tournament bracket.
Puntal
12-23-2008, 08:47 AM
Ya,but the seeding doesnt matter in the league does it.
Because you are going to have to play all the teams in the league.Home and away.
Kinda like the premiership.
All i need is to add the teams and generate the fixtures,the games will be played on the PS3 and then the scores added on to the system,and in turn it will generate a league table with the results that we input.
Covert-OPs_
12-23-2008, 10:55 AM
I agree but you need it to translate into a tournament bracket with the appropriate seeding. Otherwise you can't have a valid playoff system and I understand that the transition may be complicated. Which is why I would settle for a tournament bracket that would allow for seeding. At least that way we could manually start the tournament after the ladder was over with the appropriate people in their positions. Right now we can't do that because there is no way to place people in any order within the tournament bracket.
I'm referring to what you do after the ladder/league. The ladder is already built to function as a league of sorts, with some tweaks like cutoffs it would function exactly like a league. In my original requests I stated it would be great if the ladder would transition into a seeded playoff/tournament bracket because then it would all happen automatically. However, if that is too complicated at least having a tournament bracket that you could manually adjust and create would give people the ability to have leagues with playoffs that make sense.
Toupsx
12-24-2008, 12:21 PM
yes. after that it happens nothing. i still show the message. :(
maybe the mod does only works with sql5?
Banana I have finally fixed my issue of the importing product, please wait...
and the mod never installing.
The issue was I was using MySql 5.0.51 but php 4. I switched my server to use php 5.2.6 and it installed..
however now no matter what I get this error when trying to join a tournament with any user under any usergroup:
you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
The usergroup administrators has Yes to all the options for tournaments & ladders which is the account I'm trying to join on. There is no banned user IDs in the vbulletin options for the tounaments & ladders.. what should the column's value look like for yes to all permissions on tournament permissions in phpmyadmin? I have 1023 for the value after setting the values to all yes and still can't join any tournaments..
Dj-Jet
12-25-2008, 03:17 AM
Banana I have finally fixed my issue of the importing product, please wait...
and the mod never installing.
The issue was I was using MySql 5.0.51 but php 4. I switched my server to use php 5.2.6 and it installed..
however now no matter what I get this error when trying to join a tournament with any user under any usergroup:
you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
The usergroup administrators has Yes to all the options for tournaments & ladders which is the account I'm trying to join on. There is no banned user IDs in the vbulletin options for the tounaments & ladders.. what should the column's value look like for yes to all permissions on tournament permissions in phpmyadmin? I have 1023 for the value after setting the values to all yes and still can't join any tournaments..
I am dealing with the same issue here. I have all columns turned on yes, and receive the same error.
Toupsx
12-25-2008, 11:26 AM
I am dealing with the same issue here. I have all columns turned on yes, and receive the same error.
think its a issue with 2.7.3.. no matter what no1 can join tournaments.
I installed 2.7.2 over it and it works now.
King Fly
12-25-2008, 03:47 PM
damn i want the features from 2.73 too....but imma wait til its fixed up
G0F0RBR0KE
12-25-2008, 05:26 PM
Is it possible you can create a Clan System?
Features:
Clan Leader can create matches against an official clan.
Best out of x matches
Rules Layout
Rank System
An image to represent their team [What place they're listed as]
All Time Player [Base on their performance throughout each clan battle]
If you do create, make sure that instead of having "Users with this option selected have full control over all tournaments."
Instead of that, in a box, have the userID or Usergroup ID do that when it comes to taking over a tournament or clan system. So not anyone can have the right to edit.
Dj-Jet
12-25-2008, 09:23 PM
think its a issue with 2.7.3.. no matter what no1 can join tournaments.
I installed 2.7.2 over it and it works now.
I mean it is an amazing script. Looks great. Just needs to work on everyones forums. Lol.
Slam Da Brakes
12-27-2008, 03:27 AM
think its a issue with 2.7.3.. no matter what no1 can join tournaments.
I installed 2.7.2 over it and it works now.
Same here. I have done exactly the same and reverted back to 2.7.2!
Cybermonsters
12-28-2008, 03:17 AM
Can winners be decided by member poll votes?
Stifmeister2
12-28-2008, 02:35 PM
Updated today? What's new? :)
CEOPcGamingGuru
12-28-2008, 03:12 PM
I'm having this issue any ideas on how to fix it, I think Irish fixed it before and now its back....it's the avatars I'm talking about btw
http://www.pcgaminggurus.com/sigs/tourneys.JPG
http://www.pureinsanity1320.com/sigs/tourney.JPG
bananalive
12-28-2008, 03:41 PM
Updated today? What's new? :)
v2.7.4 fixes reported joining tournament error
Revvin
12-28-2008, 07:01 PM
Thank you!
bananalive
12-28-2008, 07:38 PM
I'm having this issue any ideas on how to fix it, I think Irish fixed it before and now its back....it's the avatars I'm talking about btw
Try uploading attached competitions.php
G0F0RBR0KE
12-28-2008, 07:55 PM
Hey,
I was wondering if you were planning to release a clan battle system too.
CEOPcGamingGuru
12-29-2008, 12:50 PM
Try uploading attached competitions.php
It's still showing up the same bud, anything else to try?
IR15H
12-29-2008, 09:06 PM
It's still showing up the same bud, anything else to try?
On line 3319 of the file BananaLive attached above, search for;
$cmpt['avatarurl'] = "image.php?u=$userid&dateline=$cmpt[avatardateline]" . ($thumb ? '&type=thumb' : '') ;
Replace with;
$cmpt['avatarurl'] = "image.php?u=$cmpt[userid]&dateline=$cmpt[avatardateline]" . ($thumb ? '&type=thumb' : '') ;
Covert-OPs_
12-30-2008, 03:34 AM
Feature Request: Ladder Add-on
1. I think it would be great if there was a way to set a date cut-off for ladders. Once that date is hit then the ladder gives the admin/mod the ability to create a tournament based on the results of the ladder. The top teams would be placed high on the bracket with bye's into the second round/third round depending on the number of participants. It would also matchup teams based on their record from the ladder, so the lowest ranked teams would face the strongest teams(assuming that a bye system is not possible or doesn't make sense). This would create a league/playoff atmosphere around the mod and would be VERY helpful in my opinion.
2. Challenge Details are needed for the ladder. Basically, a place to put in the details of the match in question. A few suggestions would be Map Name, Mode, Number of players needed, Date & Time, Notes.
Feature Request: Tournament Add-on
The ability to seed players/teams in the tournament bracket.
Just curious if you have given any thought to these features?
CEOPcGamingGuru
12-30-2008, 02:47 PM
Ty Irish, worked great
Queball_Beast
12-31-2008, 03:02 PM
Hi
I am getting this new error when I try to edit group permissions.
Any idea how to fix?
I am running forum tournaments Version: 2.7.4
Thanks
Database error in vBulletin 3.7.4:
Invalid SQL:
UPDATE gpusergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = '<span style=\"color: #FF0000;\">Administrators</span>',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color:#FF0000;\"><b>',
`closetag` = '</b></span>',
`passwordexpires` = '60',
`passwordhistory` = '180',
`credit_ibp_passcost` = '0',
`credit_ibp_accesscost` = '0',
`credit_ibp_discount` = '0',
`forumpermissions` = '8388607',
`genericpermissions` = '2113929151',
`attachlimit` = '0',
`pmquota` = '1000',
`pmpermissions` = '7',
`pmsendmax` = '10',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '63',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '20000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '511',
`awardpermissions` = '1',
`creditpermissions` = '116',
`credit_induction` = '100',
`credit_referral` = '100',
`credit_refbonus` = '0.05',
`credit_paycheck` = '1200',
`credit_active` = '50',
`credit_birthday` = '200',
`credit_repgive` = '50',
`credit_reputation` = '50',
`credit_infraction` = '-10',
`credit_thread` = '25',
`credit_threadrate` = '10',
`credit_post` = '10',
`credit_ownthreadpost` = '20',
`credit_postsize` = '25',
`credit_ownthreadview` = '0.05',
`credit_ownthreadrate` = '1',
`credit_ownthreadreply` = '2',
`credit_ownprofileview` = '0.05',
`credit_pollmake` = '10',
`credit_pollvote` = '3',
`credit_attachment` = '3',
`credit_sendpm` = '5',
`credit_addevent` = '3',
`credit_addprofpic` = '3',
`credit_profile` = '0',
`credit_donmaxuser` = '-1',
`credit_pastotpost` = '0',
`credit_pastotuser` = '0',
`credit_pasawuser` = '0',
`credit_pasawthread` = '0',
`credit_saveint` = '0.035',
`credit_maxsave` = '10000000000',
`credit_loanint` = '0.195',
`credit_maxloan` = '10000',
`credit_totloan` = '5',
`credit_goodgroup` = '0',
`credit_midgroup` = '0',
`credit_badgroup` = '0',
`credit_maxtickets` = '10',
`credit_lotdiscount` = '0',
`tournamentpermissions` = '1023',
`maxteams` = '1',
`ladderpermissions` = '15'
WHERE usergroupid=6;
MySQL Error : Unknown column 'tournamentpermissions' in 'field list'
Error Number : 1054
Request Date : Wednesday, December 31st 2008 @ 10:59:38 AM
Error Date : Wednesday, December 31st 2008 @ 10:59:38 AM
Script : http://www.gamerspride.com/#######/usergroup.php?do=update
Referrer : http://www.gamerspride.com/######/usergroup.php?do=edit&usergroupid=6
IP Address :
Username :
Classname : vb_database
MySQL Version : 4.1.20-max-log
tjhanes
01-02-2009, 03:12 PM
Is there anyplace where users of this script are posting their URL's? I would love to see some of your sites in action!!
Thanx in advance!
bananalive
01-02-2009, 09:10 PM
Hi
I am getting this new error when I try to edit group permissions.
Any idea how to fix?
I am running forum tournaments Version: 2.7.4
Thanks
Your missing the tournamentpermissions column, import attached product file and that should fix it.
bananalive
01-02-2009, 09:12 PM
Just curious if you have given any thought to these features?I've been working on the bugs and optimising the code rather than doing new features. I do plan on adding more Challenge Details in the future but I'm not sure when atm.
edytwinky
01-02-2009, 09:52 PM
Another vote for Double Elimination. That would be awesome!
Queball_Beast
01-03-2009, 02:21 AM
Thank you Banana, it worked like a charm.
Happy New Year everyone :cool:
Your missing the tournamentpermissions column, import attached product file and that should fix it.
bahisyeri
01-04-2009, 06:45 PM
Everything is good even with 3.8.0 RC2 but when i want to use MySQLi getting blank screens on submitting scores i fixed them by myself with adding simple fetch_array's but i think you need to work on it too and please response for my ideas on thread :P
AzzidReign
01-05-2009, 12:18 AM
I get this error when I go to update:
Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/plugin.php(1986) : eval()'d code on line 9
This error was fixed when I updated.
THANKS
gorentals
01-05-2009, 02:54 PM
I have the same issue and I'm at 2.7.4. But it works when add the sidebar links. When I just have the Top Links bar enabled and click on the teams field there is no link to create team even if I have permissions. Is there an easy fix?
Thanks
I'm testing the script, it looks great! But I got a problem. "Create Team" link does no appears :(
EDITED: Also Create new annoucement is not visible.
I have all permissions ON
Several bug detected, ie links pointing base forum not "competitions.php"
EDITED AGAIN :D : bananalive got a PM ;)
Thanks in advance ;)
Jaxel
01-05-2009, 04:48 PM
So I finally got around to re-installing this mod... but I got a question...
1 - since we cant do double-elim and it will be some time before we can... is there a chance we could do 64 player single-elim tournaments? 32 players just isn't enough for a meaningful single-elim tournament in my community. 128 players would be even better.
2 - does this system have any method of score reporting for single elim tournaments? It would be so much easier to manage if players could submit their scores; and when both players confirm the scores, then it should advance the bracket automatically.
3 - the cancel button doesnt work in the edit tournament page.
4 - is there any way to DELETE tournaments?
5 - there are a series of formatting errors, which I have explained in the included attachments...
Jaxel
01-05-2009, 04:59 PM
Also... the year dates on tournament creation are screwy... its 2009 now.
Can we also get it so that the tournament creation page defaults to 32 players, and single elimination, and 2009?
brucegs
01-06-2009, 08:55 AM
one question, i keep getting this error
Fatal error: Call to undefined function cal_days_in_month() in /home/robtbs/public_html/forum/tournament.php on line 749
and someone already told me , i should install calendar-extension
but my webhosting dosnt support it...
so what else i can do? for fixing this error :(
I am getting this exact error as well, and unfortunately I also cannot get the calandar extension installed on my server. Is there anything else I can do to try and fix this problem?
Jaxel
01-06-2009, 10:24 AM
New issue... which I think is a MAJOR issue...
The script creates a new thread on the creation of a new tournament... but the thread message itself provides no link to the actual tournament itself so that people can register! Big oversight.
bananalive
01-06-2009, 11:17 AM
I am getting this exact error as well, and unfortunately I also cannot get the calandar extension installed on my server. Is there anything else I can do to try and fix this problem?
Here's a fix for your problem:
http://www.bananalive.co.cc/showthread.php?p=46#post46
New issue... which I think is a MAJOR issue...
The script creates a new thread on the creation of a new tournament... but the thread message itself provides no link to the actual tournament itself so that people can register! Big oversight.
The thread is created before the tournament so threadid is known to save the tournament. It saves a query rather than inserting the tournament, creating the thread, then editing in the threadid into the tournament details. However I agree with you it is necessary and I'll change it in next version.
brucegs
01-06-2009, 11:54 AM
Here's a fix for your problem:
http://www.bananalive.co.cc/showthread.php?p=46#post46
awesome thank you very very much, you are a legend. :D
For anyone else using this fix make sure that you make four edits. Both the code snippets supplied in banaalive's link occur twice in the php file.
bananalive
01-06-2009, 12:20 PM
See red text
So I finally got around to re-installing this mod... but I got a question...
1 - since we cant do double-elim and it will be some time before we can... is there a chance we could do 64 player single-elim tournaments? 32 players just isn't enough for a meaningful single-elim tournament in my community. 128 players would be even better. I'm trying to work out a code for the tournaments which will mean there will be no restrictions (apart from screen size).
2 - does this system have any method of score reporting for single elim tournaments? It would be so much easier to manage if players could submit their scores; and when both players confirm the scores, then it should advance the bracket automatically.
3 - the cancel button doesnt work in the edit tournament page. There is problem with & not being accepted by JavaScript. Will be fixed in next version.
4 - is there any way to DELETE tournaments? Tournament Tools -> Delete Tournament
5 - there are a series of formatting errors, which I have explained in the included attachments... I'll fix the buttons in next version. The editor width is not defined by me but in vboptions or a template (can't remember exactly).
Jaxel
01-06-2009, 03:20 PM
The editor width is not defined by me but in vboptions or a template (can't remember exactly).
What I am saying is you are using the wrong editor width option. There are TWO:
Message Area Width
&
User Control Panel Message Area Width
The User CP width is there because of the sidebar, you should use that width.
And there are TONS upon TONS of uncached template errors.
indie2industry
01-07-2009, 08:09 AM
I like this alot. But how do you uninstall this??? I have a professional custom battle script and this will definatly conflict with the new scripts.
bananalive
01-07-2009, 01:05 PM
I like this alot. But how do you uninstall this??? I have a professional custom battle script and this will definatly conflict with the new scripts.
Click uninstall in admincp -> product list
bananalive
01-07-2009, 01:09 PM
And there are TONS upon TONS of uncached template errors.On which pages are the templates not cached, one of the recent versions released did fix few uncached templates.
JesterP
01-09-2009, 02:19 AM
Awesome mod, will be perfect for my site once I get a handle on it. Thank you.
Where can I view a graphical bracket in the script like I see in your screenshots?
Also, how can I limit avatar size in your table?
http://www.wizard101central.com/forums/imagehosting/14966cfde8787e.gif
Thanks again!!
J
brucegs
01-09-2009, 05:06 AM
Hi all
I whipped up a quick how to guide for my forums and thought some of you might find it useful. You might want to customise it a bit for your forums, and it may have some spelling mistakes :P
If I have gotten anything wrong please let me know :)
Teams
How do I create a team?
Click on the 'New Team' link in the left hand navigation menu.
Enter your Team Name, Slogan, team tag and description.
Once you have created your team it will be displayed in the Teams List. You can invite other players to join your team by clicking the 'Add User to Team' link located at the top of your team description. Type the username that you want to invite into the textbox provided and click the <Go> button. The user will be automatically added to your team.
How do I join an existing team?
There are two ways to join a team:
Team Leaders can add you to their team
You can ask to join a team by viewing the team's details and clicking on the 'Join Team' link located at the top of the team description. A join request will then be sent to the team leader. Note to Team Leaders, the system does not currently support PM notifications of Join requests. In order to see the join requests you need to view your team details page.
Ladders
How do I create a Ladder?
Click on the 'Ladder List' link in the left hand navigation menu
Click on the 'Create Ladder' link located at the base of the ladder list
Enter the Ladder Title, Whether or not the ladder is for individual players or teams, and a Ladder Description.
Click the <add> button. The Ladder is now created.
How do I join a Ladder?
This depends on the ladder type.
For team based Ladders ony Team Leaders (the person who created the team) can join the Ladder.
Anyone can join a player based ladder.
To join a ladder view the ladder information and click the 'Join Ladder' link
How do I challenge a Team / Player?
Only Team leaders can challenge other teams.
Any player can challenge another player.
To submit a challenge:
View the ladder
Click on a player/team name and select 'Challenge Player' from the drop down menu provided.
The player/team leader that you have challenged will be sent a private message notifying them of the challenge. They can then view the 'Ladder Challenges' page (located in the left hand navigation bar) to either accept or reject the challenge.
Once a challenge has been accepted you will then need to sort out amongst yourselves the date/time of the match.
Note: if a challenge has been rejected then the challenge will be removed from the 'Ladder Challenges' page. At this stage, PM notifications are not sent upon challenge acceptences / rejections.
Tournaments
What is the difference between an LMS Tournament and Single Elimination?
LMS (Last Man Standing) Tournaments are held at a specific time and date. All players/teams jump into the server at the same time and battle it out until only one is left standing. Players/teams are then given a score by the tournament creator. The higher the score the higher their placing in the tournament. Once all matches have been played the tournament creator will select 'finish' from the Tournament Tools drop down menu and the system will calculate the final standings based on the player/team scores.
In Single Elimination Tournaments competitors progress through the rounds of the tournament. The tournament draw and the number of rounds will be automatically created by the system using the number of players/teams in the tournament.
How do I create a Tournament?
Click on the 'Tournament List' link in the left hand navigation menu
Click on the 'Create Tournament' link located at the base of the tournament list
Enter the title, whether or not the tournament is for individual players or teams, number of players/teams, type (LMS or single elim), date and description.
Click the <add> button. The Tournament is now created and will appear on the tournament list. A new thread advertising the tournament will automatically be posted to the Social Tournaments and Ladders forum.
The tournament will start and be listed as 'in progress' once all slots have been filled. If there are still open slots by the time the tournament is due to start the tournament creator can remove the empty slots by clickign the little [-] icon next to the 'Total slots' in the tournament details box (located in the top right hand corner of the tournament details page).
How do I join a Tournament?
For team based Tournaments ony Team Leaders (the person who created the team) can join the tournament.
Anyone can join a player based tournament.
To join a tournament view the tournament information and click the 'Join Tournament' link
brucegs
01-09-2009, 05:10 AM
also bananalive, a couple feature requets if thats ok :)
Is it possible to add the following to the mod:
Teams:
1. PM notifications when a user submits a join request
2. PM notification when a Team Leader adds a new member (PM goes to the new member saying that he has been added to the team)
Ladders:
1. Automated thread post when a new ladder is created
2. PM Notification when someone accepts or rejects a challenge.
cheers, and thanks for the great hack! :)
PcGamer
01-09-2009, 02:01 PM
Great script... Just waiting on the following to start actually using it :)
Future Features:
* Allowing a player to only join one team per ladder
Gleedo
01-09-2009, 06:22 PM
Not directly a mod problem but a skin one i guess, but for some reason the 'tournament' link in the nav bar doesnt render quite correctly....notice the color bleeds into the bottom half of the bar, where as the other links do not. Any ideas how to fix that? I guess the a style template needs tweaking or something :confused:
http://i188.photobucket.com/albums/z68/LordGleedo/Crap/darkskin.jpg
EDIT: I found the style manager > edit template > header, but there is nothing in there for the 'Tournaments' link, so I guess thats getting added by some other method :confused:
Shinden
01-09-2009, 09:15 PM
hey, great mod !!
i have just one little problem :
a tournament started because the playerlimit was reached, so i cant change the playerlimit ( i accidently had it set too low ) and tournament type ( from lms to singe elimitination ) anymore, since its already "in progress".
is there a way to solve this, or do i have to create a new tournament now ?
and if so, is there a way for me to manually add teams to it so i wont have to wait for everyone to re-join ?
thanks in advance
Jaxel
01-09-2009, 09:46 PM
Hmm... pretty much everywhere...
private.php?do=showpm: Uncached templates: tmnt_postbit (1)
I DONT use "show stats in postbit", why is it even calling the template?
competitions.php?do=rules: Uncached templates: bbcode_code (1)
competitions.php?do=swapplayer: Uncached templates: tmnt_swapplayer (1)
competitions.php?do=editrules: Uncached templates: tmnt_editrules (1)
Also... do you plan on expanding the TOP MENU? I would rather use that, but there is way too much missing from it.
JesterP
01-09-2009, 09:56 PM
Hi all
I whipped up a quick how to guide for my forums and thought some of you might find it useful. You might want to customise it a bit for your forums, and it may have some spelling mistakes :P
Thank you so much. I'm still trying to grasp it all. :)
J
Jaxel
01-10-2009, 12:25 PM
Can I request something new for the "Show Stats in Postbit" feature? Can we have ranks based on the ladders? Maybe look at their ladder scores, take the highest of all their scores, and then display the ranking? When a person's ladder score is updated, it should compare their new score, with their other ladder scores, and then take the highest score and extract the determined rank. Then place the rank in the User's table; to be displayed in the postbit and userinfo pages.
I use the Go/Shogi rankings on my forums...
Unranked - 0-99
20 Kyu - 100-199
19 Kyu - 200-299
18 Kyu - 300-399
17 Kyu - 400-499
16 Kyu - 500-599
15 Kyu - 600-699
14 Kyu - 700-799
13 Kyu - 800-899
12 Kyu - 900-999
11 Kyu - 1000-1099
10 Kyu - 1100-1199
9 Kyu - 1200-1299
8 Kyu - 1300-1399
7 Kyu - 1400-1499
6 Kyu - 1500-1599
5 Kyu - 1600-1699
4 Kyu - 1700-1799
3 Kyu - 1800-1899
2 Kyu - 1900-1999
1 Kyu - 2000-2099
1 Dan - 2100-2199
2 Dan - 2200-2299
3 Dan - 2300-2399
4 Dan - 2400-2499
5 Dan - 2500-2599
6 Dan - 2600-2699
7 Dan - 2700-2799
8 Dan - 2800-2899
9 Dan - 2900-2999
ZenMastr1968
01-10-2009, 01:12 PM
First off, BananaLive, looks good so far. I installed this in my forums yesterday and some of the higher ranking members of the site have been testing this out. I noticed something this morning that if I use the Tournament Tools menu option to "PM me the Details" on an existing Tournament (either one that I created or otherwise), I get a vBulletin error message saying
The following users were not found:
1. 35
I looked it up and my user ID on the site is 35...
It looks like I'm using ver 2.7.4 Probably just a syntax error or something
MotMann
01-10-2009, 03:40 PM
Wonderful ... I'm still waiting for that. Ist there a german Translation?
WNxWakko
01-10-2009, 04:03 PM
The fetch userid when you attempt to add a player to a tournament is no longer working for me. It worked when I was on 2.6.9 and then recently upgraded to the most current 2.7.4. Any ideas? When you click the button, it does absolutly nothing. its like the button has no function at all.
Denver Jackson
01-10-2009, 04:54 PM
Hi Bannalive,
Good work so far on this modification. I am running a FIFA rankings website and need a good script something abit like this.
I was just wondering could you remove the accept challenges and challange a player parts from the script as they are not any use to me and only cause players more time to enter scores and play.
Is there any chance you could make it so the admin creates the fixtures and then the players enter the scores themselves ?
Cheers :)
bananalive
01-10-2009, 05:16 PM
The fetch userid when you attempt to add a player to a tournament is no longer working for me. It worked when I was on 2.6.9 and then recently upgraded to the most current 2.7.4. Any ideas? When you click the button, it does absolutly nothing. its like the button has no function at all.
I'll check this later.
Wonderful ... I'm still waiting for that. Ist there a german Translation?
check http://www.vbulletin-germany.org/
Not directly a mod problem but a skin one i guess, but for some reason the 'tournament' link in the nav bar doesnt render quite correctly....notice the color bleeds into the bottom half of the bar, where as the other links do not. Any ideas how to fix that? I guess the a style template needs tweaking or something :confused:
EDIT: I found the style manager > edit template > header, but there is nothing in there for the 'Tournaments' link, so I guess thats getting added by some other method :confused:
Look at plugin: Tournament AutoInsert Links
<td class=\"vbmenu_control\"><a href=\"".$vbulletin->options['bburl']."/competitions.php$session[sessionurl_q]\">$modname</a></td>
Spencey
01-10-2009, 07:00 PM
Hey! I really hate to be a pain in the ass here but i really wanna get this tournaments plugin working for my clan. You keep improving and improving your work and its making me jealous lol so anyways on with the issue
I get a error saying basically i need to increase my PHP memory limit, im very new at this but apparently you have to edit some file called the php.ini file yeh?
Well this is what it looks like..so whats the problem?
"post_max_size = 110Mupload_max_filesize = 110Mmemory_limit = 90M"
but when i go into my Admin CP the PHP Memory limit is 8MB? How do i increase it
bananalive
01-10-2009, 07:19 PM
Hey! I really hate to be a pain in the ass here but i really wanna get this tournaments plugin working for my clan. You keep improving and improving your work and its making me jealous lol so anyways on with the issue
I get a error saying basically i need to increase my PHP memory limit, im very new at this but apparently you have to edit some file called the php.ini file yeh?
Well this is what it looks like..so whats the problem?
"post_max_size = 110Mupload_max_filesize = 110Mmemory_limit = 90M"
but when i go into my Admin CP the PHP Memory limit is 8MB? How do i increase it
Sorry but I have no experience with servers, you could try contacting your web server host and asking them
p.s. my PHP Memory Limit is 32.00 MB
Gleedo
01-10-2009, 07:39 PM
Look at plugin: Tournament AutoInsert Links
<td class=\"vbmenu_control\"><a href=\"".$vbulletin->options['bburl']."/competitions.php$session[sessionurl_q]\">$modname</a></td>
Ah thanks very much banana - it all renders ok now thanks :)
PHATTPANTZ
01-11-2009, 03:34 PM
This mod is probably the main reason I got VB for my site, so am very excited about it, but unfortunately cannot get it to install... I have followed the readme instructions to the letter to upload all the files, however when I use Product Manager to upload the xml product file from my local drive (having set the overwrite to 'yes' as instructed), the importer freezes on the "Importing Product, Please Wait..." screen and the browser says 'Done'. If I move away fom this screen back to the AdminCP, the product shows in my Product Manager screen, but there are no options for it anywhere, or permission options, so it cannot be used. Having tried many times, on both my live and test forums (including a fresh install of both VB 3.7.4 and 3.8.0), and left it running for several hours (in case it was just slow to upload) I'm now unsure as to how to proceed. Can anyone help? I have successfully added other products without this issue.
bananalive
01-11-2009, 03:50 PM
This mod is probably the main reason I got VB for my site, so am very excited about it, but unfortunately cannot get it to install... I have followed the readme instructions to the letter to upload all the files, however when I use Product Manager to upload the xml product file from my local drive (having set the overwrite to 'yes' as instructed), the importer freezes on the "Importing Product, Please Wait..." screen and the browser says 'Done'. If I move away fom this screen back to the AdminCP, the product shows in my Product Manager screen, but there are no options for it anywhere, or permission options, so it cannot be used. Having tried many times, on both my live and test forums (including a fresh install of both VB 3.7.4 and 3.8.0), and left it running for several hours (in case it was just slow to upload) I'm now unsure as to how to proceed. Can anyone help? I have successfully added other products without this issue.
What php version are you using?
G0F0RBR0KE
01-12-2009, 07:54 AM
I'm getting a blank page after submitting a tournament
bananalive
01-12-2009, 01:12 PM
I'm getting a blank page after submitting a tournament
Follow these instructions:
http://www.bananalive.co.cc/showthread.php?t=20
G0F0RBR0KE
01-12-2009, 02:15 PM
I shall try that. After trying the Team challenge, they don't get a PM to accept the challenge.
I did what u ask and still getting blank page.
================================
WNxWakko
01-12-2009, 04:30 PM
Any progress on the Fetch userid?
bananalive
01-12-2009, 05:04 PM
Any progress on the Fetch userid?
The problem is caused by '&' being in the javascript instead of '&'
bananalive
01-12-2009, 05:05 PM
I shall try that. After trying the Team challenge, they don't get a PM to accept the challenge.
I did what u ask and still getting blank page.
================================
What php version?
G0F0RBR0KE
01-12-2009, 07:28 PM
What php version?
I'm running PHP 4
G0F0RBR0KE
01-12-2009, 11:13 PM
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Table 'alejandr_newf.tournaments' doesn't exist
Is what I'm getting...
valendono
01-13-2009, 04:20 AM
there is "Swap players in LMS mode" in feature but its not "Swap Team" .. can u made it banana ? thanks
PHATTPANTZ
01-13-2009, 02:56 PM
What php version are you using?
php 4.4.9
bananalive
01-13-2009, 03:48 PM
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Table 'alejandr_newf.tournaments' doesn't exist
Is what I'm getting...
Which page?
bananalive
01-13-2009, 03:53 PM
php 4.4.9
So far there have several circumstances of the product not installing and freezing at "Importing Product, Please Wait...". I don't know the cause of the issue but it seems to only be a problem with websites running 4. The best option is for you to contact your server provider and request for them to upgrade your server to php 5 - this is what the other people who had the problem have done. If your server host is refusing to upgrade your server to php 5 then we'll have to go through each line of the install seeing what line is causing the error.
NoKSouLz
01-13-2009, 07:16 PM
I am receiving this error when creating and trying to edit a tournament:
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 to fix?
WNxWakko
01-15-2009, 06:35 PM
The problem is caused by '&' being in the javascript instead of '&'
At where do I locate this?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.