Creating a test template
Ning To Jamroom
Add a template to the active skin and the url you can find it at is the name of the template.
if you add a template called avacardos.tpl you can find it at:
yoursite.com/avacardos
add wellington.tpl and it comes out at
yoursite.com/wellington
What variables are available in that template can be seen by adding {debug}.
Not all templates contain the same variables, so put {debug} where you want to know what is available.
eg:
If wellington.tpl contains
{jrCore_list module="jrAudio" template="a_custom_audio_template.tpl"}
Then {debug} inside a_custom_audio_template.tpl will also contain all the jrAudio stuff that got found from the jrCore_list call.