JrTags
Design and Skin Customization
Probably:
{jrTags_cloud profile_id=$_profile_id search="audio" height="350"}
Docs: Item Tags
https://www.jamroom.net/the-jamroom-network/documentation/modules/95/item-tags
See if that works.
{jrTags_cloud profile_id=$_profile_id search="audio" height="350"}
width="20" height="20"
.img_scale {
width: 100%;
border-radius: 5px;
}
size="original"
<div>{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_bg" item_id=$item._item_id size="large" crop="auto" class="my_profile_bg_image_class other_class_i_want_to_use img_scale" alt="profile background image" width=false height=false} </div>
$html = '<div id="pl-addon-options"><!-- addons load here --></div>';
jrCore_page_custom($html);
jrCore_register_module_feature('jrCore', 'form_field', 'jrCore', 'daterange');
function jrCore_form_field_daterange_display($_field, $_att = null)....
jrCore_form_field_daterange_form_designer_options()
function jrCore_form_field_daterange_attributes()
function jrCore_form_field_daterange_assembly($_field, $_post)