The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[PBPG] Chess Details »» | |||||||||||||||||||||||||||||||||
What does it do?
This is a chess plugin for my Play by post gaming mod. It allows members to play chess against each other within a forum thread. What can I use it for? The main aim of games is fun but you could also run tournaments as well Live Demo A live demo of this mod can be seen on my own forums here: http://www.giveupalready.com/forumdi...r-Gaming-Forum Features
Planned features [s]Struck out[/s] items in this list are implemented in my latest development copy and will make the next release. *** items are planned for next release.
Installation 1. Install Play by post gaming core product 2. Upload contents of upload folder. 3. Import product file. 4. Select the Manage Plugin Configurations option from the play by post gaming menu 5. Against Chess, select the create new configuration option. 6. Fill out the settings and save. 7. Create or edit an existing forum and assign the configuration you just created to it. Uninstallation As of beta 1, the product will not allow you to uninstall it while it is still in use. (this would break your board.) 1. Edit the forums that have a configuration of this plugin assigned and remove it from the list. 2. Now uninstall the product. 3. Delete the chess directory in pbpg_plugins. Changelog
Notes
Download Now
Screenshots
Show Your Support
|
Comments |
#32
|
||||
|
||||
Have fixed product file, now working your paths assume the mod is installed in root
So prefixed all /pbpg with /forum |
#33
|
||||
|
||||
Decided to uninstall. Unable to do so.
All threads deleted. All forums de-selected. ANy suggestions.? |
#34
|
|||
|
|||
delete the configurations then try.
If that fails and you've only got this installed, remove the core product first. |
#35
|
||||
|
||||
You cannot Deselect the bloody game from forums, even using Ctrl+mouse click
Therefore configs cannot be deleted. Mate I would pull this mod, until it is actually safe to install and uninstall. Waiting for updates to uninstall ! Removing core product first still makes no difference. |
#36
|
|||
|
|||
I have just tested the ctrl+click to remove in 3 browsers: firefox, chrome and internet explorer it works in all of them. That said, I will update the core product to use checkboxes from now on since that'll work out easier for unselecting them. If you've removed the core product change the uninstall code to this
Code:
$q = $db->query_first("SELECT * FROM ". TABLE_PREFIX."pbpg_plugin WHERE dir='chess'"); $db->query_write("DELETE FROM ".TABLE_PREFIX."pbpg_pluginconfig WHERE pbpg_pluginid = $q[pbpg_pluginid]"); $db->query_write("DELETE FROM ". TABLE_PREFIX."pbpg_plugin WHERE pbpg_pluginid = $q[pbpg_pluginid]"); EDIT: Alternativly, you can update to the newest version of the core. Based on your feedback i've added tools to make removal much easier. |
#37
|
||||
|
||||
Appreciate your reply.
However, still cannot get rid of the chess plugin. Now throwing up db errors. Latest: An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '$q = $db->query_first("SELECT * FROM ". TABLE_PREFIX."pbpg_plugin WHERE dir='che' at line 1 |
#38
|
|||
|
|||
You sure you used the exact code above? It seems you've tried to pass $q = $db->query_first("SELECT * FROM ". TABLE_PREFIX."pbpg_plugin WHERE dir='che into the database somewhere; thats teh only way it would have returned that.
|
#39
|
||||
|
||||
How about :
Doing a full explanation on removing "your" product. |
#40
|
|||
|
|||
ok, manual uninstallation:
remove the uninstallation code. remove product. delete pbpg_plugins/chess remove pbpg core product. remove pbpg_plugin and pbpg_pluginconfig tables I have just checked and double checked. The latest versions of all the products install/uninstall correctly. |
#41
|
||||
|
||||
Ok, thankyou.
It will not allow removal of chess plugin. Stating it has to be removed from config of forums, but it isnt enabled in a single forum |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|