Variable |
Replacement Description |
{$BAND_ID} |
The artist’s internal Jamroom ID number |
{$BAND_URL} |
URL that can used for linking to the band i.e: http://server/jamroom/bands/1 |
{$BAND_URL_NAME} |
If you allow Artists to define their own URL Name in your jamroom, this will contain the text they place into the Artist URL name on the Modify Artist form. |
{$ARTIST_URL} |
URL that can used for linking to the band i.e: http://server/jamroom/bands/1 |
{$BAND_DATE1} |
Date artist was created, formatted to $config[date1] |
{$BAND_DATE2} |
Date artist was created, formatted to $config[date2] |
{$BAND_DATE3} |
Date artist was created, formatted to $config[date3] |
{$BAND_NAME} |
the name of the artist as entered in the text box |
{$BAND_NAME_UPPER} |
the name of the artist, all UPPER case |
{$BAND_NAME_LOWER} |
the name of the artist, all lower case |
{$BAND_MEMBERS} |
text from Artist Members text box |
{$BAND_LOCATION} |
text from Artist Location text box |
{$BAND_WEBSITE} |
the text entered in the “website” text box |
{$BAND_STORY} |
the text entered in the “background/Story” text box |
{$BAND_INFLUENCE} |
the text entered in the “influences” text box |
{$BAND_SOUNDLIKE} |
the text entered in the “sounds like” text box |
{$BAND_QUOTA} |
the numerical ID of this artists Quota |
{$BAND_CONTACT_FORM} |
This variable will contain the correct URL for linking to the Jamroom Artist Contact form. Use it in an href anchor tag - i.e.
<a href="{BAND_CONTACT_FORM}" target="_blank">Click Here to send this Artist a message!</a> |
{$PLAYALL_HIFI_MP3} |
Creates the necessary URL to the Jamroom play.php script to play all of the Artist's HIFI MP3 songs. |
{$PLAYALL_HIFI_WMA} |
Creates the necessary URL to the Jamroom play.php script to play all of the Artist's HIFI WMA songs. |
{$PLAYALL_HIFI_OGG} |
Creates the necessary URL to the Jamroom play.php script to play all of the Artist's HIFI OGG songs. |
{$PLAYALL_LOFI_MP3} |
Creates the necessary URL to the Jamroom play.php script to play all of the Artist's LOFI MP3 songs. |
{$PLAYALL_LOFI_WMA} |
Creates the necessary URL to the Jamroom play.php script to play all of the Artist's LOFI WMA songs. |
{$PLAYALL_LOFI_OGG} |
Creates the necessary URL to the Jamroom play.php script to play all of the Artist's LOFI OGG songs. |