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)

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

Quote:

Originally Posted by Chris11987 (Post 1631193)
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

Quote:

Originally Posted by Chris11987 (Post 1631285)
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

Code:

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

Quote:

Originally Posted by Stifmeister2 (Post 1630400)
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
Quote:

Originally Posted by VGPelega (Post 1630449)
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.
Quote:

Originally Posted by Chris11987 (Post 1631193)
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.
Quote:

Originally Posted by camomouse (Post 1631329)
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.
Quote:

Originally Posted by rob01 (Post 1631484)
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
Quote:

Originally Posted by RTO (Post 1624314)
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.

Keep up the good work! :)


Strafe 09-27-2008 12:59 PM

Quote:

Originally Posted by bananalive (Post 1631524)
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

Quote:

Originally Posted by Queball_Beast (Post 1631632)
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.

Quote:

Originally Posted by Strafe (Post 1631588)
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

Quote:

Originally Posted by bananalive (Post 1631647)
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

Quote:

Originally Posted by bananalive (Post 1631647)
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

Quote:

Originally Posted by Strafe (Post 1631777)
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

Chris11987 09-27-2008 09:36 PM

What's new in 2.4.1? The phrases and two bug fixes previously mentioned?

rob01 09-28-2008 12:20 AM

hi i cant compile with calendar, how i will be able to use this mod?

since i have a execution error in calendar :S
Fatal error: Call to undefined function cal_days_in_month() in ...../tournament.php on line 598

Strafe 09-28-2008 02:43 AM

Hey, thanks for fixing the bugs!

Just found out that after you delete someone off the team the number doesn't update on the 'Team List'. It still shows 3 when there's only 2 left on the team. :)

Edit: Now that you changed 1v1 to be called Single Elimination, the whole tournament table with the brackets on the tournament result page disappeared.

If you go in the phrase manager and change Single Elimination back to 1v1 or anything short, the brackets reappear!

gamerscms 09-28-2008 08:57 AM

Thanks for the new update, some new bugs when you upload a team logo nothing happens also when making a new team the upload logo is not in there you need to create then edit your team to add it.

And the comment redirect is not working still :(

bananalive 09-28-2008 09:42 AM

Quote:

Originally Posted by gamerscms (Post 1632119)
Thanks for the new update, some new bugs when you upload a team logo nothing happens also when making a new team the upload logo is not in there you need to create then edit your team to add it.

And the comment redirect is not working still :(

It should do, I'll look into it
Quote:

Originally Posted by Strafe (Post 1631974)
Hey, thanks for fixing the bugs!

Just found out that after you delete someone off the team the number doesn't update on the 'Team List'. It still shows 3 when there's only 2 left on the team. :)

Edit: Now that you changed 1v1 to be called Single Elimination, the whole tournament table with the brackets on the tournament result page disappeared.

If you go in the phrase manager and change Single Elimination back to 1v1 or anything short, the brackets reappear!

Cheers, fixed (released with next version)
Quote:

Originally Posted by rob01 (Post 1631934)
hi i cant compile with calendar, how i will be able to use this mod?

since i have a execution error in calendar :S
Fatal error: Call to undefined function cal_days_in_month() in ...../tournament.php on line 598

make sure you have reverted template tmnt_new

valendono 09-28-2008 10:50 AM

same problem..

Quote:

Now that you changed 1v1 to be called Single Elimination, the whole tournament table with the brackets on the tournament result page disappeared.
and the pages not going to page comment after submitting comment..

2 of macro problem I saw after 2.4.1 release.. and can we have future for swapping player on "Single Elimination" because on competition we need to arrange who vs who sometimes.

Stifmeister2 09-28-2008 06:56 PM

This is not very big deal but if it's not too hard to fix:

- When user joins a tournament and later has his username changed, the old username will stay in the tournament page.

Blackhat 09-28-2008 10:16 PM

maybe add some options for vbcredits so the winning teams can earn some credits by winning etc ? or something along those lines! Just ideas :)

Chris11987 09-28-2008 10:24 PM

