Custom Profile Template
Design and Skin Customization
Use the "Profile Tweaks" module. Enable it for those profiles. Set the default template for those profiles to a different skin. Build how you want those profiles to look into that second skin.
search="blog_post = `$_post.option`"search="blog_post = "{jrEvent_calendar month="3" year="2016" template="small_calendar.tpl" tpl_dir="jrEvent"}{jrEvent_calendar search="profile_quota_id = 1" template="small_calendar.tpl" tpl_dir="jrEvent"}
well done.
$_profile = jrCore_db_get_item_by_key('jrProfile','profile_url', $_data['module_url']);$_profile = jrCore_db_get_item_by_key('jrProfile','profile_url', $_data['module_url'], true);
// Profile tabs
if (!isset($_conf['jrDocs_show_toc']) || $_conf['jrDocs_show_toc'] != 'off') {
$_tmp = array(
'label' => 64, // Chapters
'group' => 'all'
);
jrCore_register_module_feature('jrProfile', 'profile_tab', 'jrDocs', 'default', $_tmp);
$_tmp = array(
'label' => 54, // Table of Contents
'group' => 'all'
);
jrCore_register_module_feature('jrProfile', 'profile_tab', 'jrDocs', 'contents', $_tmp);
}