VARIABLE |
DESCRIPTION |
{$MEMBER_RANK} |
The numerical value of its placement in the result set from the Jamroom Ranking System. |
{$MEMBER_URL} |
URL to Members page |
{$MEMBER_ID} |
the numeric Jamroom ID of the member (i.e. “5”) |
{$MEMBER_CREATED} |
date member was created (EPOCH) (i.e. 1059951557) |
{$MEMBER_DATE1} |
date member was created formatted according to $config[date1] |
{$MEMBER_DATE2} |
date member was created formatted according to $config[date2] |
{$MEMBER_DATE3} |
date member was created formatted according to $config[date3] |
{$MEMBER_NAME} |
Name of the Member |
{$MEMBER_URL_NAME} |
The “URL” name for the Member. |
{$MEMBER_INFO} |
The member biography |
{$MEMBER_LOCATION} |
The Members location (as entered in Modify Member) |
{$MEMBER_IMAGE_URL} |
Contains URL to generate the Member image - for use in the SRC section of an <img> tag |
{$BAND_PRIVATE} |
This variable will be set to "yes" if the member has set their profile to be a "Private Profile". It will be empty or set to "no" if the Profile is not private. |
{$MEMBER_IMAGE_TIME} |
Epoch time Member Image was created. |
{$MEMBER_IMAGE_NAME} |
Name of Member Image as originally uploaded (i.e. image_name.jpg) |
{$MEMBER_IMAGE_TYPE} |
Mime Type of image (i.e. image/pjpeg) |
{$MEMBER_IMAGE_SIZE} |
Size in Bytes of Member Image |
{$MEMBER_IMAGE_EXTENSION} |
File name extension of Member Image (i.e. png) |
{$MEMBER_RATING_FORM_URL} |
URL to rating.php script to generate Member Rating Form. |
{$MEMBER_RATING_NUMBER} |
Number of times Member has been rated |
{$MEMBER_RATING_AVERAGE} |
Average Rating of Member |
{$MEMBER_RATING_1} |
Number of “1” votes the Member has received. |
{$MEMBER_RATING_2} |
Number of “2” votes the Member has received. |
{$MEMBER_RATING_3} |
Number of “3” votes the Member has received. |
{$MEMBER_RATING_4} |
Number of “4” votes the Member has received. |
{$MEMBER_RATING_5} |
Number of “5” votes the Member has received. |
{$BAND_SUBSCRIBE_END} |
If the Member Profile is currently subscribed to a Jamroom Quota, the epoch time that the Subscription ends will be stored in this variable. |
{$MEMBER_COMMENT_COUNT} |
The number of comments for the Member. |
{$BAND_SHARE_FANS} |
This variable will be set to "yes" if the Member has elected to Share their Friends. |
{$BAND_FAN_COUNT} |
The number of friends the Member has. |
{$BAND_THEMEDIR} |
The {$BAND_THEMEDIR} will contain the name of the Profile Theme the Member is using on their profile (i.e. "Cobalt3") |
{$BAND_?????} |
If you have created any Custom Form Fields in the Artist Profile, your Custom Form fields will be made available in the templates. For example, if you have created a Custom Form field called band_producer, then in the row_template you could used {$BAND_PRODUCER} to access the contents of the Custom Field. |
{$SERVER_ID} |
Numerical ID of the server the Member Page is located on (only set if running a Jamroom Cluster Server) |
{$SERVER_IP} |
IP Address of the server the Member Page is located on (only set if running a Jamroom Cluster Server) |
{$SERVER_NAME} |
Server Name as defined in Create/Modify Server that the Member Page is located on (only set if running a Jamroom Cluster Server) |
{$SERVER_URL} |
URL to Jamroom Cluster Server the Member Page is located on (only set if running a Jamroom Cluster Server) |