Posted on June 14th, 2009
I have upgraded to WordPress 2.8, but it seems that this resulted in some problems with the chess diagrams and replayable games. I’m trying to solve this. Update: The problem has been solved. I had to adapt the Show-FEN plugin. A new version of the Show-FEN plugin v1.4 can be downloaded here. I have installed the Sociable plugin for WordPress. This plugin adds the little social media buttons at the end of the posts. If you like this site or this post you can use this buttons to share the post on your social networks like StumbleUpon. I have selected a very limited number of social networks. [...] I noted that the comments on the about page have been disappeared so I decided to make them reappear again. Therefor I have added the following code to the Page template. <?php if (is_page(‘about’)) { ?> <div class=”comments-template”> <?php comments_template(); ?> </div> <?php }> Now the comments are back, but [...] The Show-FEN plugin v1.3 can be downloaded here. In addition to the original functionality the letterx x, o and v may be used. Ater downloading and unzipping the plugin to an appropriate directory you still have to change the line $path = “http://your.domain.name/plugindir/”; to something which corresponds to the directory in which the pictures of [...] At this place a new chess problem has been presented to you during each visit. The purpose of these chess diagrams was to improve your chess skills. But there were two problems with these diagrams. First of all it takes a lot of bandwidth, because for each visit the site has to be changed. And [...] Posted on January 28th, 2007
The first version of the Show-fen plugin for WordPress is finished. It is based on the code for SPHPBlog that can be downloaded at Schaakpraat and can be used to display chess diagrams by only inserting the FEN string within the <fen> and </fen> tags. The circle at the upper right corner is used to [...] |