Audio Pro - Form Builder
Design and Skin Customization
Ok a little help if anyone can, re familiarizing myself with JR.
I stuck the following code in after creating my forms and adding to my language files.
(i am still makign icons before i change the one i am using as a template)
Below is what i added to profile_sidebar.tpl of the Audio Pro skin
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=97 default="Genre: "} {$profile_genre} </span>
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=95 default="Date Formed: "} {$profile_startdate|jrCore_date_format:"%Y"} </span>
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=96 default="Date Split: "} {$profile_splitdate|jrCore_date_format:"%Y"} </span>
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=98 default="Current Status: "} {$profile_status} </span>
My question is:
1. how do i limit these options for a specific quota such as my artist quota only
2. how do i make the Genre and the Status searchable in a list of sorts, so you can find "active" bands, "split up" bands, "on hold" bands or search by the primary genre in line 1
3. how do i make it so if left blank the split option wont show at all.
sorry for so many questions.. Been searching documentation for it
updated by @themetalscene: 05/04/20 02:02:42PM