Profile Tweaks
Design and Skin Customization
Profile Tweaks allows the profile owner to adjust their profile. That level of user will not have access to the form designer. The form designer is an admin only (owner of the site) level tool.
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)