Difference between revisions of "Design Document board18Players Page"
m |
(Issue 228 - Remove "Send Broadcast" function) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ReleaseNotice| | {{ReleaseNotice|2.7}}{{Design Document Index}}{{WIKI Links for BOARD18 WEB Pages}} | ||
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. | ||
Line 10: | Line 10: | ||
* Deleting a player. | * Deleting a player. | ||
* Sending a email to a specific player. | * Sending a email to a specific player. | ||
* Granting "admin" or "author" level to a player. | |||
* Granting "admin" | |||
'''Most of the JavaScript code for board18Players is in the | '''Most of the JavaScript code for board18Players is in the | ||
[[Board18Players1|scripts/board18Players1.js]] file but all of the email | [[Board18Players1|scripts/board18Players1.js]] file but all of the email | ||
Line 21: | Line 20: | ||
file and some other open source JavaScript files.<br> | file and some other open source JavaScript files.<br> | ||
Style is supplied by the style/board18Players.css and the style/board18com.css files. | Style is supplied by the style/board18Players.css and the style/board18com.css files. | ||
Latest revision as of 04:30, 2 June 2021
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.