Change default notification setting [message #162629] |
Sat, 26 June 2010 19:41 |
Arren
Messages: 1 Registered: June 2010
Karma: 0
|
Junior Member |
|
|
Hey,
I am trying to change the default setting for "Select Notification by Default" to "no".
I understand that this line in register.php.t is responsible for the radio box:
$notify_default_radio = tmpl_draw_radio_opt('reg_notify', "2\n0", "{TEMPLATE: yes}\n{TEMPLATE: no}", ($uent->users_opt & 2), '{TEMPLATE: radio_button_separator}');
and that ($uent->users_opt & 2) must be the setting yes/no.
However I don't understand how to change it, or where the users_opt for new users is set.
I'd appreciate if anyone could help me change this setting.
|
|
|
|
|
|