Hi Guys,
I've tried several times to make Field Other Phone in User module to be required.
I've made new file custom/extension/modules/Users/Ext/Vardefs/vardefs.php that contain :
But it's not working.PHP Code:<?php
$dictionary['Users']['fields']['phone_other']['required'] = true;
?>
My 2nd try to edit modules/Users/field_arrays.php
I change
to become :PHP Code:'required_fields' => array("last_name"=>1,'user_name'=>2,'status'=>3),
Is there anybody could give a hint? Even if it's not upgrade safe customization, I'll be willing to considerPHP Code:'required_fields' => array("last_name"=>1,'user_name'=>2,'status'=>3, 'phone_other'=>4),
Any help would be very appreciated![]()


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks