Reset Caches
Using Jamroom
Its always on. There's no reason to uncheck it. If you reset the caches, you reset the memory cache.
// radio Title
$_tmp = array(
'name' => 'radio_title',
'label' => 3,
'help' => 4,
'type' => 'text',
'validate' => 'printable',
'required' => true,
'onkeypress' => "if (event && event.keyCode == 13) return false;"
);
jrCore_form_field_create($_tmp);
$_tmp = array(
'name' => 'radio_checkbox',
'default' => 'off',
'type' => 'checkbox',
'validate' => 'onoff',
'required' => 'off',
'label' => "The Checkbox",
'help' => "You can add your explanation of what its for here"
);
jrCore_form_field_create($_tmp);
{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
<div id="profile_contact">
{jrCore_module_url module="jrPrivateNote" assign="nurl"}
<a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Profile">{jrCore_icon icon="envelope2" size="35" class="email"}</a>
</div>{/if}
#profile_contact {
text-align: center;
}
#profile_contact .sprite_con {
display: inline;
border: none;
padding: 10px;
box-shadow:none;
}