Log in

View Full Version : How can I edit an Admin Template


Andy
05-30-2006, 06:34 PM
How would I edit the moderation screen so that 'Send email to users who have been deleted' would be No instead of the default Yes.

Admin CP > Moderation > Moderate Users

48546

Paul M
05-30-2006, 06:41 PM
The ACP does not use templates, you would need to edit a file.

rogersnm
05-30-2006, 07:18 PM
or a plugin...

Andy
05-30-2006, 11:36 PM
Found it...

admincp/user.php

print_yes_no_row($vbphrase['send_email_to_deleted_users'], 'send_deleted', 1);

I change the 1 to a 0.