You are not logged in.
Is there a way to have the admin have the ability to update a clients email address?? If they have a register with no email enabled and the admin wants to add an email address in later because the client wants to add one. Some one please help!
Offline
Hello, do you mean that when you allowed clients without emails, it is shown the "-noemail-" now, and you would like to add some real email for this client?
I will try to add an option for this in next updates, at the moment it can only be done with a little PHP hack. Please edit 2 files:
core\packages\admin\clients\edit\view.php
comment out the line 30:
// $emailCtl->setReadonly();
core\packages\admin\clients\edit\action.php
comment out the line 195:
// $emailCtl->setReadonly();
Offline