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)

bananalive 09-29-2008 05:04 PM

Quote:

Originally Posted by mlthmp (Post 1633201)
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

Using phpmyadmin open smallbal_vbforums, remove/drop table starting with vb_tmnt_ and vb_ladder

Chris11987 09-29-2008 05:08 PM

Quote:

Originally Posted by bananalive (Post 1633132)
Beta Release v2.4.2

Combines ladders and tournament modifications.

Awesome, I didn't think you were gonna be combining them already. I'll try it out later. I have a few suggestions already for it, but I'll wait until any bugs are sorted out.

mlthmp 09-29-2008 05:18 PM

Quote:

Originally Posted by bananalive (Post 1633213)
Using phpmyadmin open smallbal_vbforums, remove/drop table starting with vb_tmnt_ and vb_ladder


OK.. done.

I also physically went through and deleted all the ladder and tournament files. Now, whenever I try and install again, I get the very same errors as above.

Also,, after removing all the files and deleting the plugins.. "vB Tournament" is still showing as installed, and when I try to uninstall it it comes up


Invalid SQL:

DROP TABLE vb_tmnt_activity;;

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

bananalive 09-29-2008 05:28 PM

Quote:

Originally Posted by mlthmp (Post 1633219)
OK.. done.

I also physically went through and deleted all the ladder and tournament files. Now, whenever I try and install again, I get the very same errors as above.

Also,, after removing all the files and deleting the plugins.. "vB Tournament" is still showing as installed, and when I try to uninstall it it comes up


Invalid SQL:

DROP TABLE vb_tmnt_activity;;

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

Admincp -> Plugins & Products -> Manage Products -> Edit vB Tournament

remove text from 2.4 uninstallation box

click save

Then try uninstalling it

mlthmp 09-29-2008 05:53 PM

When I tried that, I get

Invalid SQL:
ALTER TABLE vb_usergroup DROP COLUMN maxteams;;

MySQL Error : Can't DROP 'maxteams'; check that column/key exists
Error Number : 1091

Looking back, maxteams was listed under the uninstall box for 2.3.8

so I removed everything from all uninstall boxes, and then it let me remove the product. I hope this was ok, lol.. but everytime I deleted the info from one box, when I tried to uninstall it referenced info from another.

Should it be safe now to try a new installation? If so, I have a question. The new Beta install you listed above, does it include all files needed to run both the ladders and tournaments? Only reason I ask, is because the ladder script no longer has any download available, and I have removed it from my forums.

bananalive 09-29-2008 06:44 PM

Quote:

Originally Posted by mlthmp (Post 1633239)
Should it be safe now to try a new installation? If so, I have a question. The new Beta install you listed above, does it include all files needed to run both the ladders and tournaments? Only reason I ask, is because the ladder script no longer has any download available, and I have removed it from my forums.

The beta version above is combined Tournament and Ladder Modification. All files are included in the zip archive.

gamerscms 09-29-2008 07:25 PM

This is great news about the beta, could we get a list of features you plan to add in the first post so we know what to post up with ideas i would fully support this hack by donating more cash as i think you have worked hard with this.

thanks a lot i will be adding some ideas soon :)

gamerscms 09-29-2008 07:30 PM

Getting the following error when i try to challenge someone.

Code:

Fatal error:

    * Please complete both the subject and message fields.

Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in [path]/includes/class_dm.php on line 810


bananalive 09-29-2008 08:06 PM

Quote:

Originally Posted by gamerscms (Post 1633332)
Getting the following error when i try to challenge someone.

Code:

Fatal error:

    * Please complete both the subject and message fields.

Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in [path]/includes/class_dm.php on line 810


Sorry yes there's an error with PM sending to user being challenged. (Fix released with next version.)

gamerscms 09-29-2008 08:09 PM

Quote:

Originally Posted by bananalive (Post 1633357)
Sorry yes there's an error with PM sending to user being challenged. (Fix will be released with next version.)


OK no problem thanks for the update :)

bananalive 09-29-2008 08:11 PM

1 Attachment(s)
Quote:

Originally Posted by bananalive (Post 1633357)
Sorry yes there's an error with PM sending to user being challenged. (Fix will be released with next version.)

v2.4.2 BETA 2
- contains ladder challenge fix

mlthmp 09-29-2008 08:24 PM

OK.. just uploaded the files form the BETA 2 zip.
When I tried to import the file, I get this.

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

MySQL Error : Duplicate column name 'ladderpermissions'
Error Number : 1060
Request Date : Monday, September 29th 2008 @ 05:22:50 PM
Error Date : Monday, September 29th 2008 @ 05:22:53 PM

bananalive 09-29-2008 08:37 PM

Quote:

Originally Posted by mlthmp (Post 1633378)
OK.. just uploaded the files form the BETA 2 zip.
When I tried to import the file, I get this.


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

