MyBB Community Forums
[For 1.8] Moderator notifications (aka Mod Notify) - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Moderator notifications (aka Mod Notify) (/thread-102043.html)

Pages: 1 2 3 4


Moderator notifications (aka Mod Notify) - User 12076 - 2011-08-19

Hello!
My new plugin sends notifications (pm) to users in the event of moderators intervention. Administrator can choose user-sender ID and private message signature.

Private message can be sent at such events:
- open thread
- close thread
- sticky thread
- unsticky thread
- approve post
- unapprove post
- approve thread
- unapprove thread
- merge threads
- move thread
- copy thread
- redirect thread
- split thread
- change thread subject
- delete post
- delete poll
- delete post

Plugin automatically adds the task performed in the background - notifications are queued and sent from up to 5 minute delay.

Plugin is avaiting validation in Mods DB.


Screenshoots:
   
   


GitHub:
https://github.com/lukasamd/MyBB-Mod_Notify


RE: Moderator notifications (aka Mod Notify - cacacolass - 2011-09-13

Thanks so much!


RE: Moderator notifications (aka Mod Notify - faviouz - 2011-09-13

Nice work! Smile


RE: Moderator notifications (aka Mod Notify - flash.tato - 2011-09-13

I was going to make a plugin similar to this (improving an old plugin) one but i think i will stop the coding.

Good job! Big Grin


RE: Moderator notifications (aka Mod Notify - User 12076 - 2011-09-13

Thanks! If you have any ideas, write Smile
BTW. There is version 1.2 in mods database:
http://mods.mybb.com/view/moderator-notifications-aka-mod-notify

I recommend update.


RE: Moderator notifications (aka Mod Notify - flash.tato - 2011-09-13

(2011-09-13, 04:51 PM)lukasamd Wrote: Thanks! If you have any ideas, write Smile
BTW. There is version 1.2 in mods database:
http://mods.mybb.com/view/moderator-notifications-aka-mod-notify

I recommend update.

The difference between mine and yours was just one: the ability to customize PM Messages.


RE: Moderator notifications (aka Mod Notify - User 12076 - 2011-09-13

Plugin use MyBB language system, so admin can modify PM Messages using appropriate option:

[Image: messagesg.th.png]



RE: Moderator notifications (aka Mod Notify - flash.tato - 2011-09-14

Didn't notice that!

I always forget about the possibility to edit language from Admin CP.


RE: Moderator notifications (aka Mod Notify - katib - 2011-09-21

Thanks for plugin
Two suggesions:
1-Can it send Email instead/in addtion of PM?
2- Add Post approve/unapprove


RE: Moderator notifications (aka Mod Notify - User 12076 - 2011-09-21

(2011-09-21, 08:53 AM)katib Wrote: 1-Can it send Email instead/in addtion of PM?

MyBB will send an email if user has checked "Notify me by email when I receive a new Private Message." in profile.

(2011-09-21, 08:53 AM)katib Wrote: 2- Add Post approve/unapprove

Unfortunately, no. There are no hooks for plugins in MyBB core to do this.