How can I set all new member’s (those who will join in future) Default Thread Subscription Mode to Instant email notification in UserCP so that they will automatically be subscribed to any threads they post in.
In Member Templates I edited member_register like so.
The above does automatically select Instant email notification when registering but later in UserCP the subscription mode is still Do not subscribe. I want everyone who joins the forum to have their subscription mode set to Instant email.
Using MyBB 1.8.4
Thank you for your help.
In Member Templates I edited member_register like so.
<select name="subscriptionmethod" id="subscriptionmethod">
<option value="0" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="1" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="3" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
</select>
The above does automatically select Instant email notification when registering but later in UserCP the subscription mode is still Do not subscribe. I want everyone who joins the forum to have their subscription mode set to Instant email.
Using MyBB 1.8.4
Thank you for your help.
My forum has a higher purpose.