2011-06-11, 06:36 PM
When user registers, the default option is
"Do not subscibe"
I know that users can change this, but they often wont bother.
Is there a way to change the default default option (^_^) to
"instant email notification"
I've found the template:
member_register
I could change this line
to this:
But I would rather be able to change the $instant_email_subscribe_selected String, does anyone know where this is defined ?
"Do not subscibe"
I know that users can change this, but they often wont bother.
Is there a way to change the default default option (^_^) to
"instant email notification"
I've found the template:
member_register
I could change this line
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
to this:
<option value="2" SELECTED>{$lang->instant_email_subscribe}</option>
But I would rather be able to change the $instant_email_subscribe_selected String, does anyone know where this is defined ?