MyBB Community Forums

Full Version: Set auto subscribe for all threads by original poster
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to set it in phpmyadmin for all users to be autosubscribed with email notifications to any thread they've started in the forum. Not every thread they've posted in. Also want to set it in the template so that new users are set to the same configuration.

I've found a few tutorials and info about it, but not sure if it addresses this specific need. It seems they address any thread they post in, while I just want threads they started. Also want it to be email notifications.

Is this possible?
This needs a plugin and here you can get: http://yaldaram.com/thread-6628.html
Will they still be able to unsubscribe if they want? I want new users and current users subscribed auto, but want them to be able to unsubscribe if they wish.

Okay. I set it in member_register

<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>		
<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
<option value="0"  {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>

Just reversed the order.