Changing or adding templates sitebuilder
Design and Skin Customization
You're probably using the "Item List" widget to pick and choose what you want. You'll see at the bottom of that widget is displayed code that looks like this:
{jrCore_list module="jrAudio"}
That code is template code.
There is also a
template code widget where you can paste that exact code in to get back the same results. Only its even more flexible, because you can use any of the {jrCore_list} functions:
Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list
if you put this in your
template code widget:
{jrCore_list module="jrAudio" template="some-template.tpl"}Then instead of using the default jrAudio item_list template found at
/modules/jrAudio/templates/item_list.tpl
It will do whatever you tell it to do by altering the code at
/skins/(YOUR SKIN)/some-template.tpl
So you can make it look however you like.