Ranking Orders
- Order by Quota ID (lowest to highest) (default)
- Order by Quota ID (highest to lowest)
- Order by Quota Name (alphabetical)
- Order by Quota Name (reverse alphabetical)
- Order randomly
Additional Supported Parameters
In addition to the Common Function Parameters defined in the Jamroom Ranking System Guide, the "action" mode also supports the following additional parameters:
PARAMETER |
TYPE |
DEFAULT |
DESCRIPTION |
quota_type |
string |
n/a |
A quota_type of either "artist" or "member" can be given to return only quota_id's greater than 0 (for "artist") or less than 0 (for "member"). |
Available search_area values
SEARCH_AREA |
DESCRIPTION |
* |
All Jamroom quota fields are searchable when using the quota mode. |
Template Variables available in the row_template
VARIABLE |
DESCRIPTION |
{$???} |
The Jamroom Quota table contains over 200 different database fields - please reference the database schema using Adminer from the Jamroom Tools menu for a full list of columns. Note that the variable to use will be the uppercase version of the column name - i.e. "quota_id" would be {$QUOTA_ID} within the ranking templates. |
|