🕸💡📝Fergus Duniho wrote on Wed, Jan 4, 2023 10:00 PM UTC:
I added some new parameters to drawdiagram.php. These are game and settings. When used together, the script will load a Game Courier settings file, and it will overwrite any value that is still set to a default value. This will allow you to use the fen shortcode to show diagrams for specific games without specifying all the particular details. When you use these two parameters, the fen shortcode will not add its own defaults to the query string. This will allow you to use the default values provided by the settings file instead. But you can override any value in a settings file by explicitly including a new value in the query string.
I added some new parameters to drawdiagram.php. These are
game
andsettings
. When used together, the script will load a Game Courier settings file, and it will overwrite any value that is still set to a default value. This will allow you to use thefen
shortcode to show diagrams for specific games without specifying all the particular details. When you use these two parameters, thefen
shortcode will not add its own defaults to the query string. This will allow you to use the default values provided by the settings file instead. But you can override any value in a settings file by explicitly including a new value in the query string.