Posts: 422
Threads: 43
Joined: Jan 2008
2011-09-21, 01:09 PM
(This post was last modified: 2011-09-21, 03:39 PM by User 12076.)
(2011-09-21, 12:16 PM)flash.tato Wrote: You could override Moderation-class with a your own class which extends that.
You should hook after the core class Moderation is istantiated and assign to the variable the instance of your class.
Hm.. it's good idea! I can override Moderation object and call parent methods after I do what I need.
I will make it in next version.
Version 1.3:
- Add notification for approve / unapprove posts (thanks for flash.tato)
I updated attachment in first post.
Plugin in database is avaiting validation.
Posts: 422
Threads: 43
Joined: Jan 2008
Version 1.4
- add compatibility with MyBB 1.6.5
- small fix in english lang file
You can download it from first post in this thread or from mods db.
Posts: 422
Threads: 43
Joined: Jan 2008
Version 1.5:
- disable notify for personal posts
Posts: 422
Threads: 43
Joined: Jan 2008
This mod doesn't send notifications about new threads or posts - it sends pms only after mod action ex. delete thread.
Posts: 422
Threads: 43
Joined: Jan 2008
Version 1.6
* change license to LGPL v3
* change plugin sign in hooks
* code cleanup
Official page:
http://lukasztkacz.com/mybb/powiadomienia-moderatora/
GitHub:
https://github.com/lukasamd/MyBB-Mod_Notify
Plugin is avaiting validation.
I attached file to first post.