Profile Tweaks not working in ESkin
Installation and Configuration
Glad you got it sorted.
well done.
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);
}
{jrEvent_calendar search="profile_quota_id = 1"}