pgn4web
Forum Replies Created
-
Forum: Plugins
In reply to: [Embed Chessboard] Notation coordinatesThe plugin does not support showing coordinates around the board, however if you hover the mouse on each square a tooltip will show the square coordinates.
More details here:
https://code.google.com/p/pgn4web/issues/detail?id=34If your users really need coordinates around the chessboard to find square F6, you should probably recommend a good book about chess fundamentals (rather than wasting time on websites).
Forum: Plugins
In reply to: [Embed Chessboard] Select a game to viewYes, if the PGN data in between the tags contains more than one game then the plugin will present a dropdown menu above the board to select a game from the list. Click on the dropdown menu labeled with three dots.
Forum: Plugins
In reply to: [Embed Chessboard] BroadcastingLook at the FAQ notes at the bottom of this wiki page:
Forum: Plugins
In reply to: [Embed Chessboard] comments newlineToo much to ask for a quote from him for my project homepage?
https://code.google.com/p/pgn4web/
He’s a well known GM, with a very entertaining style!Forum: Plugins
In reply to: [Embed Chessboard] comments newlineGlad it works for you.
Nice to see a strong GM using my plugin for his site.
Forum: Plugins
In reply to: [Embed Chessboard] comments newlineThis feature is not supported officially.
However you could try this:
– login to the joomla admin pages
– go to the embedchessboard plugin configuration pages
– from the plugin configuration pages select the “advanced options” tab
– in the extended options box enter (without the quotes): “cd=n”
This should show all comments on newlines when showing a chessboard.Remember, this is not an officially supported option and might not work with future versions of joomla and/or the plugin.
Please let me know if this solves your issue.
Forum: Plugins
In reply to: [Embed Chessboard] Can't activate the pluginThanks for the feedback.
Forum: Plugins
In reply to: [Embed Chessboard] Can't activate the pluginClosed as duplicate of
https://www.ads-software.com/support/topic/cant-activate-the-plugin-2Follow the development there.
Forum: Plugins
In reply to: [Embed Chessboard] Can't activate the pluginJust released a plugin upgrade that should fix the problem.
In your admin pages look for the offer to upgrade embed-chessboard to version 1.95 and apply that upgrade.
Please let me know if this is fixing your problem as expected.
Forum: Plugins
In reply to: [Embed Chessboard] Problem with board displayglad everything is good now.
Forum: Plugins
In reply to: [Embed Chessboard] Problem with board display@pellanda: if you want to let me have a look, please send account info to pgn4web(at)casaschi.net
Forum: Plugins
In reply to: [Embed Chessboard] Problem with board displayI setup a new www.ads-software.com install with the themolio theme and with a variety of chessboards I can’t reproduce your error.
Do you have any other plugin installed? If you do, you should try disabling each temporarily and see if the problem disappears, please make sure you always get a fresh page instead of a cached page after each change.
If you find any other plugin conflicting with Embed Chessboard, please let me know.
Forum: Plugins
In reply to: [Embed Chessboard] Problem with board displaylooked at your site, the iframe created by the plugin is missing proper height and width parameters, it looks like
<iframe src='...longUrlHere...' frameborder='0' scrolling='no' marginmargin>
while it should be
<iframe src='...longUrlHere...' frameborder='0' width='100%' height='302' scrolling='no' marginheight='0' marginwidth='0'>
It looks like your theme removes all
height='xxx'
andwidth='xxx'
strings from the html.Forum: Plugins
In reply to: [Embed Chessboard] google cacheI have no idea what google cache does and the plugin was designed for people to look at it, not for google cache…
Forum: Plugins
In reply to: [Embed Chessboard] Problem with board displayWhich theme are you trying to use?
If the theme is free, I could try simulating the problem and finding a workaround.