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 |
#42
|
|||
|
|||
If you've deleted the uninstall code from the chess plugin, it will not do anything to prevent its removal.
Alternativly: upgrade both the core and this product to the latest versions and then uninstall. |
#43
|
||||
|
||||
I have tried that. Will give it one more go.
|
#44
|
||||
|
||||
Ok Deleted.
But you still have issues with file paths. Images to chess pieces are not showing up, I posted this in one of your threads. I imagine that is why the game doesnt work, also because paths are incorrect |
#45
|
|||
|
|||
I'm planning a release as soon as I'm able to get it finished.
Will feature privacy mode; admin settings for the images directory and commands to change the games status (eg checkmate, stalemate etc) an important step towards being able to do cool things like tracking user stats and integrating into my tournaments and ladders mod. |
#46
|
|||
|
|||
Update released.
|
#47
|
||||
|
||||
Hey Carnage, Ive installed and uninstalled the latest versions of this and the core and I still have the pbpg_chess_blackbg & pbpg_chess_whitebg Stylevars.
|
#48
|
|||
|
|||
That seems to be a bug in vbulletin; I just checked the delete product code; there is no code to remove added style vars.
Edit: Did some research; known bug in 4.0.2 http://www.vbulletin.com/forum/proje...?issueid=36241 |
#49
|
||||
|
||||
Ah thanks man, figures. lol
|
#50
|
|||
|
|||
I looking chess for 3.8.4....
|
#51
|
||||
|
||||
Quote:
We've got the correct image path on our forums, and it does display the pieces. However, it's not allowing us to set players and make moves and stuff. If it helps at all, we DO get this javaScript error when loading a thread that has the board: Error: complete is not defined Source File: http://(myforum)/showthread.php?87079-Testing... Line: 1027 Here's the relevant piece of code: Code:
<script type="text/javascript"> <!-- black_sugg = new vB_AJAX_NameSuggest('black_sugg', 'black', 'blackplayername'); white_sugg = new vB_AJAX_NameSuggest('white_sugg', 'white', 'whiteplayername'); YAHOO.util.Event.on(window, 'load',function(){ YAHOO.util.Event.addListener('rotation_menu_body','click',complete); YAHOO.util.Event.addListener('quiet_menu_body','click',complete); }); //--> </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|