Design Document board18Players Page

From BOARD18 Project WIKI
Revision as of 05:30, 2 June 2021 by Rich (talk | contribs) (Issue 228 - Remove "Send Broadcast" function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page has been updated to comply with Release 2.7.x of BOARD18.
Design Document edit


WIKI Links for BOARD18 WEB Pages edit
Page Overview Detail Design
index Page index Page
board18Main Page board18Main Page
board18View Page board18View Page
board18Admin Page board18Admin Page
board18Players Page board18Players Page
board18Games Page board18Games Page
board18Boxes Page board18Boxes Page
board18BoxLoad Page board18BoxLoad Page
board18Misc Page board18Misc Page
board18New Page board18New Page
board18Map Page board18Map Page
board18Market Page board18Market Page
board18SnapList Page board18SnapList Page
board18SnapMap Page board18SnapMap Page
board18SnapMrk Page board18SnapMrk Page
access-denied Page access-denied Page


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.