I was thinking something along those lines like if YAAS finally got automated awards, but IMO I think banana would work on combining his ladders + tournaments before implementing them to any other 3rd party modifications.

Strafe 09-29-2008 12:12 AM

Quote:

Originally Posted by valendono (Post 1632170)
and can we have future for swapping player on "Single Elimination" because on competition we need to arrange who vs who sometimes.

I 2nd that, since in most tournament environment, it is very common to give byes to 'seeded players/teams'. :)

Things are looking good tho!

rob01 09-29-2008 03:18 AM

make sure you have reverted template tmnt_new, what you mean?

i mean i cant install calendar extension.. on my PHP server

so it wont work right?, sorry im still in the learning process

valendono 09-29-2008 03:32 AM

ok tq for bracket fix..

I found another "cannot found the phrase" after sum 1 winning on the bracket you click to forward the user.

and

Quote:

Originally Posted by rob01 (Post 1632740)
make sure you have reverted template tmnt_new, what you mean?
i mean i cant install calendar extension.. on my PHP server
so it wont work right?, sorry im still in the learning process

rob01 on your tournament templates on style manager of vbulletin there have tmnt_new .. just revert it.

sorry my bad english.

rob01 09-29-2008 05:19 AM

yeah i already did that
but
i keep getting this error
Code:

Fatal error: Call to undefined function cal_days_in_month() in /home/robtbs/public_html/forum/tournament.php on line 598
i guess is because i dont have calendar--extension for php

Hamednet 09-29-2008 09:34 AM

thanks dear

very nice !

jlew24asu 09-29-2008 11:12 AM

anyone have any luck on the blank pages loading?

gamerscms 09-29-2008 02:40 PM

Quote:

Originally Posted by Blackhat (Post 1632552)
maybe add some options for vbcredits so the winning teams can earn some credits by winning etc ? or something along those lines! Just ideas :)

I second that something to look into once this is up to scratch.

bananalive 09-29-2008 03:08 PM

1 Attachment(s)
Beta Release v2.4.2

Combines ladders and tournament modifications.

All problems or bugs can be posted in this thread.

mlthmp 09-29-2008 04:17 PM

Just installed 2.4.2 (not BETA)

When I try and set the tournament permissions.. I get this.

MySQL Error : Unknown column 'tournamentpermissions' in 'field list'
Error Number : 1054
Request Date : Monday, September 29th 2008 @ 01:15:36 PM
Error Date : Monday, September 29th 2008 @ 01:15:36 PM

bananalive 09-29-2008 04:30 PM

1 Attachment(s)
Quote:

Originally Posted by mlthmp (Post 1633184)
Just installed 2.4.2 (not BETA)

When I try and set the tournament permissions.. I get this.

MySQL Error : Unknown column 'tournamentpermissions' in 'field list'
Error Number : 1054
Request Date : Monday, September 29th 2008 @ 01:15:36 PM
Error Date : Monday, September 29th 2008 @ 01:15:36 PM

Sorry about that. I think its caused by an error in installation of ladder modification. Import attached product file and it should be fixed.

mlthmp 09-29-2008 04:50 PM

Im not sure whats happened, or how lol.

I decided to totally start over, and remove both modifications and begin fresh. Ladders removed fine, but when I tried to remove the Tournament mod, I get this.

Invalid SQL:

DROP TABLE vb_tmnt_activity;;

MySQL Error : Unknown table 'vb_tmnt_activity'
Error Number : 1051

I tried installing over / upgrading tournaments again, but got similar errors.

Can you tell me how to just remove everything by hand, so I can start over fresh? Apparently VB isn't going to let me remove it

*EDITED*

When I try installing / upgrading.. I get this error when I go to the tournament.php page.

Database error in vBulletin 3.7.2:

Invalid SQL:
SELECT * FROM vb_tmnt_tmnts Array ORDER BY id DESC;

MySQL Error : Table 'smallbal_vbforums.vb_tmnt_tmnts' doesn't exist
Error Number : 1146


All times are GMT. The time now is 03:42 PM.

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.02644 seconds
  • Memory Usage 1,857KB
  • 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
  • (2)bbcode_code_printable
  • (22)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