The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Chess Details »» | ||||||||||||||||||||||||||
Chess for vbulletin.
This mod turns an existing forum into a forum for playing chess in. Members can then play games against each other as easilly as posting a new post in a regular forum. NB: the beta version of this dosn't enforce the rules of chess so illegal moves are possible - this does have the advantage of allowing handicap matches and variations on standard chess rules. beta This mod is a beta mod, this means that i have all the functions working on my board however there may be unforseen problems and conflicts on different vb setups. I'm 95% confidant that there are no major isseus left in the core code, the only issues that may arrise are from the new ajax features. If this is a problem for you, you can disable the ajax features in the admin cp. Demo A live demo can be seen here: http://www.giveupalready.com/forumdisplay.php?f=349 (running v1.0.1 till i've time to upgrade it) Screenshots Screen shot shows new UI Version History 1.1b (beta): current version - improved user interface (if you've changed the chess template you will need to revert/apply the changes manually) - back/forward buttons for local moves (unsaved. Full backward/forward movement will be added in a later version) - highlight for currently selected square. 1.0.1b (beta): - fixed a couple of misisng TABLE_PREFIX's - fixed table spacing issue 1.0b (beta): - forced quick reply to be enabled. - added reset board link + javascript to reset the board without reloading. - ajax posting of moves. - board updates itself every 10 secs via ajax. - added option to flip layout of board. 0.2b (beta): - added some javascript to update piece replacments instantly. - templates are now fully phrased. 0.1b (beta): - added faq entries to product file - (hopefully) improved compatablity with vbseo - modified instal instructions to avoid potential javascript problems. - changed version numbering scheme. beta: - re-exported product file to contain all the settings fields. alpha: - changed image paths to allow for customised images. Known Issues - Table sizes are inconsistant - If min post length is greater than 7 moves wont post without a comment. Compatability This mod was written on vb 3.6.0 and has been tested on 3.6.7 compatablity with other versions is unknown. Reported working on 3.6.8 Instalation
Upgrade from < 1.0b
Upgrade from 1.0b
Support As all of my boards have been upgraded to vbulletin 4, I am no longer actively maintaining any of my vb3.x mods. Free support for all of my 3.x mods is being removed from the 31st of March 2010 after this date, I will only be offering paid support for 3.x mods; downloading and usage of the mods will remain free but unsupported. For support of 3.x mods, please pm me as I won't be checking the threads very often. Liscense THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You may modify this software to suit your own purposes but may only distribute said modifications within this thread and with my approval. Credits Images were modified from icon files downloaded from http://www.enpassant.dk/chess/grafeng.htm Checkers Untill i get arround to coding and releasing a checkers game you can play checkers using this mod using the following instructions provided by one of my forum members: Quote:
You can add image sets by uploading a gfx for each piece identified by its initial into a new directory within the /images/chess/ directory and then changing the image settings in the admincp. If anyone has any custom image sets that they can legally distribute pm me a link and i'll link to them in this post. Feature requests - Leader board - Other games (checkers, monopoly,risk, go) Show Your Support
|
Comments |
#232
|
|||
|
|||
ah... that'd be the new csrf protection thingy that got added somewhere along the line. It needs a template change but i'm not sure what atm...
|
#233
|
||||
|
||||
Took me a while to pin this down, but I tracked the disappearance of my Quick Reply to this modification. I can't quite pinpoint the timeline, but I believe it was after I made the upgrade 3.8.4 and did the last upgrade on this shortly afterward. It appears they're not compatible, at least in that regard.
|
#234
|
|||
|
|||
It should only edit the quick reply settings for the forum its active on.
I've not tested it on .8.4 however so there may be an unforseen complication. |
#235
|
|||
|
|||
Quote:
In addition, the pieces did not move either using AJAX or replying with (e2-e4) so we had to uninstall the latest version (1.1b (beta)) as well. Our forum members look forward to the day when this is a robust mod. So far we have had to try and deinstall every attempt at installation. |
#236
|
|||
|
|||
Quote:
Just need a few weeks free to really work on my various mods and get the creases ironed out. |
#237
|
|||
|
|||
Has this been fixed?
|
#238
|
|||
|
|||
Quote:
add this line directly after it: <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> Link to Implementing CSRF Protection in modifications: https://vborg.vbsupport.ru/showthread.php?t=177013 This mod has a ton of potential. I'm also looking forward to a more robust mod. Great work!! |
#239
|
|||
|
|||
Quote:
line 673 in product-chess.xml. Code:
eval('$postbits = "' . fetch_template('chess') . '";'); $show['quickreply'] = false; } ]]></phpcode> |
#240
|
|||
|
|||
Ok, i tracked the problem with the quick reply down.
As posted above, the $show['quickreply'] = false; is the wrong side of the bracket. Edit the plugin showthread_complete and edit the last 3 lines to be: Code:
eval('$postbits = "' . fetch_template('chess') . '";'); $show['quickreply'] = false; } The mod will be split into parts; there will be a 'core' mod "Play by Post gaming" which will then have multiple plugins to support various different games. When vb4 goes gold i'm /hoping/ to have the core finished and two plugin games; chess and chess freeplay (eg one with rules enforced, one without) |
#241
|
|||
|
|||
looking forward to the next release!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|