View Full Version : Major Additions - Forum Tournaments & Ladders
Pages :
1
[
2]
3
4
5
6
7
8
9
bananalive
09-14-2008, 10:36 AM
UserID fetch inputs HTML header information into the USERID feild which, of course doesn't work.
I'm using 3.7.3 and just did a new install of this hack.
Would you like a screenshot to see what it's doing or are you already familiar with what I'm describing?
Screenshot would be helpful please. I've tested it on my forum and it works fine with me (In IE7 and Firefox). Whats the user's name? Has it worked at all? Did you upload tmnt_getuser.php -> \ ? <- If you haven't uploaded this file then you get the error you described.
I am having the same issue. Everything else in this mod works very well.
When I try and add a member, I have two boxes, one for ID one for username. When I enter a name and click fetch, I get this,
I learned that the only way to bypass and add a member is if I enter both their username and go hunting down their userID.
How do I resolve this issue?
As i said above I dont get this problem. Whats the user's name? Has it worked at all? Did you upload tmnt_getuser.php -> \ ? <- If you haven't uploaded this file then you get the error you described.
I haven't installed the newest version yet, but I have some issues/suggestions:
1) Tournament creator doesn't see an actual bracket. He/She just sees it in a list form. They are in the correct order so you can still figure out the bracket by going down the line and pairing them up, but this is extremely annoying if it is a large tournament.
The layout for tournament moderators has been fixed in latest version. (Screenshot (https://vborg.vbsupport.ru/attachment.php?attachmentid=86848&stc=1&thumb=0&d=))
WNxWakko
09-14-2008, 01:03 PM
[s]As i said above I dont get this problem. Whats the user's name? Has it worked at all? Did you upload tmnt_getuser.php -> \ ? <- If you haven't uploaded this file then you get the error you described.
Yes that file was uploaded to my forum root directory. I reuploaded it again just to make sure it wasnt corrupted. Still having the same issue.
bananalive
09-14-2008, 02:28 PM
Yes that file was uploaded to my forum root directory. I reuploaded it again just to make sure it wasnt corrupted. Still having the same issue.
Try replacing attached file with your current tournament.php
WNxWakko
09-14-2008, 02:41 PM
Uploaded file. still not working.
harlita
09-14-2008, 02:57 PM
For the sake of page loading and space I'll just link the screenshots rather than img tagging them.
BananaLive - here you'll see the correct files are uploaded to the correct locations:
tmnt_getuser.php (http://www.gbftw.net/images/tmnt_getuser_screenshot.jpg)
tmnt_selectuser.php (http://www.gbftw.net/images/tmnt_selectuser_screenshot.jpg)
clientscript.js (http://www.gbftw.net/images/clientscript.jpg)
And here you'll see what happens when I try to enter the Username:
Adding Username - as you can see, it resolves the name having successfully found the member in the username field itself.. (http://www.gbftw.net/images/username.jpg)
Note: I've tried it both ways, by ignoring the offered username in the dropdown, and by selecting the username in the drop down.
But once I click "Fetch UserID" you'll see it automatically populates the UserID field with the HTML output that Wakko and I are both seeing. (http://www.gbftw.net/images/fetch_output.jpg)
This happens in both IE 7 and FF 3 on two different computers (etc etc etc).
Any ideas on what is going wrong?
I'm running 3.7.3 Patch Level 1 VBulletin and the problem seems to be only with the UserID Fetch, as it works perfectly fine if I manually input both the UserID and the Username.
Edit - just saw your post with the file attachment, I will try that really quick as well. Thanks so much for supporting your mod, by the way. It's one of the things that makes this community freaking awesome!
:)
WNxWakko
09-14-2008, 05:02 PM
I found something interesting.
I decided to put tmnt_getuser.php into my webroot which is one directory up from my forum root directory and I got a different error in your id box shown below.
<br /><b>Warning</b>: require_once(global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/warriornation.net/httpdocs/tmnt_getuser.php</b> on line <b>2</b><br /><br /><b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'global.php' (include_path='.:.:') in <b>/warriornation.net/httpdocs/tmnt_getuser.php</b> on line <b>2</b><br />
This leads me to believe that your script is looking at my webroot instead of forum root. If I take the file back out of my webroot, the error returns to the original message I pasted in an above thread.
Stifmeister2
09-14-2008, 07:21 PM
To use this mod with v3.6.x you will need to create template memberinfo_css with following css
(This is for the css needed for the comments to be displayed properly)
<style type="text/css" id="memberinfo_css">
<!--
#content_container {
width:100%;
float:$stylevar[left];
margin-$stylevar[right]:-256px;
}
#content {
margin-$stylevar[right]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[right];
}
.list_no_decoration {
list-style-type:none;
margin:0px;
padding:0px;
}
div.fixed_width_avatar {
text-align:center;
width:60px;
}
/**
* Memberinfo Small
*/
li.memberinfo_small {
margin-top:6px;
}
li.memberinfo_small div.fixed_width_avatar {
margin-$stylevar[right]:6px;
}
li.memberinfo_small div.info_bar, #friends li.memberinfo_small div.info_bar {
border-width:1px 0px 0px 0px;
margin-bottom:6px;
}
li.memberinfo_small div.info_bar ul {
padding:6px;
}
li.memberinfo_small ul.friend_im_list li {
display:inline;
margin-$stylevar[right]:3px;
}
li.memberinfo_small ul.friend_im_list img {
vertical-align:middle;
}
/**
* Memberinfo Tiny
*/
li.memberinfo_tiny {
height:105px;
width:75px;
overflow:hidden;
float:$stylevar[left];
text-align:center;
margin:1px;
}
/**
* Tabs and Blocks
*/
.content_block {
margin-bottom:6px;
padding:$stylevar[cellspacing]px;
}
.content_block .block_row {
padding:$stylevar[cellpadding]px;
margin:$stylevar[cellspacing]px 0px 0px 0px;
}
.content_block .block_title {
padding:$stylevar[cellpadding]px;
margin:0px 0px 0px 0px;
}
/*.content_block h4.thead, .content_block .block_title {
padding:4px;
margin:$stylevar[cellspacing]px 0px 0px 0px;
}*/
.content_block .block_footer {
text-align:$stylevar[right];
padding:4px;
margin:$stylevar[cellspacing]px 0px 0px 0px;
}
a.collapse_gadget {
float:$stylevar[right];
}
/**
* Popup Menus Built With List Markup
*/
ul.vbmenu_popup li {
padding:4px;
margin:0px 1px 1px 1px;
white-space:nowrap;
}
ul.vbmenu_popup li.first {
margin:1px;
}
ul.vbmenu_popup li.notext {
font-size:1px;
}
/**
* Override Menu CSS for 'Send Message' Menu
*/
#minicontact_menu li.vbmenu_option, #minicontact_menu li.vbmenu_hilite {
padding:0px;
padding-$stylevar[right]:4px;
}
#minicontact_menu li.vbmenu_option img, #minicontact_menu li.vbmenu_hilite img {
padding:4px;
}
/**
* Profile Field List Title / Value Pairs
*/
dl.profilefield_list dd {
margin-bottom:3px;
margin-$stylevar[left]:16px;
}
/**
* Sidebar profile field blocks
*/
#sidebar_container dl.profilefield_list {
font-size:11px;
}
/**
* Top Panel
*/
#main_userinfo {
margin-bottom:20px;
}
#main_userinfo #profilepic_cell {
border-bottom-width:0px;
padding:4px;
}
#main_userinfo .profilepic_adjacent {
padding-$stylevar[left]:6px;
}
#main_userinfo h1 {
font-size:18pt;
font-weight:normal;
margin:0px;
}
#main_userinfo h2 {
font-size:10pt;
font-weight:normal;
margin:0px;
}
#reputation_rank {
float:$stylevar[right];
}
#reputation {
margin-bottom:6px;
text-align:$stylevar[right];
}
#rank {
margin-bottom:6px;
text-align:$stylevar[right];
}
#send_message_cell {
padding-bottom:6px;
text-align:$stylevar[right];
}
#link_bar ul {
padding:4px;
}
#link_bar li.thead {
float:$stylevar[left];
margin-$stylevar[right]:10px;
white-space:nowrap;
font-weight:normal;
background:transparent;
}
#link_bar a {
text-decoration:none;
}
#link_bar a:hover {
text-decoration:underline;
}
#activity_info {
border-top-width:0px;
}
#activity_info div.alt2 {
padding:4px;
}
#link_bar #usercss_switch_link {
float:$stylevar[right];
margin-$stylevar[left]:3px;
margin-$stylevar[right]:0px;
}
/**
* Visitor Messaging Tab
*/
#qc_error_div {
text-align:$stylevar[left];
margin-bottom:6px;
}
#qc_error_header {
font-weight:bold;
}
#qc_error_okay {
text-align:$stylevar[right];
}
#message_form {
display:block;
margin:0px;
}
#message_form textarea {
width:98%;
height:50px;
}
#message_form div.messagetext {
text-align:$stylevar[left];
}
#message_form div.allowed_bbcode {
float:$stylevar[left];
}
#message_form div.submit_button {
text-align:$stylevar[right];
}
#visitor_messaging #inlinemodsel {
float:$stylevar[right];
}
#visitor_messaging #view_my_conversation_link {
float:$stylevar[right];
text-decoration:none;
}
#visitor_message_inlinemod_form {
margin:0px;
display:block;
}
#message_list {
border:none;
}
#message_list li {
margin-bottom:6px;
}
#message_list div.fixed_width_avatar {
margin-$stylevar[right]:6px;
float:$stylevar[left];
}
#message_list div.visitor_message_avatar_margin {
margin-$stylevar[left]:66px;
}
#message_list div.info_bar {
border-width:1px 0px 0px 0px;
margin-bottom:6px;
}
#message_list div.info_bar div.alt2 {
padding:6px;
}
#message_list div.info_bar a.username {
/*font-weight:bold;*/
}
#message_list .visitor_message_date {
float:$stylevar[right];
}
#message_list .group_message_date {
float:$stylevar[right];
}
#message_list .inlinemod_checkbox {
float:$stylevar[right];
}
#message_list div.visitor_message_body {
overflow:auto;
}
#message_list ul.controls {
margin-top:6px;
text-align:$stylevar[right];
}
#message_list ul.controls li {
display:inline;
margin-$stylevar[left]:6px;
}
#message_list ul.controls a:link, #message_list ul.controls a:visited {
text-decoration:none;
}
#message_list .deletedmessage{
float: $stylevar[left]
}
/**
* About Me Tab
*/
#aboutme li.profilefield_category {
font-weight:bold;
margin-top:6px;
}
#aboutme dl.profilefield_list {
font-weight:normal;
margin:6px 16px 0px 16px;
}
#aboutme dl.profilefield_list dd {
margin-bottom:6px;
margin-$stylevar[left]:0px;
}
#aboutme #signature {
width:100%;
overflow:auto;
}
#aboutme #simple_aboutme_link {
text-align: $stylevar[right];
display: block;
}
/**
* About Me Tab (Alternative)
*/
#aboutme2 dl.profilefield_list dd {
margin-bottom:6px;
margin-$stylevar[left]:0px;
}
/**
* Statistics Tab
*/
#stats fieldset.statistics_group {
margin-top:6px;
}
#stats fieldset.statistics_group ul {
padding:6px;
}
#stats fieldset.statistics_group ul li {
margin-bottom:3px;
}
/**
* Statistics Tab (Alternative)
*/
#statistics2 ul.statistics_group li {
margin-bottom:3px;
}
/**
* Friends Tab
*/
#friends a.edit_friends_link {
float:$stylevar[right];
}
#friends_mini a.edit_friends_link {
float:<if condition="$prepared['friendcount']">$stylevar[left]<else />$stylevar[right]</if>;
<if condition="$prepared['friendcount']">margin-$stylevar[right]<else />margin-$stylevar[left]</if>:10px;
}
/**
* Infractions Tab
*/
div#infractions.content_block {
padding:0px;
}
/**
* Contact Info Tab
*/
#contactinfo fieldset {
margin-bottom:6px;
}
#contactinfo div.fieldset_padding {
padding:6px;
}
#contactinfo #messaging_list li {
margin-bottom:3px;
margin-$stylevar[right]:16px;
float:$stylevar[left];
white-space:nowrap;
}
#contactinfo #instant_messaging_list li {
margin-top:6px;
margin-$stylevar[right]:6px;
position:relative;
}
#contactinfo #instant_messaging_list .im_img_link {
vertical-align: middle;
}
#contactinfo #instant_messaging_list .im_txt_link {
position:absolute;
$stylevar[left]:75px;
}
#contactinfo #additional_contact_details dd {
margin-$stylevar[left]:0px;
margin-bottom:6px;
}
/**
* Albums Block
*/
#albums_mini_list li {
text-align:center;
margin-bottom:6px;
}
/**
* Mini Friends Block
*/
#friends_mini_list a.username {
display:block;
margin-top:3px;
}
#friends_mini div.friends_counter {
padding-bottom:6px;
}
/**
* Groups Block
*/
span.group_count {
float:$stylevar[right];
}
ul.group_list {
margin:6px 0px 0px 6px;
}
ul.group_list li {
display:inline;
margin-$stylevar[right]:3px;
}
#public_usergroup_list a:link, #public_usergroup_list a:visited {
text-decoration:none;
}
/**
* Traffic Block
*/
ol.last_visitors_list {
margin:0px;
margin-top:6px;
}
ol.last_visitors_list li {
display:inline;
margin-$stylevar[right]:3px;
}
$template_hook[memberinfo_css]
-->
</style>
Thx! ;) And thanks for adding live demo, this is just what I'm looking for. :) I'll install this as soon as I get this one last thing right...
Do you mean I'll have to create a new template with that code, or just add all that to my style settings -> custom css ?
And could someone with a bit of skills add this code to the *.xml file? :o If it's not too much of work... I have many styles and it would take some time to add this to every style. :( The *.xml would put it to every style automatically... :o
bananalive
09-14-2008, 07:28 PM
Thx! ;) And thanks for adding live demo, this is just what I'm looking for. :) I'll install this as soon as I get this one last thing right...
Do you mean I'll have to create a new template with that code, or just add all that to my style settings -> custom css ?
And could someone with a bit of skills add this code to the *.xml file? :o If it's not too much of work... I have many styles and it would take some time to add this to every style. :( The *.xml would put it to every style automatically... :o
Attached product file which will add the template to each style for you.
Stifmeister2
09-14-2008, 08:47 PM
Attached product file which will add the template to each style for you.
Thanks BIG TIME dude! ;)
*clicks install*
Stifmeister2
09-14-2008, 08:55 PM
----edit----
Damn, I got and error when I tried to install:
Database error in vBulletin 3.6.4:
Invalid SQL:
INSERT INTO vbb_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
VALUES
(
'tmnt_active',
'tournament',
'1',
'1',
'boolean',
'yesno',
14,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_active',
'tournament',
'1',
'1',
'boolean',
'yesno',
19,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_createthread',
'tournament',
'',
'',
'free',
'',
20,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_cpp',
'tournament',
'5',
'5',
'number',
'',
24,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_desclength',
'tournament',
'97',
'97',
'number',
'',
28,
0,
1,
'',
0,
'tournament2008'
);
MySQL Error : Duplicate entry 'tmnt_active' for key 1
Error Number : 1062
Date : Sunday, September 14th 2008 @ 11:48:15 PM
Script : http://www.myforum.com/forums/admincp/plugin.php?do=productimport
Referrer : http://www.myforum.com/forums/admincp/plugin.php?do=productadd
IP Address :
Username : Stifmeister
Classname : vB_Database
I hope this didn't screw anything in my forum?? :eek: Any damage to my 'vbb_setting' ???
KHALIK
09-14-2008, 11:08 PM
Is there any work in progress for the following areas, i knew it is mentioned under features.
Team based tournaments.
2v2
5v5
Double Elimination (used by major LAN/Online tournaments)
Supporting 64+ players/teams
I plan to host a team based 2v2 large online tournament sponsored with major prizes around November time.
Strafe
09-15-2008, 04:05 AM
I would like to see 3v3 added as well as the Double Elimination feature. Please let keep up the good work!
edit: Actually a team vs team function is the solution ;)
Kaelon
09-15-2008, 05:22 PM
Thanks for the upgrade! I have modified my tmnt_display, tmnt_edit, tmnt_list, tmnt_new, and tmnt_shell templates. Do any of these need to be reverted?
Stifmeister2
09-15-2008, 09:48 PM
----edit----
Damn, I got and error when I tried to install:
Database error in vBulletin 3.6.4:
Invalid SQL:
INSERT INTO vbb_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
VALUES
(
'tmnt_active',
'tournament',
'1',
'1',
'boolean',
'yesno',
14,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_active',
'tournament',
'1',
'1',
'boolean',
'yesno',
19,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_createthread',
'tournament',
'',
'',
'free',
'',
20,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_cpp',
'tournament',
'5',
'5',
'number',
'',
24,
0,
1,
'',
0,
'tournament2008'
),
(
'tmnt_desclength',
'tournament',
'97',
'97',
'number',
'',
28,
0,
1,
'',
0,
'tournament2008'
);
MySQL Error : Duplicate entry 'tmnt_active' for key 1
Error Number : 1062
Date : Sunday, September 14th 2008 @ 11:48:15 PM
Script : http://www.myforum.com/forums/admincp/plugin.php?do=productimport
Referrer : http://www.myforum.com/forums/admincp/plugin.php?do=productadd
IP Address :
Username : Stifmeister
Classname : vB_Database
I hope this didn't screw anything in my forum?? :eek: Any damage to my 'vbb_setting' ???
Is there some easy way to fix this? It wouldn't install the mod because of this error. :(
I need this mod soon since my tournament is getting full.
stickskills
09-15-2008, 09:53 PM
Excellent work as always banana, glad to see this bad boy continually be updated. I know it's been overmentioned, and I hate to be pushing the issue haha, but can we expect team support in the future?
WNxWakko
09-16-2008, 12:20 AM
I found something interesting.
I decided to put tmnt_getuser.php into my webroot which is one directory up from my forum root directory and I got a different error in your id box shown below.
This leads me to believe that your script is looking at my webroot instead of forum root. If I take the file back out of my webroot, the error returns to the original message I pasted in an above thread.
So have you figured out what is causing this to happen yet?
mozik
09-16-2008, 12:48 AM
I was wondering if you could add 2v2 and 4v4 to the selection of tourneys were whoever signs up has to send invites to the other members of the team? or just add them, But if they can just add them then you will have to make something were a person can only be on one team per tournament.
It would be cool for the 2v2 and 4v4 that when you sign up you put in a team name and then a text feild for the other members of the team. But it can only be edited by a admin.
mozik
09-16-2008, 01:58 AM
Can you remove people from the tournaments?
gorentals
09-16-2008, 02:14 AM
Yes you can remove people from the tournaments.
KHALIK
09-16-2008, 05:16 AM
Can you remove people from the tournaments?
Yes you can remove people from the tournaments.
Once the game goes "live" you cannot remove them from the tournament, but can remove them before it starts.
******
I hope there will be a feature that will allow admins/mods to replace the userid of the player with another userid, after the game has gone live.
XShava
09-16-2008, 05:42 AM
Great mod, thank you bananalive!!
I have lots of proposal, but first can you do Tournament Stats in Postbit ON/OFF swits in AdminCP next version.
Strafe
09-16-2008, 10:50 AM
I managed to comment out the postbit info, but I noticed today it also adds the stats in to member profile page! Would like to see a switch for that as well :D
But focus on the important things like team vs team and double elimination first :)
Great mod btw, if you can finish team vs team feature I'm sure you'll see some nice donations coming ;)
bananalive
09-16-2008, 01:55 PM
Is there any work in progress for the following areas, i knew it is mentioned under features.
Team based tournaments.
2v2
5v5
Double Elimination (used by major LAN/Online tournaments)
Supporting 64+ players/teams
I plan to host a team based 2v2 large online tournament sponsored with major prizes around November time.
I'm working on adding teams atm.
Thanks for the upgrade! I have modified my tmnt_display, tmnt_edit, tmnt_list, tmnt_new, and tmnt_shell templates. Do any of these need to be reverted?
Depends on which version you using atm.
tmnt_new, tmnt_edit have been change to allow for timestamps
tmnt_display was changed to allow vbphrases to be displayed
tmnt_list was changed to different design and to add descriptions
Is there some easy way to fix this? It wouldn't install the mod because of this error. :(
I need this mod soon since my tournament is getting full.
Are you installing product-tournaments2008.xml or tournament2008 compatibility v3.6.x.xml?
So have you figured out what is causing this to happen yet?
Instead of relative paths i've changed it to use forum url in vb options.
Stifmeister2
09-16-2008, 02:38 PM
Are you installing product-tournaments2008.xml or tournament2008 compatibility v3.6.x.xml?
Product. ;)
I didn't even try to install the compatibility v3.6.x.xml yet.
bananalive
09-16-2008, 02:44 PM
Product. ;)
I didn't even try to install the compatibility v3.6.x.xml yet.
Open product file find
<setting varname="tmnt_active" displayorder="14">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
<setting varname="tmnt_active" displayorder="14">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
replace with
<setting varname="tmnt_active" displayorder="14">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
Stifmeister2
09-16-2008, 03:42 PM
Open product file find
<setting varname="tmnt_active" displayorder="14">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
<setting varname="tmnt_active" displayorder="14">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
replace with
<setting varname="tmnt_active" displayorder="14">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
Thanks. ;)
Stifmeister2
09-16-2008, 03:48 PM
Ok now it works, but I have an error when I try to import that v.3.6.x xml:
XML Error: Mismatched tag at Line 474
Stifmeister2
09-16-2008, 04:01 PM
Btw what is the time thing that you can change when you're creating a new tournament? Some time limit in which people have to join the tournament??
bananalive
09-16-2008, 04:06 PM
Ok now it works, but I have an error when I try to import that v.3.6.x xml:
XML Error: Mismatched tag at Line 474
Open it with notepad or wordpad and then...
Try adding line after
<?xml version="1.0" encoding="ISO-8859-1"?>Btw what is the time thing that you can change when you're creating a new tournament? Some time limit in which people have to join the tournament??
Its just ornamental really, but it converts into each users timezone (always handy for international tournaments).
Stifmeister2
09-16-2008, 04:09 PM
Open it with notepad or wordpad and then...
Try adding line after
<?xml version="1.0" encoding="ISO-8859-1"?>
Its just ornamental really, but it converts into each users timezone (always handy for international tournaments).
Just one blank line?
And thx for the time explanation.
---edit---
I added blank line:
XML Error: Mismatched tag at Line 475
bananalive
09-16-2008, 04:35 PM
I added blank line:
XML Error: Mismatched tag at Line 475
This is really odd, try attached file
Stifmeister2
09-16-2008, 05:01 PM
This is really odd, try attached file
This worked. :) Thank you. ;)
GrendelKhan{TSU
09-16-2008, 08:30 PM
UserID fetch inputs HTML header information into the USERID feild which, of course doesn't work.
I'm using 3.7.3 and just did a new install of this hack.
Would you like a screenshot to see what it's doing or are you already familiar with what I'm describing?
I am having the same issue. Everything else in this mod works very well.
When I try and add a member, I have two boxes, one for ID one for username. When I enter a name and click fetch, I get this,
I learned that the only way to bypass and add a member is if I enter both their username and go hunting down their userID.
How do I resolve this issue?
Same error/problem.
vb 3.7.3
tournament 2.2.1
Fetch ID I get this error.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL /tmnt_getuser.php was not found on this server.</p><p>Additionally, a 404 Not Founderror was encountered while trying to use an ErrorDocument to handle the request.</p><hr><address>Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. ********** .com Port 80</address></body></html>
files uploaded correctly (twice)
Try replacing attached file with your current tournament.php
didn't work :(
also as said, I tried putting tmnt_getuser.php file in web site root (opposed to forum root) and got different error:
<br /><b>Warning</b>: require_once(global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/home/clantsu/public_html/tmnt_getuser.php</b> on line <b>2</b><br /><br /><b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/******/*****/public_html/tmnt_getuser.php</b> on line <b>2</b><br />
any ideas?
only thing that works is manually hunting down the user ID and typing it in. :/
Stifmeister2
09-16-2008, 09:51 PM
I am having the same issue. Everything else in this mod works very well.
When I try and add a member, I have two boxes, one for ID one for username. When I enter a name and click fetch, I get this,
I learned that the only way to bypass and add a member is if I enter both their username and go hunting down their userID.
How do I resolve this issue?
I have this exact same problem.
petacat
09-17-2008, 12:14 AM
Hello. Installed and very popular!
Now members are asking if we can have social groups as challengers. IT seems like a good thing if it could be done.
mozik
09-17-2008, 01:33 AM
How do you delete tournaments and remove players from tournaments?
And why is there nothing in the admin control panel for the tournaments?
G0F0RBR0KE
09-17-2008, 09:29 AM
This is indeed a good one. However, to many flawless to it.
Those who creates the tournament should be the only one that proceed the next person to the round base on information by other users. I don't want a staff to moderate a tournament, and they have to process it.
Another flawless is the time. My computer reads 6am, and the forum reads 6am, but the time that the tournament is giving me is 3am.
bananalive
09-17-2008, 12:07 PM
How do you delete tournaments and remove players from tournaments?
And why is there nothing in the admin control panel for the tournaments?
Icon next to player. https://vborg.vbsupport.ru/external/2008/09/4.gif <= Removes player from tournament.
There are links at bottom of each tournament to edit, delete or finish (for LMS) them.
Using the admin control panel for adding/editing/removing tournaments would mean that only administrators could control tournaments which not everyone wants.
Another flawless is the time. My computer reads 6am, and the forum reads 6am, but the time that the tournament is giving me is 3am.
Times inputted into the tournament system should be in timezone GMT+0 and then they will get converted to your timezone.
subnet_rx
09-17-2008, 01:22 PM
Can you put in an option to turn automatic navbar edits off? I have no room for an extra link and need to put it in the Quick Links section.
Stifmeister2
09-17-2008, 02:57 PM
One question:
How are the pairs generated?
My tournament is now 'Awaiting Players', and there are currently 10 players who have joined. They're showing in the list like this:
1. Mr. X
2. Mr. Y
3. Mr. Z
4. Mr. A
etc..
Are the pairs generated like that, 1vs2, 3vs4, 5vs6 etc.. ? Or will the tournament make some kind of random pairing once the tourney is full?
bananalive
09-17-2008, 03:25 PM
One question:
How are the pairs generated?
My tournament is now 'Awaiting Players', and there are currently 10 players who have joined. They're showing in the list like this:
1. Mr. X
2. Mr. Y
3. Mr. Z
4. Mr. A
etc..
Are the pairs generated like that, 1vs2, 3vs4, 5vs6 etc.. ? Or will the tournament make some kind of random pairing once the tourney is full?
On joining the tournament each player get assigned a random number. The player with the lowest random number will pair with the player with the second lowest random number, etc.
bananalive
09-17-2008, 03:42 PM
Vote on how players join team here (http://bananalive.co.cc/showthread.php?t=4) - teams coming in next release
(No need to register to vote)
Stifmeister2
09-17-2008, 04:55 PM
On joining the tournament each player get assigned a random number. The player with the lowest random number will pair with the player with the second lowest random number, etc.
The random number = the number you see next to your name ( 1. Stifmeister 2. Mr. X) etc. or is there some kind of hidden place for the random numbers? :p
What I mean is does that list have anything to do with the final pairings? Or is it just to show who have joined...
Voted btw. :)
bananalive
09-17-2008, 05:11 PM
The random number = the number you see next to your name ( 1. Stifmeister 2. Mr. X) etc. or is there some kind of hidden place for the random numbers? :p
What I mean is does that list have anything to do with the final pairings? Or is it just to show who have joined...
For LMS competitor list is sorted by slot. However, the numbers next to the competitor's name are just for decoration.
As the pairing only happens once all the people sign up, the last person to sign up could be paired with any of the other competitors.
Voted btw. :)Thank you
Nice looking mod! I've installed it but not got it working yet, if anyone else is having a similar problem it needs the PHP Calendar Extensions installed (compile PHP with --enable-calendar). You can find more info on the PHP website (http://uk3.php.net/manual/en/refs.calendar.php).
Keep up the good work! :)
indie2industry
09-17-2008, 07:29 PM
is there a way to add music players? I have a music based website and EVERYONE is asking me about music & beat battles.
Just a thought.
Strafe
09-17-2008, 08:39 PM
Voted, holding my breathe for the team release!!
G0F0RBR0KE
09-18-2008, 09:11 AM
Icon next to player. https://vborg.vbsupport.ru/external/2008/09/4.gif <= Removes player from tournament.
There are links at bottom of each tournament to edit, delete or finish (for LMS) them.
Using the admin control panel for adding/editing/removing tournaments would mean that only administrators could control tournaments which not everyone wants.
Times inputted into the tournament system should be in timezone GMT+0 and then they will get converted to your timezone.
Question:
On the 1 vs 1, are you going to allow users that creates a tournament to only proceed the users that won based on the replied they post?
Because I don't want to grant that usergroup to edit the tournament since it allows ALL users edit, and can cheat the system.
Question:
Is there a way to patch an e-mail notification?
The Pm system won't cut it cause sometimes their PM could be fulled.
As for the time, I'm not quite getting it.
jlew24asu
09-18-2008, 11:51 AM
what additional step is needed for a forum that uses CMPS ???
(I installed this and its not working) when I click add it loads a blank white page.
bananalive
09-18-2008, 03:04 PM
On the 1 vs 1, are you going to allow users that creates a tournament to only proceed the users that won based on the replied they post?
Because I don't want to grant that usergroup to edit the tournament since it allows ALL users edit, and can cheat the system.
I will be adding more usergroups options with next release, the exact extent to this hasnt been decided.
Is there a way to patch an e-mail notification?
The Pm system won't cut it cause sometimes their PM could be fulled. Woops, completely forgot about full pm inbox :eek: Yeah I'll add email or bypass inbox quota :rolleyes:
As for the time, I'm not quite getting it. When you create the time you input in GMT+0. It gets saved as timestamp in timezone gmt+0. When vBulletin displays time then it gets converted into that users timezone (for example 5pm USA is not the same as 5pm Australia)
what additional step is needed for a forum that uses CMPS ???
(I installed this and its not working) when I click add it loads a blank white page.
I dont think so - check your primary (and secondary) usergroups permissions
Kaelon
09-18-2008, 03:08 PM
When you create the time you input in GMT+0. It gets saved as timestamp in timezone gmt+0. When vBulletin displays time then it gets converted into that users timezone (for example 5pm USA is not the same as 5pm Australia)
It would be better to save the original time in the timszone of the Tournament Creator. And then convert it based upon the reader's timezone. Doable?
bananalive
09-18-2008, 03:16 PM
It would be better to save the original time in the timszone of the Tournament Creator. And then convert it based upon the reader's timezone. Doable?I might fiddle around with this after I've done the teams.
G0F0RBR0KE
09-18-2008, 05:20 PM
I will be adding more usergroups options with next release, the exact extent to this hasnt been decided.
Woops, completely forgot about full pm inbox :eek: Yeah I'll add email or bypass inbox quota :rolleyes:
When you create the time you input in GMT+0. It gets saved as timestamp in timezone gmt+0. When vBulletin displays time then it gets converted into that users timezone (for example 5pm USA is not the same as 5pm Australia)
I dont think so - check your primary (and secondary) usergroups permissions
The reason I ask this is because some users can get 100+ users in a tournament. He's the creator, and he's just a member, and giving him tournament editing privilege will cause a lot of issues if a users that isn't the creator of the tournament start advancing himself.
I see a huge potential on this modification.
mozik
09-20-2008, 01:42 AM
teams....?
Queball_Beast
09-20-2008, 01:48 AM
its coming in due time..
teams....?
bananalive
09-20-2008, 10:02 AM
teams....?its coming in due time..
I am working on teams at the moment. Its a big addition to the modification so its taking some time but I'm getting there. I've attached screenshots of the team list and team profile.
indie2industry
09-20-2008, 10:41 AM
is there a way to add music players? I have a music based website and EVERYONE is asking me about music & beat battles.
Just a thought.????????
:confused::confused:
bananalive
09-20-2008, 10:46 AM
is there a way to add music players? I have a music based website and EVERYONE is asking me about music & beat battles.
Just a thought.????????
:confused::confused:
Sorry, missed your post. When I add teams you would be able to list the bands as teams, but I dont think there is an easy way to add music player, songs, etc.
Strafe
09-21-2008, 12:09 AM
I am working on teams at the moment. Its a big addition to the modification so its taking some time but I'm getting there. I've attached screenshots of the team list and team profile.
Looking good! Cheers, hoping you can get it out this weekend :D
bananalive
09-21-2008, 12:47 PM
Looking good! Cheers, hoping you can get it out this weekend :D
It will hopefully be released on Monday, I've just got few things to tweak and test.
bananalive
09-21-2008, 03:44 PM
It will hopefully be released on Monday, I've just got few things to tweak and test.
Attached is beta version, it should all be working but if you get error please reply here.
Tournament Demo (http://bananalive.co.cc/tournament.php)
(I only recommend you to install this on your test vBulletin forum, while its in beta.)
WNxWakko
09-21-2008, 05:26 PM
I noticed in your 2.3.4 that the Fetch UserID is still not working, I updated all the files, uploaded the new plug with overwrite and here is what I still get,
<HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY><H1>Not Found</H1>The requested document was not found on this server.<P><HR><ADDRESS>Web Server at warriornation.net</ADDRESS></BODY></HTML><!-- - Unfortunately, Microsoft has added a clever new - "feature" to Internet Explorer. If the text of - an error's message is "too small", specifically - less than 512 bytes, Internet Explorer returns - its own error message. You can turn that off, - but it's pretty tricky to find switch called - "smart error messages". That means, of course, - that short error messages are censored by default. - IIS always returns error messages that are long - enough to make Internet Explorer happy. The - workaround is pretty simple: pad the error - message with a big comment like this to push it - over the five hundred and twelve bytes minimum. - Of course, that's exactly what you're reading - right now. -->
EDIT,
When I try to join tournament, I get to where it askes if I am sure and I get an error,
Fatal tournament error! Please contact forum adminstrator
So in a nutshell, I cant join or add users.
When I try to create a team I get this error,
Database error in vBulletin 3.6.8:
Invalid SQL:
INSERT INTO tmnt_members
(userid, teamid, time, ip, noplayers, leader, accepted)
VALUES ('2', '1', 1222021904, 'xxx', '1', '1', '1' );
MySQL Error : Unknown column 'noplayers' in 'field list'
Error Number : 1054
Date : Sunday, September 21st 2008 @ 01:31:45 PM
Script : http://warriornation.net/Forum/tournament.php?do=addteam
Referrer : http://warriornation.net/Forum/tournament.php?do=addteam
IP Address : xxx
Username : WNxWakko
Classname : vB_Database
Stifmeister2
09-21-2008, 06:49 PM
Attached is beta version, it should all be working but if you get error please reply here.
Tournament Demo (http://bananalive.co.cc/tournament.php)
(I only recommend you to install this on your test vBulletin forum, while its in beta.)
It's looking damn good. :cool:
I have one suggestion though: The ability to replace a player once tournament has started.
I'm running a 32 player tourney now and there is at least one player who can't play... And I'd like to replace him with another player. But I have no experience of phpmyadmin stuff and I don't want to go there... :erm:
G0F0RBR0KE
09-21-2008, 07:21 PM
<font face="Georgia">Looking good so far. However, I suggest that the creator of a tournament should make users proceed to the next battle. Instead of having enabling it for everyone.</font>
XShava
09-21-2008, 07:32 PM
When I try to create a team I get this error,
Same here
WNxWakko, your IP is line 4 also. VALUES ('2', '1', 1222021904, 'xxx.xx.xx.xxx', '1', '1', '1' );
mozik
09-21-2008, 08:59 PM
It's looking damn good. :cool:
I have one suggestion though: The ability to replace a player once tournament has started.
I'm running a 32 player tourney now and there is at least one player who can't play... And I'd like to replace him with another player. But I have no experience of phpmyadmin stuff and I don't want to go there... :erm:
You can remove him from it. By the clicking little guy next to his name.
It would be awesome if the admin could move players to the bracket they wanted them in. We're trying to run a tournament on my site and the lack of ability to set up the matches as we want them (user X vs user Y) is stopping us from using this system to do it. Otherwise it's fantastic but this is a huge piece of the puzzle that is missing.
bananalive
09-22-2008, 07:34 AM
I've fixed above errors (including fetch userid) and added vbulletin option to turn off auto-insert navbar/quicklinks.
Attached is next beta version, it should all be working but if you get error please reply here.
(I only recommend you to install this on your test vBulletin forum, while its in beta.)
Chris11987
09-22-2008, 08:52 AM
Is there a way for all comments in a tournament to be added to the tournament thread as a post, and vice-versa?
valendono
09-22-2008, 11:16 AM
I have problem with tournament.php on adding tournament
Warning: cal_days_in_month() [function.cal-days-in-month]: invalid date. in [path]/tournament.php on line 533
Error: Invalid Date
$days = cal_days_in_month(CAL_GREGORIAN,$month,$year);
I try to echo $month and $year.. result 0..
I installed calendar module php but still same problem
bananalive
09-22-2008, 12:17 PM
Is there a way for all comments in a tournament to be added to the tournament thread as a post, and vice-versa?
It is possible but it would require rewrite of the comments part of the modification. It would need query to fetch posts from the tournament thread (instead of fetching comments) and also the quick reply from thread (instead of the add comment).
I have problem with tournament.php on adding tournament
Warning: cal_days_in_month() [function.cal-days-in-month]: invalid date. in [path]/tournament.php on line 533
Error: Invalid Date
I try to echo $month and $year.. result 0..
I installed calendar module php but still same problem
Check your PHP version is 4.0.7 or later
jlew24asu
09-22-2008, 02:06 PM
I dont think so - check your primary (and secondary) usergroups permissions
I did. although what are secondary permissions?
valendono
09-22-2008, 02:09 PM
PHP Version 5.2.6
./configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-sockets' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-curl=/opt/curl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mhash=/opt/mhash/' '--with-mm=/opt/mm/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-png-dir=/usr' '--with-ttf' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr'
<?php
$num = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31
echo "There was $num days in August 2003";
?>
I try to use independen code above, no problem with that. Please advance me. thanks
Stifmeister2
09-22-2008, 02:41 PM
You can remove him from it. By the clicking little guy next to his name.
Yes when the tournament hasn't started yet.
But when the tournament has started there is no way to delete players.
glorify
09-22-2008, 02:55 PM
How do you set the tournaments home page to sort by latest tourneys at the top by default, similar to the thread listing?
bananalive
09-22-2008, 04:26 PM
I did. although what are secondary permissions?
Any other usergroups you belong to
I try to use independen code above, no problem with that. Please advance me. thanks
try adding spaces so $days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
Yes when the tournament hasn't started yet.
But when the tournament has started there is no way to delete players.
I'll be adding option to 'switch' players in next version
How do you set the tournaments home page to sort by latest tourneys at the top by default, similar to the thread listing?
I will make that default in next version
jlew24asu
09-22-2008, 04:48 PM
Any other usergroups you belong to
I changed permission for registered users and administrators.
when I click on "Add" a blank white page loads :(
like I said, the only thing I can think of thats different from other forums is CMPS.
bananalive
09-22-2008, 05:01 PM
I changed permission for registered users and administrators.
when I click on "Add" a blank white page loads :(
like I said, the only thing I can think of thats different from other forums is CMPS.
I'll try installing CMPS on my board and see if its theres a conflict.
bananalive
09-22-2008, 05:51 PM
* * Updated to v2.3.6 * *
This new release includes team feature and gives tournament creator control over their tournament (without the need to make them tournament moderators).
jlew24asu
09-22-2008, 05:53 PM
I'll try installing CMPS on my board and see if its theres a conflict.
ok thanks
Internetcafe
09-22-2008, 05:54 PM
Just updated to v2.3.6 and am now getting these errors when I view Who's online :-
Parse error: syntax error, unexpected $end in /xxxx/xxxxx/public_html/forums/includes/functions_online.php(2135) : eval()'d code on line 45
Parse error: syntax error, unexpected $end in /xxxx/xxxxx/public_html/forums/includes/functions_online.php(2135) : eval()'d code on line 45
Parse error: syntax error, unexpected $end in /xxxx/xxxxx/public_html/forums/includes/functions_online.php(2135) : eval()'d code on line 45
Parse error: syntax error, unexpected T_STRING in /xxxx/xxxxx/public_html/forums/includes/functions_online.php(1167) : eval()'d code on line 51
Parse error: syntax error, unexpected T_STRING in /hxxxx/xxxxx/public_html/forums/includes/functions_online.php(1167) : eval()'d code on line 51
Parse error: syntax error, unexpected T_STRING in /xxxx/xxxxx/public_html/forums/includes/functions_online.php(1167) : eval()'d code on line 51
gamerscms
09-22-2008, 06:23 PM
This mod was needed, a big thank you for creating this hack.
Going to test this out and provide some feedback and ideas.
WNxWakko
09-22-2008, 06:36 PM
When i tried to upload the product file I got this, I tried both overwrite on yes and no. I uninstalled the first version and I still get this even on a fresh install of the plug.
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE tmnt_teams ADD views int(10) NOT NULL default '0' ;;
MySQL Error : Duplicate column name 'views'
Error Number : 1060
Date : Monday, September 22nd 2008 @ 02:35:04 PM
Script : http://warriornation.net/Forum/admincp/plugin.php?do=productimport
Referrer : http://warriornation.net/Forum/admincp/plugin.php?do=productadd
IP Address : xxx.xxx.xxx.xxx
Username : WNxWakko
Classname : vB_Database
Tried a second time and got a different error.
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;
MySQL Error : Duplicate column name 'tournamentpermissions'
Error Number : 1060
Date : Monday, September 22nd 2008 @ 02:38:41 PM
Script : http://warriornation.net/Forum/admincp/plugin.php?do=productimport
Referrer : http://warriornation.net/Forum/admincp/plugin.php?do=productadd
IP Address : xxx
Username : WNxWakko
Classname : vB_Database
bananalive
09-22-2008, 06:39 PM
When i tried to upload the product file I got this, I tried both overwrite on yes and no. I uninstalled the first version and I still get this even on a fresh install of the plug.
open product file find and delete
<code version="2.3.1">
<installcode><![CDATA[
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."tmnt_teams ADD views int(10) NOT NULL default '0' ;");
]]></installcode>
</code>
bananalive
09-22-2008, 06:42 PM
Just updated to v2.3.6 and am now getting these errors when I view Who's online :-
This should be fixed in v2.3.7
WNxWakko
09-22-2008, 06:45 PM
ok I took out that code bit,
I get this now,
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;
MySQL Error : Duplicate column name 'tournamentpermissions'
Error Number : 1060
Date : Monday, September 22nd 2008 @ 02:45:22 PM
Script : http://warriornation.net/Forum/admincp/plugin.php?do=productimport
Referrer : http://warriornation.net/Forum/admincp/plugin.php?do=productadd
IP Address : xxx
Username : WNxWakko
Classname : vB_Database
Internetcafe
09-22-2008, 07:18 PM
This should be fixed in v2.3.7
All fixed now .. thanks for the quick response :up:
bananalive
09-22-2008, 07:28 PM
ok I took out that code bit,
I get this now,
remove this line from product file
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");
djlotus
09-22-2008, 07:45 PM
When entering a comment for a tournament, the browser does not redirect, and the direct link for redirect does not work. The comment does post, just no redirect.
djlotus
09-22-2008, 07:46 PM
Not sure how difficult it would be, but giving the team creator, the ability to invite users based on either user ID or user name, would be great.
gamerscms
09-22-2008, 08:29 PM
Not sure how difficult it would be, but giving the team creator, the ability to invite users based on either user ID or user name, would be great.
I second that would be great to control and organise your team invites.
WNxWakko
09-22-2008, 08:32 PM
remove this line from product file
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");
OK removed the other line, now I get this,
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE tmnt_tmnts ADD threadid INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;
MySQL Error : Duplicate column name 'threadid'
Error Number : 1060
Date : Monday, September 22nd 2008 @ 04:31:44 PM
Script : http://warriornation.net/Forum/admincp/plugin.php?do=productimport
Referrer : http://warriornation.net/Forum/admincp/plugin.php?do=productadd
IP Address : xxx
Username : WNxWakko
Classname : vB_Database
WNxWakko
09-22-2008, 08:38 PM
Ok I think I got the hang of this. It was one after another after another removing them until it finally installed.
Ok sweet. Fetch ID works. I can join tournaments, I can add members. I can create teams.
1. How do you delete teams?
2. One bug in teams, when you edit a team that has the ' in the name, it auto adds a / before it in the text box. It will keep adding more // and /// everytime you edit.
3. All my past tourny stats still show in hall of fame even though I uninstalled the mod. Now that is back, there is lingering data. Anyway to delete or clear any of that?
KHALIK
09-22-2008, 09:28 PM
How do you delete teams? as someone has created a inappropriate team name.
Can you restrict it to 1 create a team per userid only, rather than having multiple teams created by 1 member/userid.
The most important are these 2 things, especially able to delete teams.
p.s. Disabled create function until, moderators/admins/leaders can able to delete teams.
WNxWakko
09-22-2008, 10:25 PM
I think we should have the option to restrict to 1 team. In my case, it would be realistic to have someone running multiple teams.
I found another issue. When I click on the Join Team link of someone elses team, the page refreshes, the join link disappears and it doesnt join me to that team.
valendono
09-23-2008, 06:45 AM
Any other usergroups you belong to
try adding spaces so $days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
I'll be adding option to 'switch' players in next version
I will make that default in next version
I try it. I see on 2.3.7 already space on it. And I upgrade it. still got error messages invalid date.
What I do next is I put print out ..
echo $day;
echo '<br />';
echo $month;
echo '<br />';
echo $year;
$hour = $vbulletin->input->clean_gpc('p', 'time', TYPE_INT);
$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
And I got 0 result..
0
0
0
Warning: cal_days_in_month() [function.cal-days-in-month]: invalid date. in [path]/tournament.php on line 546
and if I remove this
if ($day > $days OR $day == 0) {
$errormessage = "Error: Invalid Date";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}
I can create tournament but the date come to 30-11-99 (default ?)
Last I can make tournament normally is 13-09-08. I dont know which version it is.
Any chance to fix it ?
Antek
09-23-2008, 07:30 AM
Next ideas:
- integration with vBExperience (https://vborg.vbsupport.ru/showthread.php?t=171014) (medals in postbit)
- switch off/on details in postbit
OcR Envy
09-23-2008, 09:35 AM
Teams?! Yay! Clicks install!
Some Bugs:
Could not find phrase ''.
Missing phrase is displayed on all redirect messages?
No way remove the thread option from the details display?
images/buttons/report.gif is not a default image location on a 3.7 install
When selecting "Team" from the options it still only gives 1v1 and LMS as the types. Obviously this options are not correct for team play.
Also my styling is way off when adding/editing a tournament. This could possibly be my custom skin but I'm not sure. All I got for now guess I still need to wait for a few more updates to go live :(
bananalive
09-23-2008, 11:17 AM
How do you delete teams? as someone has created a inappropriate team name.
Can you restrict it to 1 create a team per userid only, rather than having multiple teams created by 1 member/userid.
The most important are these 2 things, especially able to delete teams.
p.s. Disabled create function until, moderators/admins/leaders can able to delete teams.
I'm going to be adding more permissions for editing/ deleting teams. Including team limit per usergroup.
I found another issue. When I click on the Join Team link of someone elses team, the page refreshes, the join link disappears and it doesnt join me to that team.
You will not display on that the team list until you have been accepted by leader of the team.
I try it. I see on 2.3.7 already space on it. And I upgrade it. still got error messages invalid date.
What I do next is I put print out ..
echo $day;
echo '<br />';
echo $month;
echo '<br />';
echo $year;
$hour = $vbulletin->input->clean_gpc('p', 'time', TYPE_INT);
$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
And I got 0 result..
and if I remove this
if ($day > $days OR $day == 0) {
$errormessage = "Error: Invalid Date";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}
I can create tournament but the date come to 30-11-99 (default ?)
Last I can make tournament normally is 13-09-08. I dont know which version it is.
Any chance to fix it ?
Your create new tournament form is not 'posting' the data properly, hence the variables are just 0. Have you reverted the template tmnt_new?
Missing phrase is displayed on all redirect messages?
I havent added any redirect messages so it should just redirect without delay.
No way remove the thread option from the details display?I'll look into removing it as option in admincp.
images/buttons/report.gif is not a default image location on a 3.7 install I think it is, it is used for reporting posts. (I have not added any custom images to my board) https://vborg.vbsupport.ru/external/2008/09/1.gif
When selecting "Team" from the options it still only gives 1v1 and LMS as the types. Obviously this options are not correct for team play.For team 1v1 you will need to selected type: '1v1' and 'teams', etc.
Also my styling is way off when adding/editing a tournament. This could possibly be my custom skin but I'm not sure. All I got for now guess I still need to wait for a few more updates to go live :(I believe I might have used <th> tags accidentally. I'll fix it in next version.
OcR Envy
09-23-2008, 11:30 AM
I havent added any redirect messages so it should just redirect without delay.
I have redirect messages turned on in vbulletin options, I think this may be causing it.
I stand corrected on the report icon, somehow it's missing from mine.
jlew24asu
09-23-2008, 12:05 PM
I'll try installing CMPS on my board and see if its theres a conflict.
any luck? :)
bananalive
09-23-2008, 12:29 PM
any luck? :)
Just installed v3.0.1 and it worked fine for me, no conflicts at all.
WNxWakko
09-23-2008, 12:53 PM
Ok I see how the join link works. I had someone join my team and I could see the accept/deny options. You have been doing a great job updating this mod for everyone. Just thought I would extend my gratitude.
Here is what I see as immediate needs on the teams.
1. Ability to delete someone from your team.
2. Delete teams.
3. Option to add people to our teams our self with auto notification to user when they are added. Maybe add the fetch user feature to this.
4. Option to allow a usergroup to edit/delete others teams.
bananalive
09-23-2008, 01:17 PM
Ok I see how the join link works. I had someone join my team and I could see the accept/deny options. You have been doing a great job updating this mod for everyone. Just thought I would extend my gratitude.
Here is what I see as immediate needs on the teams.
1. Ability to delete someone from your team.
2. Delete teams.
3. Option to add people to our teams our self with auto notification to user when they are added. Maybe add the fetch user feature to this.
4. Option to allow a usergroup to edit/delete others teams.
v2.3.8 has option 2 & 4
subnet_rx
09-23-2008, 01:19 PM
I would just like the ability to turn off navbar edits.
bananalive
09-23-2008, 01:24 PM
I would just like the ability to turn off navbar edits.
v2.3.6 onwards includes this as admincp option
jlew24asu
09-23-2008, 02:51 PM
Just installed v3.0.1 and it worked fine for me, no conflicts at all.
damn. ok thanks. any idea what you think is wrong?
Stifmeister2
09-23-2008, 03:11 PM
I'll be adding option to 'switch' players in next version
Great! :up:
So the new versin is out... If I install it now it will not ruin my current tourney (very important since 11 paris have already played out of 16 in first round)? And I'm able to repalce players in that tourney?
bananalive
09-23-2008, 03:21 PM
damn. ok thanks. any idea what you think is wrong?
Sorry, i really can't think whats causing the problem.
So the new version is out... If I install it now it will not ruin my current tourney (very important since 11 pairs have already played out of 16 in first round)? And I'm able to replace players in that tourney?
Shouldn't do.
Last two updates have only been minor releases fixing bugs (eg. sending pms to full inbox). Don't worry I wont forgot about adding feature to switch players.
WNxWakko
09-23-2008, 03:27 PM
Upgrade to 2.3.8 without a hitch. Nice to see delete teams and also the ability to have a usergroup edit. Glad you put in the option for us to decide how many teams a usergroup can make.
Nice Job!
Very nice. I have 25 or so people doing beta testing on this. I will continue to let you know of any bugs.
Found Bugs
1. When you edit the Bio and you switch the editor mode https://vborg.vbsupport.ru/external/2011/07/26.gif it will not save your change.
2. When you edit a tournament, it is not showing you the edit date/time options by default. This could be confusing as some members didnt take note to the yes/no radio button. Not sure you need that option. I would just display the edit details by default and remove the yes/no radio buttons all together.
Continued option requests are,
Teams
1. Ability to delete someone from your team.
2. Option to add people to our teams our self with auto notification to user when they are added. Maybe add the fetch user feature to this.
Other requests.
1. Ability to edit a users wins/joins. We actually had a situation where it was not reporting an accurate number.
2. Display the creator of the Tournament.
3. When you add a member to a tourny, perhaps it could auto PM the user notifying them they were added. Maybe even further it should put them in a queue when you add them forcing them to accept first. This would assist when you create a tourny to challange someone, they should either accept or decline it. If a team is involved in all this, notifications should go to all members in that team similar to the individual.
XShava
09-23-2008, 03:51 PM
i delete all team. And now Create Team links get Error.
Strafe
09-23-2008, 04:05 PM
Just want you to know that you're doing a great job and don't let the bugs keep you down ;) Keep up the good work!!! I'm checking the thread multiple times daily for new releases :D
Btw if you can add avatar image for teams it would be awesome!
Kaelon
09-23-2008, 04:10 PM
Great job with these updates. I noticed that you started adding version notes for 2.3.9 -- any chance that will be coming out soon?
WNxWakko
09-23-2008, 04:12 PM
i delete all team. And now Create Team links get Error.
Yup, I get the same thing. When I try to create a team, I get what he is getting.
Firewarrior
09-23-2008, 07:53 PM
i delete all team. And now Create Team links get Error.
Yup, I get the same thing. When I try to create a team, I get what he is getting.
Yeah i am getting the same error when i try and create a team
Also some requests/segestions for you next version
When you goto the tournament page at the top you have tournaments
maybe you could add next to tournaments, Teams | Create a Team | join a Team so it would be like this at the top: Tournaments | Teams | Create Team | Join Team
Its just that at first i found it hard to find where to create a team and this will make it easyer for new people to the site
conker1
09-23-2008, 08:30 PM
installed, but when i tyr join to Tournament script said me "You are not Leader of any team so you cannot join this tournament. Click here to go back to the tournament.".
All Permissions is done.
valendono
09-23-2008, 09:20 PM
tq banana, its work now, I forgot I edit tmnt_new because value of number team I edited before. Thanks again, but 2.3.8 still not work on "add team".
Chris11987
09-24-2008, 07:17 AM
*agrees with Firewarrior's suggestion*
When making a tournament thread, the original post adds a bunch of slashes to the bb code."
see
see
see
Another error, this ones pretty big:
I hosted a 32 person tournament, and one of the people advanced to the bracket BELOW them. Like person #2 advanced to the bracket that should be the winner of Person #3, and Person #4. I can't regress him, and I can't advance either of the people that are REALLY supposed to be in that bracket, resulting in the tournament being broken and unable to finish.
edit: I was finally able to regress him and get things back on track, but now there's another problem. In the final round of the tourney, iI had my username and another's in the finals. I kept trying to progress my name to the winner bracket, but whenever the page reloaded, it would remain the same. Another member was able to do it for me for some reason, to the other member.
bananalive
09-24-2008, 12:36 PM
Sorry about the error with creating new teams. I deleted a part of the code when i was adding permissions to limit number of teams created per user. Fixed in next release (hopefully out in few hours :D)
installed, but when i try join to Tournament script said me "You are not Leader of any team so you cannot join this tournament. Click here to go back to the tournament.".
All Permissions is done.
Are you trying to enter a team tournament? If you are you need to be team leader to enter a team into a tournament.
When making a tournament thread, the original post adds a bunch of slashes to the bb code.
Another error, this ones pretty big:
I hosted a 32 person tournament, and one of the people advanced to the bracket BELOW them. Like person #2 advanced to the bracket that should be the winner of Person #3, and Person #4. I can't regress him, and I can't advance either of the people that are REALLY supposed to be in that bracket, resulting in the tournament being broken and unable to finish.
edit: I was finally able to regress him and get things back on track, but now there's another problem. In the final round of the tourney, iI had my username and another's in the finals. I kept trying to progress my name to the winner bracket, but whenever the page reloaded, it would remain the same. Another member was able to do it for me for some reason, to the other member.
Fixed tournament thread issue.
There was error with the javscript which prevented one of the players in round 5 winning - fixed it now.
john102774
09-24-2008, 12:51 PM
Great Hack! Nominated for MOTM.
Question regarding Custom Score Type for LMS Tournaments: For the LMS Tourney, ex. A Race determine by best lap time.
Is there a way to set winner to be the person with the fastest time (including decimals and colons) instead of showing the winner who has the highest number?
Not sure if this has already been asked. Thanks for the great hack!
Has there been an update regarding the above quote? Thanks! :up: :D
bananalive
09-24-2008, 01:08 PM
Question regarding Custom Score Type for LMS Tournaments: For the LMS Tourney, ex. A Race determine by best lap time.
Is there a way to set winner to be the person with the fastest time (including decimals and colons) instead of showing the winner who has the highest number? Has there been an update regarding the above quote? Thanks! :up: :D
Sorry for delay here you go. (Not sure if this will work with colons.)
For LMS to display lowest score as winner...
Find in tournament.php
ORDER BY score DESC");Replace withORDER BY score ASC");
Gn_Snake
09-24-2008, 01:52 PM
Next ideas:
- integration with vBExperience (https://vborg.vbsupport.ru/showthread.php?t=171014) (medals in postbit)
- switch off/on details in postbit
Good Idea :up:
djlotus
09-24-2008, 02:50 PM
Great hack so far, and great response time. I have a suggestion for future release.
Add player name to team without having to have player registered on forums.
AK47 Nemesis
09-24-2008, 03:03 PM
Hi, great addon, i'm about to install it on my site. I'm not sure if this is already in this addon, but it would be cool if people and teams could add logo's to their teampage, like max 350x200 or something. Keeping doing what your doing mate! This is huge. Awesome.
Strafe
09-24-2008, 03:18 PM
Hey got a problem, after I updated to 2.3.8 I can no longer add teams at all, not even with admin. I even reinstalled, uninstalled the mod several times and no luck.
It returns error page with no message.
When I set the max teams for usergroup to 0, it gives me the message: Error: You can only create 0 teams
but when I set it to above 0 then nothing on the error message and still can't create a team.
Can you look in to it? Thanks!
Update: Just did another installation of 2.3.8 on a brand new forums that never installed this mod before, still unable to create team.
bananalive
09-24-2008, 03:21 PM
Hey got a problem, after I updated to 2.3.8 I can no longer add teams at all, not even with admin. I even reinstalled, uninstalled the mod several times and no luck.
It returns error page with no message.
When I set the max teams for usergroup to 0, it gives me the message: Error: You can only create 0 teams
but when I set it to above 0 then nothing on the error message and still can't create a team.
Can you look in to it? Thanks!
The error has been reported above and the fix is in next version (out very soon - sometime today)
john102774
09-24-2008, 03:30 PM
Thanks Banana, that works!
One more questions. The score rounds it self to a nearest whole number. How can I prevent this from happening if a user has a time score of 10:02.834?
Thanks for a great hack! :)
Strafe
09-24-2008, 03:37 PM
The error has been reported above and the fix is in next version (out very soon - sometime today)
Thanks for the quick reply, next time I'll read the other posts more carefully :)
gamerscms
09-24-2008, 03:49 PM
This hack gets better and better, thank you very much for this.
EDIT: fix is already on the to do list.
john102774
09-24-2008, 03:53 PM
This hack gets better and better, thank you very much for this.
EDIT: fix is already on the to do list.
+100000000000000 :D
bananalive
09-24-2008, 04:06 PM
The next version is coming out very soon, just adding side menu to it.
--------------------------------------------------------------
One more questions. The score rounds it self to a nearest whole number. How can I prevent this from happening if a user has a time score of 10:02.834?
Open tournament.php find:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_UINT);Replace with:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_INT);
If that still doesnt work:
Open tournament.php find:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_INT);Replace with:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_STR);
john102774
09-24-2008, 04:21 PM
The next version is coming out very soon, just adding side menu to it.
--------------------------------------------------------------
Open tournament.php find:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_UINT);Replace with:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_INT);
If that still doesnt work:
Open tournament.php find:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_INT);Replace with:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_STR);
I tried both edits you mentioned. Still does not seem to work. :o
This might be a challenge... hmmm..
bananalive
09-24-2008, 04:26 PM
I tried both edits you mentioned. Still does not seem to work. :o
This might be a challenge... hmmm..
Did you try inputting new score with file edits? (It wont alter the score already inputted only what is allowed to be stored in database)
john102774
09-24-2008, 04:29 PM
Did you try inputting new score with file edits?
Yes sir. :)
AK47 Nemesis
09-24-2008, 04:59 PM
I found something, although this is something from outside the addon.
Basicly i have this news slider on the frontpage of my site (1st screen). This takes images from specified forums (In this case: News and Announcements). However, when i go to Tournaments, 1 of the slides shows up above the tournaments (2nd screen). Does this addon pulls stuff from other templates which might affect this?
bananalive
09-24-2008, 05:13 PM
Yes sir. :)
Sorry i forgot to change the database. Import attached product and it should work (fingers crossed)
I found something, although this is something from outside the addon.
Basicly i have this news slider on the frontpage of my site (1st screen). This takes images from specified forums (In this case: News and Announcements). However, when i go to Tournaments, 1 of the slides shows up above the tournaments (2nd screen). Does this addon pulls stuff from other templates which might affect this?
Someone had problem like this before and they resolved it by reverting their Forum Tournament templates.
AK47 Nemesis
09-24-2008, 05:16 PM
Someone had problem like this before and they resolved it by reverting their Forum Tournament templates.
I can't revert them as i haven't modified them. But i don't understand why it would appear there in the first place. I'll just go and try some stuff, hoping i can get it to make it disappear.
EDIT: What does $html do?
bananalive
09-24-2008, 05:24 PM
I can't revert them as i haven't modified them. But i don't understand why it would appear there in the first place. I'll just go and try some stuff, hoping i can get it to make it disappear.
EDIT: What does $html do?
Oh ok, it shouldn't appear. What is the product hack which is causing the issues (I'll have a look for conflicts as well)
$html is the variable containing all the page data before it gets parsed
john102774
09-24-2008, 05:28 PM
wooohoooo!!!!!!!!!!!
It works!!!
Bananalive for Presidente!!!
Thank you. :D
john102774
09-24-2008, 05:37 PM
How can I change the Tournament Results titling "Score" to something else like "Lap Time"?
Darkpsy
09-24-2008, 05:40 PM
I would also like to see perhaps a Tournament Supervisor or Admin option. When defined, that user would have control over just that tournament or tournaments if defined in other tourneys.
bananalive
09-24-2008, 05:43 PM
How can I change the Tournament Results titling "Score" to something else like "Lap Time"?
Edit phrase tmnt_score
wastemytime
09-24-2008, 06:01 PM
In Version 2.3.9, by clicking on my Navbar Link Tournaments:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/clients/xxx/www/tournament.php on line 215
john102774
09-24-2008, 06:09 PM
Edit phrase tmnt_score
Sorry, I'm a noob. :o
Where is the location to Edit phrase? :D
I've looked in the tournament.php and Styles & template but was unable to locate it.
bananalive
09-24-2008, 06:14 PM
In Version 2.3.9, by clicking on my Navbar Link Tournaments:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/clients/xxx/www/tournament.php on line 215
Sorry i used a bit of code which doesnt work with PHP 4 heres the fix below.
Find in tournament.php
foreach ($errors as &$error) {
Replace with
foreach ($errors as $error) {
gamerscms
09-24-2008, 06:18 PM
Getting a error on the latest file:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 215
Ok to above post :)
bananalive
09-24-2008, 06:24 PM
Sorry, I'm a noob. :o
Where is the location to Edit phrase? :D
AdminCP -> Languages & Phrases -> Search in Phrases
Search for Text: tmnt_score
Search in ...: Phrase Variable Name Only
Click Find
Click Edit next to phrase on next page
Put what you want to change it to in the box (English (US) Translation) and click save
gamerscms
09-24-2008, 06:27 PM
Still getting a error and new error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 2
Parse error: syntax error, unexpected T_STRING in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 2
bananalive
09-24-2008, 06:35 PM
Still getting a error and new error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 2
Parse error: syntax error, unexpected T_STRING in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 2
Try removing copyright text at top
/*================================================= =====================*\
|| ################################################## ################## ||
|| # Copyright ? BananaLive Scripts. All Rights Reserved. ############# ||
|| ################################################## ################## ||
\*================================================ ======================*/
gamerscms
09-24-2008, 06:40 PM
Still the same i think it would be best to upload a new version.
{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fc harset0 Courier New;}}
{\*\generator Msftedit 5.41.21.2508;}\viewkind4\uc1\pard\lang2057\f0\fs20 <?php\par
error_reporting(E_ALL & ~E_NOTICE);\par
define('THIS_SCRIPT', 'tournament2008');\par
$phrasegroups = array('posting', 'postbit', 'user', 'timezone', 'global', 'pm', 'reputationlevel', );\par
$specialtemplates = array(\par
\tab 'bbcodecache',\par
\tab 'smiliecache',\par
);\par
$globaltemplates = array(\par
gamerscms
09-24-2008, 06:41 PM
Edit: Hold
gamerscms
09-24-2008, 06:43 PM
New error:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 311
gamerscms
09-24-2008, 06:45 PM
Same fix as the above error on line 311
foreach ($errors as $error) {
I just changed it.
john102774
09-24-2008, 06:46 PM
AdminCP -> Languages & Phrases -> Search in Phrases
Search for Text: tmnt_score
Search in ...: Phrase Variable Name Only
Click Find
Click Edit next to phrase on next page
Put what you want to change it to in the box (English (US) Translation) and click save
I applied the above steps but it's still not working. Please view attachment. I must be doing something wrong.
gamerscms
09-24-2008, 06:48 PM
where do you invite new members?
Also when you create a new team you can only enter a team name and no more you then need to go to edit team to enter tags etc.
john102774
09-24-2008, 06:52 PM
What do we have to do in order to make this MOTM?!? :)
gamerscms
09-24-2008, 06:55 PM
select Nominate for MOTM up at the top on the right side.
I have also selected it.
bananalive
09-24-2008, 06:55 PM
I applied the above steps but it's still not working. Please view attachment. I must be doing something wrong.
Sorry you are doing it right, it was mistake in a template
Find in template tmnt_cmptlms_top
<td class="alt1"><b>Score</b></td>Replace with
<td class="alt1"><b>$vbphrase[tmnt_score]</b></td>
john102774
09-24-2008, 06:58 PM
select Nominate for MOTM up at the top on the right side.
I have also selected it.
Yes I have done that, but how can we guarantee that this will be MOTM? ;)
bananalive
09-24-2008, 06:58 PM
where do you invite new members?
Users click join and team leader can accept or reject them
(I will be adding invite system soonish)
Also when you create a new team you can only enter a team name and no more you then need to go to edit team to enter tags etc.
I'll change that in next version (but I wont make them compulsory :D)
john102774
09-24-2008, 07:01 PM
Sorry you are doing it right, it was mistake in a template
Find in template tmnt_cmptlms_top
<td class="alt1"><b>Score</b></td>Replace with
<td class="alt1"><b>$vbphrase[tmnt_score]</b></td>
Excellent Mod indeed, Thanks Bananalive! :up:
It was well worth the wait. :)
gamerscms
09-24-2008, 07:02 PM
Great work, once this is finished we would like some custom paid work on this depending if it is needed, the way you are going it does not look like it will.
thanks a lot :D
Also on the tag in the team edit a space between the tag and name on the team page would be great.
also able to add a image to the tournament listing of each tournament going on. COD4,Halo and so forth.
A place to change the default images of the Tournament Details without messing with the defaults from the forums.
gamerscms
09-24-2008, 07:16 PM
New error found, time is not updating when you click edit in tournament details.
Could not find phrase ''.
Warning: Wrong parameter count for str_replace() in [path]/tournament.php on line 754
also when you check the PM View all Tournaments Here you have made a error in the http://
http://\"http//[/COLOR]www.xboxhive.co.uk/forums/tournament.php\"
bananalive
09-24-2008, 07:25 PM
New error found, time is not updating when you click edit in tournament details.
Could not find phrase ''.Warning: Wrong parameter count for str_replace() in [path]/tournament.php on line 754
Sorry, count in str_repace() is not compatabile with PHP 4
Find in tournament.php
$hour = str_replace(".5", "", $hour, $count);
if ($count == 1) {Replace with
$hourb = str_replace(".5", "", $hour);
if ($hourb != $hour) {
I don't have that error with the PM, have you edited the templates? Are you using PM tournament details to self or PM all competitors?
gamerscms
09-24-2008, 07:38 PM
Im testing the PM all Competitors and when i click to view the tournaments link i get the above error.
no edits have been made.
thanks the the time fix.
bananalive
09-24-2008, 07:53 PM
Im testing the PM all Competitors and when i click to view the tournaments link i get the above error.
Find in tournament.php
$message = addslashes($description);
Replace with
$message = $description;
gamerscms
09-24-2008, 07:58 PM
Works perfect :)
Thanks a lot, did you see my requests that would be great to see in this?
Chris11987
09-24-2008, 08:12 PM
Great job, banalive. I'll install and play around with the new version shortly.
bananalive
09-24-2008, 08:17 PM
Works perfect :)
Thanks a lot, did you see my requests that would be great to see in this?
Cool. Yes I have. (So far in v2.4 I've fixed above glitches and added team logos.)
gamerscms
09-24-2008, 08:26 PM
Thanks a lot i will have more ideas for you tomorrow :p
Donation of ?10.00 sent i do hope you keep this updated it is a great hack.
Lets hope more send some ??? :)
Strafe
09-24-2008, 08:27 PM
So far in v2.4 I've fixed above glitches and added team logos.
Ok I'm definitely staying up tonight for that! :D
Banana,
first of all great Mod. I have a problem though with my template. When viewing the team list page how do you make that table smaller so that it all fits.
here is the link so you can see what I'm talking about. I'm terrible when it comes to css stuff.
http://www.mymaddenpad.com/forums/tournament.php?do=viewteam&id=2
Or Remove the box on the left.
Thanks.
wastemytime
09-24-2008, 08:56 PM
Another one..
Parse error: syntax error, unexpected $end in /home/clients/xxx/www/tournament.php on line 1156
So, can i use it with php4 or not, i dont want to change this everytime an update is available.
gamerscms
09-24-2008, 08:59 PM
Another one..
Parse error: syntax error, unexpected $end in /home/clients/xxx/www/tournament.php on line 1156
So, can i use it with php4 or not, i dont want to change this everytime an update is available.
Just wait untill 2,4 is out that will fix it all, i edited it myself.
Hornstar
09-24-2008, 09:09 PM
this is truly looking amazing. However I have never used a tournament system before.
So could someone give me a few examples of some tournaments that could be set up that members would really enjoy on a Gaming site?
How exactly does the tournament take place anyway? I am just a little confused on that side of it. thanks.
Chris11987
09-24-2008, 11:18 PM
this is truly looking amazing. However I have never used a tournament system before.
So could someone give me a few examples of some tournaments that could be set up that members would really enjoy on a Gaming site?
How exactly does the tournament take place anyway? I am just a little confused on that side of it. thanks.
I actually have a Super Smash BRos. Brawl tournament being set up on my site soon, using this. People basically register into a tournament, and it'll make the brackets, and the people play and report their results. Then someone with the proper permissions (which you set, according to usergroups) advances the winners.
It basically allows people to be inserted into a bracket and keep things looking sexy and organized, while simple at the same time.
WNxWakko
09-25-2008, 12:42 AM
Very sweet mod now. I commend the hard work you have done. Everything appears to work without error. I will let you know if my testers uncover anything.
I know Ive posted suggestions in previous threads. What are you going to work on next for this?
KHALIK
09-25-2008, 01:10 AM
:)
DONATED you some cash, excellent work bananalive.
Keep up the good work and hopefully you will support 5v5 and double elimination in the near future as well.:
WNxWakko
09-25-2008, 01:40 AM
I kicked in a donation as well.
KHALIK
09-25-2008, 03:01 AM
WNxWakko, check your pm pls.
KHALIK
09-25-2008, 03:12 AM
Updated it to the latest version v2.3.9 (VB 3.7.3) php4 , when I go into usergroups and click on "save" I get this error, without making any changes or enabling tournanment permissions.
If I disable the product, I am able to save other non-tournanment settings without db error message under Usergroups.
`tournamentpermissions` = '1023',
`maxteams` = '1'
WHERE usergroupid=6;
MySQL Error : Unknown column 'tournamentpermissions' in 'field list'
Error Number : 1054
Request Date : Thursday, September 25th 2008 @ 04:05:43 AM
Error Date : Thursday, September 25th 2008 @ 04:05:43 AM
Script : http://www.fragmasters.co.uk/forum/admincp/usergroup.php?do=update
Referrer : http://www.fragmasters.co.uk/forum/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : XX.xXX.XXX.XXX
Username : Fragmaster
Classname : vb_database
MySQL Version : 4.1.22-standard
If you want access to admincp please pm me.
djlotus
09-25-2008, 03:20 AM
When entering a comment for a tournament, the browser does not redirect, and the direct link for redirect does not work. The comment does post, just no redirect.
Still the same problem. any suggestions?
AK47 Nemesis
09-25-2008, 04:02 AM
I upgraded this to the latest version, but i now get a total blank page. Any idea what is causing this? I did everything correctly: Uploaded the files (And overwrited), and Imported the product (Also overwrited).
Chris11987
09-25-2008, 08:38 AM
Perhaps the drop-down menu on "Tournaments" can be rid of, since all of the options revealed are on the side menu right next to it now.
Strafe
09-25-2008, 09:42 AM
The current version is broken and does not allow creation of teams, banana says he will have the patch up 'hopefully' tomorrow ;)
jlew24asu
09-25-2008, 11:42 AM
LOL ok maybe I am just doing this wrong. my permissions (for me as admin) are all set to yes. when I click ADD for a new tourney, a BLANK white page loads.
this is happening on 2 of my forums. I know I'm not crazy and I know this mod works..what am I doing wrong?
bananalive
09-25-2008, 01:50 PM
Thanks, for all your donations they are much appreciated.
If you are getting a blank page check the url for adding a tournament it should be http://www.yourforum.com/tournament.php?do=add (all lower case letters)
@wastemytime I will provide fixes for problems as they are found which will be released with the modification's next release. This includes making the modification compatible with PHP 4
@KHALIK I think i have found 'error' in bitfields, it will be includded in next release (if you do still get error just post back here)
@Shop I'll make the side navigation an option in vBulletin options for those with fixed forum widths or forum menu of left.
@Shop I'll make the side navigation an option in vBulletin options for those with fixed forum widths or forum menu of left.
Banana, I saw you signed up. Thanks for looking at it for me. I look forward to the next release.
AK47 Nemesis
09-25-2008, 03:22 PM
Thanks, for all your donations they are much appreciated.
If you are getting a blank page check the url for adding a tournament it should be http://www.yourforum.com/tournament.php?do=add (all lower case letters)
Checked it, but it's still blank, also on the tournament.php page itself.
jlew24asu
09-25-2008, 04:48 PM
Checked it, but it's still blank, also on the tournament.php page itself.
me too :(
bananalive
09-25-2008, 05:34 PM
Checked it, but it's still blank, also on the tournament.php page itself.
me too :(
Puzzling, I cant think why your pages are just blank.
jlew24asu
09-25-2008, 05:39 PM
Puzzling, I cant think why your pages are just blank.
amateur!!! ha jk. im glad I'm not the only one. I thought for sure I was doing something wrong. feel free to register on my forum and try. I love to get this one workin.
bananalive
09-25-2008, 05:46 PM
amateur!!! ha jk. im glad I'm not the only one. I thought for sure I was doing something wrong. feel free to register on my forum and try. I love to get this one workin.
I've just registered on your forums and I can view tournaments modification fine (see screenshots) :confused:
What browser are you using?
bananalive
09-25-2008, 06:06 PM
Version 2.4 Just Released :D
gamerscms
09-25-2008, 06:06 PM
Error again in new file
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 342
bananalive
09-25-2008, 06:09 PM
Error again in new file
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/sites/xboxhive.co.uk/public_html/forums/tournament.php on line 342
Woops, fixed and re-uploaded.
gamerscms
09-25-2008, 06:14 PM
Thanks for the fix :)
I have found a bug:
When you go into Editing Tournament and to type it has the following in the drop down:
LMS
1v1
LMS
Just thought i would point it out.
G0F0RBR0KE
09-25-2008, 06:19 PM
Any update about creator able to proceed users to next round instead of allowing everyone to edit the tournament?
jlew24asu
09-25-2008, 06:19 PM
I've just registered on your forums and I can view tournaments modification fine (see screenshots) :confused:
What browser are you using?
click add. a blank page will load
gamerscms
09-25-2008, 06:25 PM
A feature request for you.
The Tournament Display Options would be great to have a a side menu as i think a lot of users would find it hard to see the small drop down arrow.
Show All Tournaments
Awaiting Players Only
Finished Tournaments
In Progress Only
Just an idea maybe more users could add ideas.
Able to add a banner for each new tournament would be great also.
bananalive
09-25-2008, 06:29 PM
Any update about creator able to proceed users to next round instead of allowing everyone to edit the tournament?
Yes, in current version.
click add. a blank page will load
Oh sorry i understand what you mean now. I'll have look into it again
bananalive
09-25-2008, 06:34 PM
Oh sorry i understand what you mean now. I'll have look into it again
Could someone who is experiencing blank pages on adding a tournament try importing this product file it has few template changes,
Thanks
AK47 Nemesis
09-25-2008, 06:48 PM
It shows up now, so that's fixed, nice one :). Now i still have to try and deal with that slide that was showing up, as it's still there :(.
AK47 Nemesis
09-25-2008, 06:50 PM
A feature request for you.
The Tournament Display Options would be great to have a a side menu as i think a lot of users would find it hard to see the small drop down arrow.
Show All Tournaments
Awaiting Players Only
Finished Tournaments
In Progress Only
Just an idea maybe more users could add ideas.
Able to add a banner for each new tournament would be great also.
Definately something both my community and me would love.
gorentals
09-25-2008, 06:51 PM
Just upgraded to 2.4 seems to be working good. What is the proper way to change a tournament date/time. I see the Change tournament time date/time yes/no button. But when I select it nothing happens. Am I doing something wrong?
Thanks
bananalive
09-25-2008, 06:57 PM
Just upgraded to 2.4 seems to be working good. What is the proper way to change a tournament date/time. I see the Change tournament time date/time yes/no button. But when I select it nothing happens. Am I doing something wrong?
Thanks
Have you got javascript enabled? And revert tmnt_shell if you have edited it.
Queball_Beast
09-25-2008, 07:10 PM
Hi
Is there anyway to run this without having CHMOD 777 this directory index.html -> \images\teamlogos\
I am on a Shared Server and Have had many issues with phishing files in the past, I cannot have any CHMOD 777 folder in my directories
Thanks :up:
AK47 Nemesis
09-25-2008, 07:12 PM
Banana, i think i found the cause of my problem (https://vborg.vbsupport.ru/showpost.php?p=1629390&postcount=385), but i'm not sure how to fix it.
The plugin to start the slideshow is:
ob_start();
include('fpss/mod_fpslideshow.php');
$jwfpss = ob_get_contents();
ob_end_clean();
With the hook location: init_startup and execution order 5.
I was wondering if that could be the problem, as your addon seems to have the same kind of plugins on it.
banana,
Thanks for fixing that option where you can turn off and on the side navigation but now there is no way to see teams. I guess that probably wasn't the best thing. Do you think you can make it so it can be a side nav or a top nav or even a bottom nav, I think that would do the trick for us guys who have fixed width templates.
Thanks a lot man and keep up the GREAT work.
- Shop
EDIT: Nevermind I see the dropdown. I think it would still be better if it was a top or bottom nav. If you have time after all the other important stuff, think about adding that. I LOVE THIS MOD!
jlew24asu
09-25-2008, 07:31 PM
Could someone who is experiencing blank pages on adding a tournament try importing this product file it has few template changes,
Thanks
I just did. didnt work :( I appreciate your efforts on this.
butler312
09-25-2008, 07:33 PM
I notice that with uneven tournaments (the one I tried had 12 players), the tournament brackets fills up from the top and then the bottom of the bracket is left completely open. this means there will be byes in several rounds (often times for the same person). Is there a way to randomly put in byes for members in the first round, so that there are no longer any empty spaces in round 2? I hope that makes sense.
AK47 Nemesis
09-25-2008, 07:33 PM
I just did. didnt work :( I appreciate your efforts on this.
Did you download the new version from the starttopic? As i don't know if there are any differences, but the updated 2.4 version worked for me.
gorentals
09-25-2008, 07:37 PM
Yes and no I never changed the tmnt_shell
jlew24asu
09-25-2008, 07:47 PM
Did you download the new version from the starttopic? As i don't know if there are any differences, but the updated 2.4 version worked for me.
what is the starttopic? :)
AK47 Nemesis
09-25-2008, 07:48 PM
what is the starttopic? :)
Sorry, i meant the startpost ;)
https://vborg.vbsupport.ru/showthread.php?t=189375 or look above.
gamerscms
09-25-2008, 07:48 PM
the info at the top of the page 2.4 is the latest.
jlew24asu
09-25-2008, 07:59 PM
Sorry, i meant the startpost ;)
https://vborg.vbsupport.ru/showthread.php?t=189375 or look above.
yea I have 2.4 installed. and the attachment that he just posted a few above. :(
gorentals
09-25-2008, 08:10 PM
I see what the problem is...
I have 2 themes. I figured out the issue.
Stifmeister2
09-25-2008, 08:59 PM
This mod rocks, I've already nominated for MOTM. :)
But I still need that "admin can replace players once tournament has started" for my tourney.. Can you implement it for the next version? :p
And one question... Has anoyne lost their ongoing tournaments after upgrade??? I really can't afford to lose mine now. :p
Chris11987
09-25-2008, 09:03 PM
^ Yes, that's probably what I'm looking forward the most. Also, you can use that feature to handle the byes issue that was brought up a few posts ago. Perhaps when switching players, you can allow a spot to be updated with a blank spot, thus, enabling a bye for the opponent of that blank spot.
Oh yea, 2nd feature would probably be to allow a person to advance their opponent, instead of needing someone with those permissions to update the bracket themselves.
Great job again, bananalive. We appreciate the dedication you've been giving this.
Stifmeister2
09-25-2008, 09:05 PM
Oh yea, 2nd feature would probably be to allow a person to advance their opponent, instead of needing someone with those permissions to update the bracket themselves.
That could be an option (YES/NO).
I like to be in control of my tourneys. :p
WNxWakko
09-25-2008, 09:51 PM
Nice you added the ability to remove people from your team. I see the team logo added.
You need to add the ability to add teams to a tournament that is created for teams. Set a dropdown listing all available teams that exist.
So far it all works.
schlottkej
09-25-2008, 10:01 PM
Wish List:
-------------
- Additional Tournament Types (can never have enough)
- Printable Brackets
- Round score tracking
- Sign Up Fees (through subscriptions?)
I'm willing to pay to get a couple very specific additions done, anyone Interested (author first)?
VGPelega
09-25-2008, 10:22 PM
One thing I wanted to ask/request(regarding the teams):
The team logos, can they be locked to maximum size/automatically scaled down?
(even better adding an admin set size - Or for better wording "Recommended size")
I have been testing it, and tried to add an image of 400x400, and all I get is an error (error uploading team logo) and I also get the following error:
Warning: move_uploaded_file(images/teamlogos/d515ba8a0d6713bfcc7100fbcdf6d4f3.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in [path]/tournament.php on line 2519
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpObhSCT' to 'images/teamlogos/d515ba8a0d6713bfcc7100fbcdf6d4f3.jpg' in [path]/tournament.php on line 2519 (edit to the above error - CHMOD teamlogos to 777 and it worked a treat)
I run a growing website, and personally don't want members adding a wallpaper sized logo for their clan/team.
I also think their needs to be an "Upload" button as well, so after browsing to an image, they can upload, or then get the error message, instead of just the edit profile option?
Just my thoughts. :confused:
Queball_Beast
09-25-2008, 11:04 PM
Sorry I misread the readme txt.
It`s not the teamlogos folder that has be CHMOD 777 but it is just the index.html file.
CHMOD 777 teamlogos/index.html
Thanks
Hi
Is there anyway to run this without having CHMOD 777 this directory index.html -> \images\teamlogos\
I am on a Shared Server and Have had many issues with phishing files in the past, I cannot have any CHMOD 777 folder in my directories
Thanks :up:
gamerscms
09-25-2008, 11:57 PM
I'm willing to pay to get a couple very specific additions done, anyone Interested (author first)?
Yes i am willing to pay also for some custom work, see how this turns out.
TNCclubman
09-26-2008, 04:52 AM
can this be used for poker tournaments. Say a new 10 person tournament every 2 weeks. To keep track of the points accumulated over the course of the year. Example
1st-10 points
2nd-8 points
3rd-6 points
4th-5
5th-4
6th-3
7th-2
8th-1 point
also keep track of total wins, leaderboard of top 10, Leaderboard of PPG (points divided games played)
john102774
09-26-2008, 07:36 AM
I just did. didnt work :( I appreciate your efforts on this.
I been testing this hack out a bit. I'm seeing the same problem. :confused:
I'm using vb3.7.3 CMPS v3.0.1 :)
Chris11987
09-26-2008, 02:08 PM
can this be used for poker tournaments. Say a new 10 person tournament every 2 weeks. To keep track of the points accumulated over the course of the year. Example
1st-10 points
2nd-8 points
3rd-6 points
4th-5
5th-4
6th-3
7th-2
8th-1 point
also keep track of total wins, leaderboard of top 10, Leaderboard of PPG (points divided games played)
That would probably be better suited with bananalive's ladder mod (link in his sig), rather than the tournament mod. The way he currently has it, it uses a fixed amount of points, rather than the ELO rating system, so the current version should work really similar to the example you just provided.
AK47 Nemesis
09-26-2008, 04:54 PM
I was wondering, if you have the variable $html, are you able to change it to something else? Like $htmlts? Because else this addon requests stuff from different addons.
EDIT: Tried it, seems to work, now i can finally use this beast addon :D
gamerscms
09-26-2008, 06:15 PM
Here is a wish list i would like to see in this hack.
More tournament types: 2v2 3v3 and so on
some sort of results page where it shows the current ranking of a team/player with an ongoing tournament.
Challenge feature
add banners to the create new tournament.
I have a lot of ideas and willing to pay for some custom work to be added.
thanks banana for your great work.
Chris11987
09-26-2008, 08:09 PM
Instead of adding 2v2, 3v3 and stuff, why not just change the "1v1" option to "Standard", and whenever "Teams" is selected people will know what the rules are anyways.
djlotus
09-26-2008, 09:33 PM
Instead of adding 2v2, 3v3 and stuff, why not just change the "1v1" option to "Standard", and whenever "Teams" is selected people will know what the rules are anyways.
Because, in my case, I run 4 variations of teams. 2v2, 4v4, 8v8, and 16v16. It is good to leave no questions when a user views a tourney.
Chris11987
09-26-2008, 10:57 PM
Ah I see. Well maybe the selection field can be replaced by a custom field so the creator can put "4v4" or something for the type of tourney.
Strafe
09-26-2008, 11:13 PM
Ah I see. Well maybe the selection field can be replaced by a custom field so the creator can put "4v4" or something for the type of tourney.
You can do that by replacing phrase, but it would replace for all your tournaments. A temp solution until then.
I think maybe just have an input field and the creator can put whatever text they want in that field would be nice..
Not everyone on our forums would understand what LMS means anyways.
camomouse
09-26-2008, 11:26 PM
This has killed my Site!
Darkpsy
09-26-2008, 11:31 PM
My wish list:
- Ability to specify games and assign a tournament to a game group
- Ability to assign a moderator to one or more tournaments. That moderator will only have edit access on the tournaments he/she is assigned to
- Ability to start a tournament even if the number of participants isn't reached. This would be good where many tournaments are running at the same time.
camomouse
09-27-2008, 12:02 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.
Strafe
09-27-2008, 12:22 AM
What did you do? did you install then uninstall? Tournament is a product not a plugin btw.
camomouse
09-27-2008, 02:56 AM
Ah hell Strafe, Don't get all technical on me. I know it's a product. I was typing fast and not thinking.
No, I went to import the product and got a Database Sql error. Now when you try to view a post or a pm, I get a whacked out Database Sql error. I went and delete the database entries and that didn't help. I check the templates, nothing there either. I'm drawing a blank.
rob01
09-27-2008, 07:07 AM
Fatal error: Call to undefined function cal_days_in_month() in /home/robtbs/public_html/forum/tournament.php on line 598
someone knows why this error happens?
bananalive
09-27-2008, 10:08 AM
And one question... Has anoyne lost their ongoing tournaments after upgrade??? I really can't afford to lose mine now. :p
Upgrade the product and no data will be lost
One thing I wanted to ask/request(regarding the teams):
The team logos, can they be locked to maximum size/automatically scaled down?
(even better adding an admin set size - Or for better wording "Recommended size")
I run a growing website, and personally don't want members adding a wallpaper sized logo for their clan/team.
I also think their needs to be an "Upload" button as well, so after browsing to an image, they can upload, or then get the error message, instead of just the edit profile option?
Just my thoughts. :confused:
I'm going to try adding in a image resizer script for team logos.
Instead of adding 2v2, 3v3 and stuff, why not just change the "1v1" option to "Standard", and whenever "Teams" is selected people will know what the rules are anyways.
I am going to change 1v1 to 'Single Elimination' and then have option for max and minimum number in team for it to enter.
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.
You still getting error? I visited your site and I didn't get any errors.
Fatal error: Call to undefined function cal_days_in_month() in /home/robtbs/public_html/forum/tournament.php on line 598
someone knows why this error happens?
Have a look at the post below by RTO
Nice looking mod! I've installed it but not got it working yet, if anyone else is having a similar problem it needs the PHP Calendar Extensions installed (compile PHP with --enable-calendar). You can find more info on the PHP website (http://uk3.php.net/manual/en/refs.calendar.php).
Keep up the good work! :)
Strafe
09-27-2008, 12:59 PM
I'm going to try adding in a image resizer script for team logos.
It might be better to just limit the size like avatar is limited to 80x80 or 100x100 which is the profile size, resizer tend to dumb down the quality and still doesn't reduce the loading time ;)
I'm sure people uploading team avatars knows how to resize an image :D
Edit: Also right now the hall of fame populates random forums members in it when no one has joined/won any tournaments when it should be empty at start. :) Is there a way to turn off the hall of fame for forums that only want to run team tournaments? Thanks!
Edit 2: Can we hide the sidebar on the tournament detail display but have the sidebar on the home display? It's not very needed on the tournament details display and takes up valuable space ;)
Edit 3: Team tournament wins and joins does not show in postbit since it's only showing the individual scores, any remedy to this?
Edit 4: Another suggestion is to have the team avatars to show up at tournament detail list or team list, maybe on hover over so it doesn't mess with the layout?
Queball_Beast
09-27-2008, 02:16 PM
Hi,
Has anyone encountered this ==>
Today I scheduled a tournament for Friday October 3rd at 6:30 pm my time with is GMT-5:00 Eastern Time. After Submitting the tournament the time was stamped at 2pm EST.
I have checked the time setting in VB options and it is set to GMT-5:00 also in my usercp the time is also set to GMT-5:00
Is there any way to resolve this?
Also After submitting the tournament there was a message that says " could not find Phrase "
How do i correct this?
http://gamerspride.com/images/phase.jpg
Thanks
bananalive
09-27-2008, 02:52 PM
Hi,
Has anyone encountered this ==>
Today I scheduled a tournament for Friday October 3rd at 6:30 pm my time with is GMT-5:00 Eastern Time. After Submitting the tournament the time was stamped at 2pm EST.
I have checked the time setting in VB options and it is set to GMT-5:00 also in my usercp the time is also set to GMT-5:00
Is there any way to resolve this?
Also After submitting the tournament there was a message that says " could not find Phrase "
How do i correct this?
Thanks
The time must be submitted in GMT+0 (Friday October 3rd at 11:30 pm +/- 1 for DST)
I am currently adding phrases for all redirects and they will be included in next release.
It might be better to just limit the size like avatar is limited to 80x80 or 100x100 which is the profile size, resizer tend to dumb down the quality and still doesn't reduce the loading time ;)
I'm sure people uploading team avatars knows how to resize an image :D
By re-sizer I meant that the image uploaded gets re-sized to appropriate dimensions (set in tournament options). I tested my script with 17.5kb image, after uploading (and being re-sized by tournament modification) its file-size was reduced to 4.5kb.
Queball_Beast
09-27-2008, 05:24 PM
Ok I set the time to 10:30pm for it to record the time of 6:30 pm start time for the tourney on the 3rd of October. it is now stamped as 6:30pm
The time must be submitted in GMT+0 (Friday October 3rd at 11:30 pm +/- 1 for DST)
I am currently adding phrases for all redirects and they will be included in next release.
Strafe
09-27-2008, 06:18 PM
By re-sizer I meant that the image uploaded gets re-sized to appropriate dimensions (set in tournament options). I tested my script with 17.5kb image, after uploading (and being re-sized by tournament modification) its file-size was reduced to 4.5kb.
Ah ok, that would be great :)
Edit: Right now when you try to remove a player from a team, it says 'wrong tournament id'
I think it's trying to remove the player from a tournament instead of the team. Also the remove icon seems to show up for members too, not just team leader.
A suggestion would be to allow team members to leave the team.
Edit 2: When you click on edit for a team, the description doesn't carry over in the text editor; so if you hit save you will erase the previous descriptions.
bananalive
09-27-2008, 07:23 PM
Ah ok, that would be great :)
Edit: Right now when you try to remove a player from a team, it says 'wrong tournament id'
I think it's trying to remove the player from a tournament instead of the team. Also the remove icon seems to show up for members too, not just team leader.
A suggestion would be to allow team members to leave the team.
Edit 2: When you click on edit for a team, the description doesn't carry over in the text editor; so if you hit save you will erase the previous descriptions.
Thanks fixed both errors (fixes will be released with next version)
Chris11987
09-27-2008, 07:44 PM
For team logos, wouldn't it be better to have an actual banner-type logo along the top, instead of the little avatar? And maybe we could just limit the dimensions and filesize, just like how we do for albums/avis/sigs already.
bananalive
09-27-2008, 08:35 PM
2.4.1 just released
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.