=== WP-ChessFlash === Contributors: pjvanerp Tags: chess, pgn Requires at least: Tested up to: 2.8.4 Stable tag: 0.9 Allows display of a chessgame using the ChessFlash viewer == Description == Allows display of a interactive chessgame using the [ChessFlash PGN viewer](http://chessflash.com/) (version 2.13 used in this version) in posts and comments. Most of the settings of the Chessflash can be set either through adding parameters to the [pgn] tags or through the options page. Usage: * paste pgn-code between [pgn] [/pgn] tags * use of parameters with their default values: [pgn height=350 tabmode=false flipboard=false]...[/pgn] * additional parameters (puzzle, twoboards, boardonly) must first be allowed in options page * colors and piece characters can be set in options page == Installation == 1. Upload directory `wp-chessflash` to to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Customize the viewer through the options page in the 'Settings' menu in Wordpress == Frequently Asked Questions == = Why does the viewer skip plies when you play through the game with the arrow keys? = This is a problem in Firefox 3.5.2 with the wmode=transparent option for flash objects. == Changelog == = 0.9 = * using Chessflash version 2.13 (now possible to change piece characters); * introduced options page to set colors and piece characters and allow extra parameters; * added transparency to flash object to avoid dropdown menus falling behind object; * known issue: Firefox has problem with transparency -> playback with arrowkeys is not OK (one click is 2 plies). This is an known Firefox problem, not yet fixed in Firefox 3.5.2. = 0.5 = * added possibility to change some of the parameters with attributes in the [pgn] opening tag. Eg [pgn height=350 tabmode=false flipboard=false] [/pgn]. = 0.4 = * resolved the problem of the replacement of '...' by Wordpress. = 0.3 = * resolved the problem of pgn-files being too big by using a more low-level approach at filtering out the pgn-codes. Problem was caused by a memory limit in preg_replace_callback; - known issue: wordpress removes ... and replaces this with something else. The chesscode works anyway. = 0.2 = * encoding of the pgn-data now in plugin, so you can paste in normal pgn-data between the tags; * bug: does not work with larger pgn-data, not caused by Chessflash.swf -> has to do something with the way the pgn-data is filtered from the content. = 0.1 = * reworked code from plugin show-fen a bit to find the pgn-code in between [pgn] [/pgn] tags; * seems to work with using ChessFlash.swf locally and pasting encoded pgn-data (from http://chessflash.com/chessflash.html).