RSS Template Variables
Design and Skin Customization
What variables you have available in a template can be discovered with {debug}
Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
$the_array = array('cat', 'dog', 'ant eater');
{foreach $_the_array as $animal}
The animal is a {$animal}
{/foreach}
$the_array = array('tom' => 'cat', 'bill' => 'dog', 'simon' => 'ant eater');
{foreach $_the_array as $owner => $pet}
The pet of {$owner} is a {$pet}
{/foreach}
the pet of Simon is a {$the_array['simon']}
the pet of Simon is a {$the_array.simon}
contextmenu: false,
{jrCore_list module="jrAudio" search1="_item_id = `$_post['song_id']`"}
|substr:0:-4}
{$item.upimg_file_name|addslashes}
{$item.upimg_file_name|addslashes|substr:0:-4}
{$item.blog_text|jrCore_format_string:$item.profile_quota_id}
{$item.blog_text|jrCore_format_string:$item.profile_quota_id:null:nl2br}