MyBB Community Forums

Full Version: Moderator notifications (aka Mod Notify)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
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:
[attachment=23859]
[attachment=23860]


GitHub:
https://github.com/lukasamd/MyBB-Mod_Notify
Thanks so much!
Nice work! Smile
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
Thanks! If you have any ideas, write Smile
BTW. There is version 1.2 in mods database:
http://mods.mybb.com/view/moderator-noti...mod-notify

I recommend update.
(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-noti...mod-notify

I recommend update.

The difference between mine and yours was just one: the ability to customize PM Messages.
Plugin use MyBB language system, so admin can modify PM Messages using appropriate option:

[Image: messagesg.th.png]
Didn't notice that!

I always forget about the possibility to edit language from Admin CP.
Thanks for plugin
Two suggesions:
1-Can it send Email instead/in addtion of PM?
2- Add Post approve/unapprove
(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.

Pages: 1 2 3 4