Games in the content area are rendered into
PGN buttons
/include/content/browse-chess-games
The chess js is in PHP files as a project directory: /biscuits/biscuits-28b/modules/
Check out Grids
The chess js is in PHP files as a project directory: /biscuits/biscuits-28b/modules/
Check out Grids
To find any lost chess content, try searching for the view file for a chess diagram "chess-diagram" is its name.
- PHP chessMethods->renderGameFile places tables of DOM data into the page
-
VIEW "chess-dom-data" uses json to place each game object into chess.domData
PHP chessMethods->renderGameFile places a board onto the DOM with click events on every square. - onclicks are processed by Javascript chessOb and monitored in the page by chessOb.monitor(msg)
- Tournaments use SQL. Check chessDB
- PGN files can be uploaded into the content area by admin or into your profile area if you are signed on Visitor
My Current Faults
- chessMethods->setMove() does not work in short algebraic!! ALL online PGN is now short form!!!
- chessOb getting too BIG!!! JS Pattern Help
- PGN game files uploaded to the content will be rendered onto the content area view web page.
- Tournaments can be arranged and displayed as tournament cross tables where you can click on a game in a cell to view that game.
1270 library findViewPath View File not found in Biscuits a-z views.
View Path : /home/leonwool/public_html/biscuits/biscuits-28b/views/c-views/chess-navpills.php
1291 library findViewPath viewPath /home/leonwool/public_html/biscuits/biscuits-28b/views/chess-navpills.php
1270 library findViewPath View File not found in Biscuits a-z views.
View Path : /home/leonwool/public_html/biscuits/biscuits-28b/views/c-views/chess-navpills.php
1291 library findViewPath viewPath /home/leonwool/public_html/biscuits/biscuits-28b/views/chess-navpills.php
chess Comments