Difference between revisions of "Design Document board18Players Page"
(2.1) |
m (updated release notice) |
||
Line 11: | Line 11: | ||
* Sending a email to a specific player. | * Sending a email to a specific player. | ||
* Sending a broadcast email to all players. | * Sending a broadcast email to all players. | ||
* Granting "admin" | * Granting "admin" or "author" level to a player. | ||
{{WIKI Links for BOARD18 WEB Pages}} | {{WIKI Links for BOARD18 WEB Pages}} | ||
'''Most of the JavaScript code for board18Players is in the | '''Most of the JavaScript code for board18Players is in the |
Revision as of 13:02, 28 July 2017
This page has been updated to comply with Release 2.1.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" 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.
This page is a stub. |
The BOARD18 Project will soon be expanding it. |