Quote:
Originally Posted by Sarteck
Why not (on the same hook):
PHP Code:
$this->set('username', ucwords(strtolower($this->fetch_field('username'))));
Not tested, but that line should (every time the userdata_presave is called) set the Capitalized Username to the datamanager, should it not?
|
Thanks for the help, though it does not seem to have any effect (does not give an error either).