MySQL Error : Duplicate column name 'ladderpermissions'
Error Number : 1060
Request Date : Monday, September 29th 2008 @ 05:22:50 PM
Error Date : Monday, September 29th 2008 @ 05:22:53 PM

find and delete in product file
Code:

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

mlthmp 09-29-2008 09:03 PM

When I did that, I kept getting the same error, for different tables.

So, instead I went in via myphpadmin and physically found, and deleted every table, or addition to existing tables the modification created. Took awhile, but when I was done, it installed correctly.

I have one suggestion. Is it possible to create, and include an additional file that will delete all modification DB changes encase anyone ever wants or needs to uninstall? I know some phpbb mods include an install / uninstall file you can upload, and click on to add/remove tables. Maybe something like that is possible here?

I know it was sure a hassle to find, and remove all the DB tables by hand, lol. Maybe save someone some heartbreak if they ever need to remove to upgrade or something?

BTW, I like the merged mods. Looks great together! Great job!

gamerscms 09-29-2008 09:08 PM

Still getting the PM error:

Please complete both the subject and message fields.

mlthmp 09-29-2008 09:19 PM

Found one small error to add.

When a user adds a comment to an event, it pops up the message that its been entered, and click here if you do not wish to wait. Clicking does nothing, and the message just stalls.

No biggie, the guys can just use the back button.. but just wanted to let you know.

AK47 Nemesis 09-30-2008 09:45 AM

Small sugestion: Maybe you could add a section to put rules? That would be great.

rob01 09-30-2008 04:03 PM

hey im trying to install the new tournament
but if i drop the tournament mob i get this error

Database error in vBulletin 3.7.3:
Invalid SQL:
DROP TABLE vbb_tmnt_activity;;
MySQL Error : Unknown table 'vbb_tmnt_activity'

and if i drop ladder i get this error

Database error in vBulletin 3.7.3:
Invalid SQL:
DROP TABLE vbb_ladders;;
MySQL Error : Unknown table 'vbb_ladders'

but i already try adding the vbb_ladders table with mysql, but still i get the same error :(
any help? pleas thanks :)

indie2industry 09-30-2008 04:58 PM

is there a way to change the color of the brackets?? I have an all black VB and no one can see the actual brackets :o

Chris11987 10-01-2008 04:27 AM

I'm having a big problem.... I can't update usergroups because of a table from the tournament. I tried to uninstall the tournament and this is what I get everytime:

Quote:

Invalid SQL:

DROP TABLE vb_tmnt_activity;;

MySQL Error : Unknown table 'vb_tmnt_activity'
Error Number : 1051
I tried reinstalling and upgrading the tournament as well, and no luck. I haven't even used the tournament software in about a week, so I'm unsure as to why it suddenly did this. I checked phpmyadmin and the table doesn't exist. What do I do here?

fyi: I was using/reinstalled/upgraded with version 2.4.

edit: This is the error I get when trying to update a usergroup:
Quote:

MySQL Error : Unknown column 'tournamentpermissions' in 'field list'
Error Number : 1054
Both of those are missing form the db, even after I update the product again.

EHSkaRMa 10-01-2008 07:12 AM

Fresh install here, and we are loving it. Thank you for a great mod!

Installed

jlew24asu 10-01-2008 11:54 AM

is anyone else getting a blank page when they click add for a new tournament?

iogames 10-01-2008 03:40 PM

3.6.x ???

Stifmeister2 10-01-2008 04:35 PM

Quote:

Originally Posted by iogames (Post 1634765)
3.6.x ???

Works for 3.6, just grab this file and import it (it contains memberinfo css from 3.7).

Internetcafe 10-01-2008 05:20 PM

1 Attachment(s)
Members profile / stats page shows multiple tournament listings !? :-

conker1 10-01-2008 08:48 PM

"tournament.php?do=addteam"

Dont have load team logos bar, when click edit team link you can see them.

and ppls can create new team with same name, can you fix them ?

Thanks. Great Mod

XStealth6 10-02-2008 02:20 AM

When Creating a new Tournament with teams i get this Error
Quote:

Warning: Wrong parameter count for str_replace() in [path]\tournament.php on line 567
Above the page, it reloads and then shows the correct information.
Any ideas?

Chris11987 10-02-2008 02:38 AM

