Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Automatic Subscriptions

Allows you to automatically subscribe to all new threads and replies without having to manually subscribe to all forums and threads.

Version: 1.2
Author: Matt
Submitted: 1st February 2011
Last Updated: 25th August 2014
IMPORTANT: PLEASE DO NOT USE THE REVIEWS SECTION FOR SUPPORT OR TO REPORT BUGS. THERE IS NO GUARANTEE I WILL SEE IT, AND I CANNOT REPLY THERE, SO I CANNOT DO ANYTHING TO ACTUALLY HELP YOU. TO GET SUPPORT, MAKE A SUGGESTION OR REPORT A BUG, USE THE FOLLOWING LINK.

Bugs, requests, feedback

Name: Automatic Subscriptions
Description: Allows you to automatically subscribe to all new threads and replies without having to manually subscribe to all forums and threads.
Website: https://github.com/MattRogowski/Automatic-Subscriptions
Author: Matt Rogowski
Authorsite: http://mattrogowski.co.uk
Version: 1.2
Compatibility: 1.6.x, 1.8.x
Files: 3
Templates added: 1
Template changes: 2

Information:
This plugin enables you to get email notifications for all new threads without having to manually subscribe to every forum, and to get email notifications for all new posts without having to manually subscribe to every thread.

To Install:
Upload ./inc/plugins/automaticsubscriptions.php to ./inc/plugins/
Upload ./inc/languages/english/automaticsubscriptions.php to ./inc/languages/english/
Upload ./inc/languages/english/admin/user_automaticsubscriptions.php to ./inc/languages/english/admin/
Go to ACP > Templates & Style > Templates > **expand template set** > member_register in the Member Templates and usercp_options in the User Control Panel Templates > find:
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>
<td colspan="2">
<select name="subscriptionmethod" id="subscriptionmethod">
<option value="0" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>
<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
</select>
</td>
</tr>

afterwards, add:
{$automaticsubscriptions}
Go to ACP > Plugins > Activate

Change Log:
09/05/09 - v0.1 -> Initial 'beta' release.
03/12/11 - v0.1 -> v1.0 -> Added ability to subscribe to threads/posts in subscribed forums only. Made compatible with MyBB 1.6.5. To upgrade, deactivate plugin, reupload ./inc/plugins/automaticsubscriptions.php and ./inc/languages/english/automaticsubscriptions.php, reactivate. Make sure to re-do manual template edit explained above.
25/08/14 - v1.1 -> v.1.2 -> MyBB 1.8 compatible. Fixed issue with loading language file in the Admin CP. To upgrade, reupload ./inc/plugins/automaticsubscriptions.php, and upload ./inc/languages/english/admin/user_automaticsubscriptions.php to ./inc/languages/english/admin/.

Screenshots:
Preview Image 3253