This is similar code from jrProfile/index.php:
if (jrUser_is_power_user()) {
// Profile Quota (power users only)
$_tmp = array(
'name' => 'profile_quota_id',
'label' => 'profile quota',
'help' => 'What Quota should this profile be part of?',
'type' => 'select',
'options' => 'jrProfile_get_settings_quotas',
'value' => $_profile['profile_quota_id'],
'required' => true,
'group' => 'power',
'validate' => 'number_nz',
'form_designer' => false // We do not allow the form designer to override this field
);
jrCore_form_field_create($_tmp);
}
--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
updated by @ultrajam: 01/03/14 01:28:03AM