In response to my above post (#540), I fixed the usergroups. I just went into the profduct's xml file and manually entered the commands to fix the usergroups. Everytime there was a new error, I fixed it one by one until it was working fine again. I still can't upgrade or uninstall the tourney, but I'll give that an attempt later on tonight and give an update.

edit: Every time some of the tables are created again, different ones are deleted. I don't understand why the entire product won't install o reinstall and I'm getting pretty upset with it. Is there a way for me to manually UNinstall the whole thing, through phpmyadmin? I can try deleting every table/field, but how will it be taken out of the admincp and actual system?

Chris11987 10-02-2008 09:02 AM

edit: Turns out the error was from the ibProArcade Mod, not this one.

Gn_Snake 10-02-2008 10:38 AM

For future Release its possible to integrate it with VbExperience ?? :p

bananalive 10-02-2008 04:17 PM

Just released v2.4.6 which should address all current bugs, etc. along with new features.

Any problems post below

jlew24asu 10-02-2008 04:24 PM

Quote:

Originally Posted by bananalive (Post 1635737)
Just released v2.4.6 which should address all current bugs, etc. along with new features.

Any problems post below

only need to override the xml file?

stickskills 10-02-2008 04:25 PM

I'm liking how things are shaping up. I think there really needs to be some sort of XP that teams can gain via the ladders they compete in so that there's kind of like a "true skill" ranking for overall competitors.

A great list of features, some may already be in.. but this is a huge overview.

»Ladder and Tournament Features«

* Unlimited Ladder Capacity (Singles, Team)
* Automated Ranking System
* Challenge Based System
* Strike / Warning System
* Map Randomizer
* Ladder Page Organized By Admin Defined Groups
* Clan Manager With Profile Editor, and War Light
* Members Can Join Current Teams, or Make Their Own.
* Clan Profile Page With Full Contact Details (MSN, Yahoo, AIM, Co-L AIM, ect.)
* Ladder standings with Crown, Blasts, AIM , Stats, ladder assistant, ect.
* King System (War for Crown)
* Full Tournament System Player or Admin Reported
* Fully Automated Tournament Brackets

»Social Networking Features«

* Each Members Gets Their Own Mailbox With Team Invites, And Friend Invites
* Member Profiles With Contact Information, About Me, Comments And More
* Friends System / Ability To Become Private

»Admin Control Panel«

* Admin Control Panel / Staff System
* Different Permissions For Each Staff Member
* Referee Ticket Manager
* Ladder and Staff Group Manager

»Other Features«

* Find a Match System With War Lights Integrated
* Ticket System With Admin Reply's Staff Member Assign
* Multiple Templates - Your members can choose their own template
* Full Member List With Letter Select
* News System Displayed On Front Page
* Full Featured Free Agent System With Commenting
* Full Search System By ID or Name

bananalive 10-02-2008 04:26 PM

Quote:

Originally Posted by indie2industry (Post 1634031)
is there a way to change the color of the brackets?? I have an all black VB and no one can see the actual brackets :o

Open template tmnt_results copy into notepad/wordpad

Replace all #000000 with html hex code

Here's few examples...

#FFFFFF = White
#FF0000 = Red
#00FF00 = Green
#0000FF = Blue
#FFFF00 = Yellow
#00FFFF = Aqua Greeny Blue
#FF00FF = Pink
#C0C0C0 = Grey

bananalive 10-02-2008 04:27 PM

Quote:

Originally Posted by jlew24asu (Post 1635746)
only need to override the xml file?

You will need to upgrade product file and re-upload all files (remember to check overwrite)

TCattitude 10-02-2008 04:33 PM

THANK YOU bananalive for the time to develop and support this mod ;)

Queball_Beast 10-02-2008 04:52 PM

Hi,

After installing the new Tournaments and Ladder combined the old ladder info and all its players and players stats are gone... there is no ladder unless I create a new one.
is there anyway to call the info from the stand alone ladder into the combined ladder?

Since the Ladder and Tournaments are combined, I tried changing the name appearing in the navbar from Tournaments to ===> Ladders & Tournaments or League.
Members are asking what happened to the Ladder. however after changing the phrase and saving it the name on the navbar does not change.

How can I change the name in navbar from Tournaments to another name?

Thanks

gorentals 10-02-2008 05:29 PM

Just installed new version. Everything working good. 3.7.3

Good job and like the combination.

gamerscms 10-02-2008 05:29 PM

Working all fine, thanks :)

Would be great to see some rules pages added.

bananalive 10-02-2008 07:09 PM

Quote:

Originally Posted by Queball_Beast (Post 1635787)
Hi,

After installing the new Tournaments and Ladder combined the old ladder info and all its players and players stats are gone... there is no ladder unless I create a new one.
is there anyway to call the info from the stand alone ladder into the combined ladder?

Since the Ladder and Tournaments are combined, I tried changing the name appearing in the navbar from Tournaments to ===> Ladders & Tournaments or League.
Members are asking what happened to the Ladder. however after changing the phrase and saving it the name on the navbar does not change.

How can I change the name in navbar from Tournaments to another name?

Thanks

It uses different tables but I will create product file to move ladders info across.

Edit vbphrase tmnts though this edits all instances of the phrase


All times are GMT. The time now is 12:01 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.02803 seconds
  • Memory Usage 1,847KB
  • 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
  • (3)bbcode_code_printable
  • (17)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