{"id":6577,"date":"2009-08-29T13:51:00","date_gmt":"2009-08-29T13:51:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-chessflash\/"},"modified":"2014-11-24T10:23:38","modified_gmt":"2014-11-24T10:23:38","slug":"wp-chessflash","status":"publish","type":"plugin","link":"https:\/\/scn.wordpress.org\/plugins\/wp-chessflash\/","author":1781585,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2","stable_tag":"trunk","tested":"4.0.38","requires":"","requires_php":"","requires_plugins":"","header_name":"WP-ChessFlash","header_author":"Pepijn van Erp","header_description":"","assets_banners_color":"","last_updated":"2014-11-24 10:23:38","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.pepijnvanerp.nl\/chess\/wp-chessflash\/","header_author_uri":"http:\/\/www.pepijnvanerp.nl\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3794,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.9","1.0","1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[17259,17263],"plugin_category":[],"plugin_contributors":[90840],"plugin_business_model":[],"class_list":["post-6577","plugin","type-plugin","status-publish","hentry","plugin_tags-chess","plugin_tags-pgn","plugin_contributors-pjvanerp","plugin_committers-pjvanerp"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-chessflash.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Allows display of a interactive chessgame using the <a href=\"http:\/\/chessflash.com\/\">ChessFlash PGN viewer<\/a> 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.<\/p>\n\n<p>NB ChessFlash PGN viewer has been followed up by KnightVision, this plugin still uses the older version.<\/p>\n\n<p>Usage:<\/p>\n\n<ul>\n<li>paste pgn-code between [pgn] [\/pgn] tags<\/li>\n<li>use of parameters with their default values: [pgn height=350 tabmode=false flipboard=false initialply=22]...[\/pgn]<\/li>\n<li>additional parameters (puzzle, twoboards, boardonly) must first be allowed in options page<\/li>\n<li>colors and piece characters can be set in options page<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload directory <code>wp-chessflash<\/code> to  to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Customize the viewer through the options page in the 'Settings' menu in Wordpress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>ChessFlash has been replaced with KnightVision. Why doesn't this plugin use that newer viewer?<\/dt>\n<dd><p>I plan to update to the KnightVision version, but then I will probably use a new name for the plugin as well.<\/p><\/dd>\n<dt>Why can't I see the vieuwer on mobile devices?<\/dt>\n<dd><p>The viewer uses Flash, which unfortunately doesn't work on tablets and mobile phones.<\/p><\/dd>\n<dt>Why are the chess pieces different from those on [chessflash.com](http:\/\/chessflash.com\/chessflash.html)?<\/dt>\n<dd><p>I recompiled chessflash.swf with a different piece set for use in <a href=\"http:\/\/jinchess.com\/\">Jin<\/a>: <a href=\"http:\/\/ixian.com\/chess\/jin-piece-sets\/\">merida.ead-01.zip<\/a>. The original piece set didn't match the diagrams I use on the website of my chess club. You can replace chessflash.swf in the plugin directory with the original version to get the original pieces.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2<\/h4>\n\n<ul>\n<li>bug fixes for Wordpress 4.0.1<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>fixed the checkboxes to allow 'boardonly' and 'puzzle' tags<\/li>\n<li>added some text to explain 'initialply=xx' option<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>using Chessflash version 2.16 with Merida piece set<\/li>\n<li>new parameter (initalply=xx)to start the player at specific ply number<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>using Chessflash version 2.13 (now possible to change piece characters);<\/li>\n<li>introduced options page to set colors and piece characters and allow extra parameters;<\/li>\n<li>added transparency to flash object to avoid dropdown menus falling behind object;<\/li>\n<li>known issue: Firefox has problem with transparency -&gt; 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.<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>added possibility to change some of the parameters with attributes in the [pgn] opening tag. Eg [pgn height=350 tabmode=false flipboard=false] [\/pgn].<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>resolved the problem of the replacement of '...' by Wordpress.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>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;<\/li>\n<li>known issue: wordpress removes ... and replaces this with something else. The chesscode works anyway.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>encoding of the pgn-data now in plugin, so you can paste in normal pgn-data between the tags;<\/li>\n<li>bug: does not work with larger pgn-data, not caused by Chessflash.swf -&gt; has to do something with the way the pgn-data is filtered from the content.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>reworked code from plugin show-fen a bit to find the pgn-code in between [pgn] [\/pgn] tags;<\/li>\n<li>seems to work with using ChessFlash.swf locally and pasting encoded pgn-data (from http:\/\/chessflash.com\/chessflash.html).<\/li>\n<\/ul>","raw_excerpt":"Allows display of a chessgame using the ChessFlash viewer","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/6577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=6577"}],"author":[{"embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pjvanerp"}],"wp:attachment":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=6577"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=6577"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=6577"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=6577"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=6577"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=6577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}