Admin Homepage

Overview
Main screen entered on admin login. For buttons in list areas, please see the members page for more information.
Graph & Stats
Graph shows the current and previous years member count. It covers all statuses except unassigned. Stats shown are basic counts and total payment amount for all currencies.

Click the calendar icon to choose graph dates.

Master Access Warning
This displays if you have master access on in the settings. Click the icon to edit the settings or the icon to clear master access details.

Search Members
Use the search box to quickly search members. This is the same as entering data in the keyword box for the members search options.
Payments Overview
Displays totals for each currency used. Click the arrow to view all payments.
Members Awaiting Approval
Shows members awaiting approval. To remove from homescreen, set the following value to 0 in the "control/_userdef.php" file.

define('AD_DPLY_APP_MEMBERS', 1);
Latest XX Active Members
Defaults to 10 and shows the latest 10 active members. To increase this value, edit the following value in the "control/_userdef.php" file:

define('AD_HOME_MEMBERS', 10);

To remove from homescreen, set the following value to 0 in the "control/_userdef.php" file.

define('AD_DPLY_MEMBERS', 1);
Members Awaiting Payment
Shows members awaiting payment. To remove from homescreen, set the following value to 0 in the "control/_userdef.php" file.

define('AD_DPLY_PAY_MEMBERS', 1);
Members Disabled
Shows members disabled. To remove from homescreen, set the following value to 0 in the "control/_userdef.php" file.

define('AD_DPLY_DIS_MEMBERS', 1);