Topic: Forum Subscriber
##
##
## Mod title: Forum Subscriber
##
## Mod version: 1.2
## Works on PunBB: 1.2, 1.2.1 to 1.2.12
## Release date: 2006-04-25
## Author: Fabien Appert (appertfabien-web@yahoo.fr)
##
## Description: This mod allow users to subscribe to a forum
##
## Affected files: post.php
## misc.php
## viewtopic.php
## viewforum.php
## lang/XXX/misc.php
## lang/XXX/topic.php
## lang/XXX/forum.php
##
## Affects DB: Yes
##
## Notes: This mod allow users to subscribe to a forum, exactly
## as they can subscribe to a topic. If they subscribe,
## they will be notify by email of all post reply or new
## post in this forum (the message of the post could be
## included depending on the same user profil option as
## original topic subscription).
## Subscription to a topic is disabled when the user has
## already subscribe to the topic's forum.
##
## For upgrade from 1.1 to 1.2, just execute step 8 to 15
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
This mod works exactly like the punBB native subscription for topics, except that I have make changes to work with forum.
So it will behave exactly like topic subscription :
- depend on activation of subscription in punBB configuration
- depend on user choice to show message in email or not
Features :
- subscribe / unsubscribe
- receive notification on topic response
- receive notification on new topic too
- prevent topic subscription when a user has already subscribed to forum
-
1.0.1 :
- Fix an incomptatibility with mod "Mark As Read"
1.1 :
- Add an admin plugin in order to view current subscriptions
1.1.1 :
- Only add 1.2.12 support, if you have version 1.1 ... keep it, nothing change
1.2
This version correct the bug of multiple mail notification when user where topic-subscribed before being forum-subscribed. Now when a user subscribe to a forum, all his topic subscriptions will be disable (not deleted) during the forum subscription.
For upgrade from 1.1 to 1.2, just execute step 8 to 15
Download : http://www.punres.org/files.php?pid=240