vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Forum Tournaments & Ladders (https://vborg.vbsupport.ru/showthread.php?t=189375)

Reinhart 08-31-2008 06:32 PM

Nice additions!
Id love the ability to do Teams as well.. plus REMOVING players is essential.

macc 08-31-2008 06:34 PM

in post above (#80) is precise what i mean ...

it was 1v1 tournament and just add 1 player (from statistics ) to grid ..and tornament is finished also and no possibility to add some more ... attached image -link in previous posts...


reg

macc

dooch 08-31-2008 07:56 PM

Same here,

Something is a little broken but its getter there!

Looking forward to later version.

glorify 08-31-2008 08:00 PM

Quote:

Originally Posted by bananalive (Post 1611334)
# v1.4b Released #

This should fix the problems mentioned above.

EDIT: found another small error which will be fixed in next release.

Error when upgrading from 1.3 to 1.4b, allowed overwrite set to yes:
Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE user ADD tmnt_joins INT(10) NOT NULL DEFAULT '0' ;;

MySQL Error : Duplicate column name 'tmnt_joins'
Error Number : 1060
Request Date : Sunday, August 31st 2008 @ 03:59:40 PM
Error Date : Sunday, August 31st 2008 @ 03:59:40 PM

abu9al7 08-31-2008 09:00 PM

I used the 1.3 version
it have problem that there is no place to join the tournament

Overall I translated "product-tournament2008.xml" in the 1.3 version to another language
the question is : does I have to retranslate "product-tournament2008.xml" in the 1.4b version or it is the same data ?

regards

Chewy954 08-31-2008 09:17 PM

Can we make it so that it only shows the postbit in certain forums only?

Chewy954 08-31-2008 09:59 PM

you cant remove yourself/people from the tournament..?

akulion 08-31-2008 10:22 PM

very good idea for online gaming websites...

I dont run one, but definitely something I would use if I had one :) Good job!

MCAlexandre 08-31-2008 10:34 PM

I always got an error:

Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE _pkpusergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;

MySQL Error : Duplicate column name 'tournamentpermissions'
Error Number : 1060
Request Date : Sunday, August 31st 2008 @ 07:31:56 PM
Error Date : Sunday, August 31st 2008 @ 07:31:56 PM
When uploading the product-tournament2008.xml to the Product Manager...

macc 08-31-2008 10:35 PM

try to give usergrups permissions ...

macc

MCAlexandre 09-01-2008 12:14 AM

Quote:

Originally Posted by macc (Post 1611508)
try to give usergrups permissions ...

macc

Already did that. 777 on all the files. Uploaded to server as ASCII, as Binary, and nothing. :(

[EDIT: ah, usergroups... OK, i'll give it a try]

djlotus 09-01-2008 12:25 AM

Instaling 1.4 and testing on Monday Will provide a live link once tested.

R_Enterprise 09-01-2008 12:40 AM

where the heck are the brackets?

glorify 09-01-2008 03:36 AM

1 Attachment(s)
Well, I pretty much finished the style I was looking for. More of a threaded look with a collapsible tourney info box at the top. Finalize, edit, and delete buttons all appear at appropriate times.

The last thing to wait on is post order by last post, and an option to have an indefinite number of players, or be able to start the tourney whenever. As soon as i get that nailed down, I can go live. Also still getting the sql error when trying to go to 1.4b. I also have a question. Do the comments paginate or do they just go on and on? Haven't screwed with it.

bananalive, great mod. If yer interested in my templates, lemme know. I'd release them, but they are pretty messy lol.

bananalive 09-01-2008 07:03 AM

Quote:

Originally Posted by Chewy954 (Post 1611448)
Can we make it so that it only shows the postbit in certain forums only?

Edit Template tmnt_postbit
Add at the beginning (replace X,Y,Z with forumids)
HTML Code:

<if condition="in_array($forumid, array(X,Y,Z))">
Add at bottom
HTML Code:

</if>
Quote:

Originally Posted by MCAlexandre (Post 1611505)
I always got an error:
When uploading the product-tournament2008.xml to the Product Manager...

Open up product file and remove line below and then upload product file.
PHP Code:

$vbulletin->db->query_write("ALTER TABLE "TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;"); 


elpirao 09-01-2008 07:19 AM

Quote:

Originally Posted by mlthmp (Post 1611357)
Now that part of it is working (Create Tournament) but I'm seeing another error.

I just created a 4 person tournament.. when I went to move one player ahead (advance him) it marks the tournament as finished. Example Below.. Am I missing a step here?

http://www.smallball.org/tournament.php?do=view&id=4

Same Error.

Thx.

bananalive 09-01-2008 07:23 AM

Quote:

Originally Posted by elpirao (Post 1611799)
Quote:

Originally Posted by mlthmp
Now that part of it is working (Create Tournament) but I'm seeing another error.

I just created a 4 person tournament.. when I went to move one player ahead (advance him) it marks the tournament as finished. Example Below.. Am I missing a step here?

http://www.smallball.org/tournament.php?do=view&id=4

Same Error.

Thx.

I've located the error, its to do with conditionals in one of the templates. Fixed in next version.

GrendelKhan{TSU 09-01-2008 08:06 AM

wow. been looking/waiting for tournament scripts FOOOOREVER.. will check it out. THANKS! :D

macc 09-01-2008 09:26 AM

i installed ver 1.5 and it is same problem ...just ad one player in grid and tournament is finished and no more statistics when look in tournament .... (1v1 - type of tournament)

http://libar-libar.com/libar/vb/tournament.php (test 2) tournament ... you can see grid ... same problem like before (one player added and all is finished)


sorry but wil uninstall product!


regards macc

MCAlexandre 09-01-2008 10:03 AM

Quote:

Originally Posted by bananalive (Post 1611788)
Open up product file and remove line below and then upload product file.
PHP Code:

$vbulletin->db->query_write("ALTER TABLE "TABLE_PREFIX ."usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;"); 


I got another error:
Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE _pkptmnt_tmnts ADD threadid INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;

MySQL Error : Duplicate column name 'threadid'
Error Number : 1060
Request Date : Monday, September 1st 2008 @ 06:57:51 AM
Error Date : Monday, September 1st 2008 @ 06:57:51 AM
I would really like to use your product, I need it. :)
Please help.

bananalive 09-01-2008 01:09 PM

Quote:

Originally Posted by MCAlexandre (Post 1611869)
I got another error:

I would really like to use your product, I need it. :)
Please help.

open up product and remove line
Code:

$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."tmnt_tmnts ADD threadid INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");

glorify 09-01-2008 01:29 PM

Big problem. Tried to install 1.5 with overwrite, sql errors. Took out the portion of the code that was giving me errors, other prts giving me errors. Uninstalled ad tried to reinstall---no go.

Then tried to reinstall 1.3 (the last working copy for me), errors. All are because of duplicate:

Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE usergroup ADD tournamentpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;

MySQL Error : Duplicate column name 'tournamentpermissions'
Error Number : 1060

bananalive 09-01-2008 01:33 PM

Quote:

Originally Posted by glorify (Post 1611979)
Big problem. Tried to install 1.5 with overwrite, sql errors. Took out the portion of the code that was giving me errors, other prts giving me errors. Uninstalled ad tried to reinstall---no go.

Then tried to reinstall 1.3 (the last working copy for me), errors. All are because of duplicate:

What version have you got installed currently?

If its 4.1a, 4.1b or 3.1a
ADMINCP -> Plugins & Products -> Manage Products -> Select 'Edit' in dropdown box and then click Go next to vB Tournament -> Edit Version removing the letter (v1.4a or v1.4b goes to v1.4 and v3.1a goes to v1.3) -> Click Save

Then try uploading v1.5 or v1.6

bananalive 09-01-2008 01:44 PM

Quote:

Originally Posted by macc (Post 1611855)
i installed ver 1.5 and it is same problem ...just ad one player in grid and tournament is finished and no more statistics when look in tournament .... (1v1 - type of tournament)

http://libar-libar.com/libar/vb/tournament.php (test 2) tournament ... you can see grid ... same problem like before (one player added and all is finished)


sorry but wil uninstall product!


regards macc

I've found the error you were talking about, the javascript was redirecting to wrong url and finishing the tournament instead of progressing the player. It will be included with version v1.6 (coming out very soon)

stickskills 09-01-2008 02:09 PM

I just want to give bananalive a round of applause for the amount of dedication he's showed this early to the mod. He's been quick to react to everyone's problems, and damn quick to fix them. :)

glorify 09-01-2008 02:12 PM

Fiddled with it between 1.3 and 1.5 and somehow fixed

glorify 09-01-2008 02:13 PM

Quote:

Originally Posted by stickskills (Post 1612009)
I just want to give bananalive a round of applause for the amount of dedication he's showed this early to the mod. He's been quick to react to everyone's problems, and damn quick to fix them. :)

Agreed!

Reinhart 09-01-2008 04:46 PM

Great Additions!
Keep them coming!
MOTM for sure!

Still waiting to "remove players" to go live on my board..
Too many noobs just "joining" for fun or to test it out and no way to get them out!

mlthmp 09-01-2008 05:07 PM

Excellent! I thank you so much for this mod!
Worked perfectly, and leaves me very excited to see where this one goes in the future!

Suggestions for future versions (none of these are very important.. just extras)
The option to not link a player or "team" to a forum member ID.
Less confusing bracket administration process (maybe a space between each macthup when you select a winner)
Brackets on each side of page for 16,32 player brackets.
"Score Field", place to enter a final score for each matchup

Like I said, none of these are major IMO, and this mod is already quite fantastic! I'm sure you already have a test board.. but if you ever needed another "Teastdummy" let me know =)

Reinhart 09-01-2008 05:12 PM

Yeah with Teams and being able to fully control the membership of the tournament by removing or kicking or subbing players.. then Id be good to go!

but seriously.. GREAT FREAKING WORK MAN!

schlottkej 09-01-2008 06:43 PM

Unfortunately not all of the issues have been resolved yet. The FPSS module still is automatically displayed from some call within your code. I can't seem to figure out why!?!

merk_aus 09-01-2008 07:26 PM

Great Mod man,
Was about to install but was sick for the weekend come back on and its raced up to 1.6 with many added features look forward to adding it to my board after work today (unless there is another update then i will add that one)

I have to hand it to you for the dedication you have showed to the mod it gives us all some hope that mods aren't just being made put on here and forgotten about. Your a real person some of these other mod creators can learn from. Good job!

If I have any issues I will let you know - not to make your life a living hell but to help you improve it - if at all it needs to be!

glorify 09-01-2008 07:47 PM

Judging by the response I had without a big announcement, they love it!

Link

P.Jackson 09-01-2008 08:08 PM

you should get a pro version on the go , that can be aimed towards the fps side of things , ladders , league , eliminations etc would be a great product :)

schlottkej 09-01-2008 09:40 PM

Which templates handle the front of /tournament.php ?? I, for some very strange reason, I have FPSS displaying the most recent thread from that forum above the Tournament Listing.

The problem lies somewhere within $html < where is that edited?

glorify 09-01-2008 10:08 PM

banana--I am working on a php edit/ tmnt_edit combo to edit players, slots, status.

I can get everything to work so far except for one thing. I can't get a value of 0 to save in the freeslots field. I can save any other number.

any ideas to make it work?

*EDIT*
Got it! Continued testing and I think I'll have it figured out. I can save new status, players, and freeslots. Now I gotta see if they all work when adding a player after an edit ;)

siveriano 09-02-2008 01:12 AM

wow man thx for this mod i have fixed it and keep updating it lol. gj/

glorify 09-02-2008 01:27 AM

1 Attachment(s)
banana, how do you delete tourney wins/joined? I did a bunch of testing, deleted the tourneys, but the info still shows in my postbit/memberinfo stats. I'd like to request pagination for the comments. My comment list is really long with guys picking a whole weeks games. Doable?

Also made a Who's Online plugin. Attached.

mlthmp 09-02-2008 02:01 AM

glorify, Thank you for the Whose Online plugin.. Works excellent.

glorify 09-02-2008 02:20 AM

No problemmo :)


All times are GMT. The time now is 10:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02677 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete