Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Automatic Subscriptions
#1
Eine neue Erweiterung wurde veröffentlicht: Automatic Subscriptions

Zitat: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: https://matt.rogow.ski
Version: 1.2.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 > Plugins > Activate
Go to ACP > Templates & Style > Templates > **expand template set** > User Control Panel Templates > member_register in the Member Templates and usercp_options in the User Control Panel Templates > find:

Code:
<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:

Code:
{$automaticsubscriptions}
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.
29/04/12 - v1.0 -> v.1.1 -> Fixed bug that would result in being subscribed to forums/threads you shouldn't have been subscribed to. Added the ability to change the Automatic Subscription method of a user via the ACP. To upgrade, reupload ./inc/plugins/automaticsubscriptions.php
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/.
08/01/17 - v1.2.0 -> v1.2.1 -> Templates now cached. To upgrade, reupload ./inc/plugins/automaticsubscriptions.php.
08/01/17 - v1.2.1 -> v1.2.2 -> Fixed issue with incorrect thread subscription method being used. To upgrade, reupload ./inc/plugins/automaticsubscriptions.php.
Zitieren
#2
Eine neue Version wurde veröffentlicht: Automatic Subscriptions 1.2.2
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Rex Digital Shop - Paid Usergroup Subscriptions MyBB.de Bot 15 2.994 13.10.2022, 21:55
Letzter Beitrag: MyBB.de Bot
  MyBB Automatic Cravatar MyBB.de Bot 0 683 21.05.2021, 17:55
Letzter Beitrag: MyBB.de Bot
  Automatic Theme Patcher MyBB.de Bot 0 720 24.10.2020, 01:45
Letzter Beitrag: MyBB.de Bot
  Automatic Moderation for Reports MyBB.de Bot 0 892 29.09.2018, 19:40
Letzter Beitrag: MyBB.de Bot
  MySubscriptions - Paid Usergroup Subscriptions MyBB.de Bot 0 1.281 27.04.2015, 00:20
Letzter Beitrag: MyBB.de Bot