Difference between revisions of "Design Document board18Players Page"
(initial contents for this page) |
m |
||
Line 1: | Line 1: | ||
{{ReleaseNotice|1. | {{ReleaseNotice|1.3}}{{Design Document Index}} | ||
Selecting "Manage Players" from the list of Administrator Utilities in the | Selecting "Manage Players" from the list of Administrator Utilities in the | ||
board18Admin.php page causes the board18Players.php page to be displayed. | board18Admin.php page causes the board18Players.php page to be displayed. |
Revision as of 13:42, 11 December 2015
This page has been updated to comply with Release 1.3.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.
- Sending a broadcast email to all players.
- Granting "admin" status 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.
This page is a stub. |
The BOARD18 Project will soon be expanding it. |