Design Document board18Players Page
This page has been updated to comply with Release 2.7.x of BOARD18. |
Design Document edit | |
Selecting "Manage Players" from the list of Administrator Utilities in the
board18Admin.php page causes the board18Players.php page to be displayed.
The board18Players.php page displays a paginated list of all players in the "players" table. This page is available only to "admin" players. This page facilitates the administration of players. Including item such as:
- Showing the status and activity of all players.
- Deleting a player.
- Sending a email to a specific player.
- Granting "admin" or "author" level to a player.
Most of the JavaScript code for board18Players is in the scripts/board18Players1.js file but all of the email related JavaScript code is in the scripts/board18Players2.js file.
The board18Players.php page also uses the scripts/board18com.js
file and some other open source JavaScript files.
Style is supplied by the style/board18Players.css and the style/board18com.css files.