17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 650 Views |
-
FirstName required validation

29 August 2008 at 10:45pm
Hi,
I am trying to get rid of the required validation of FirstName in MemberTableField (Popup).
I try to avoid changing the core so I wrote a custom Member_Validator replacement class Staff_Validatior (derived from RequiredFields like Member_Validator) and inserted Object::useCustomClass('Member_Validator', 'Staff_Validator', true); into my _config.phpMy problem is, that the original Member_Validator class is used and not my Staff_Validator.
Any ideas?
Thank's in advance!
| 650 Views | ||
|
Page:
1
|
Go to Top |

