![]() |
vBMQN - Moderation Queue Notifications + Desktop App
1 Attachment(s)
**** Introduction There are many scenarios where this mod would come in handy for administrators. There are too many for me to cover them all, so I will give you the scenario this mod was developed for... If you have a hand full of moderating staff and a large number of forums, adding each moderator to each forum can be quite a pain, however doing it that way would give you notifications for those moderators when something dose need their attention from within those said forums... Another option would be to setup staff to be Global Moderators, this removes the need to add them to specific forums but it also removes queue notifications because moderators wouldn?t be assigned to individual forums... We require new members to be moderated and/or that their first submissions to the forum require moderating, this can become quite a pain because again staff would need to continually check the moderation queue for new items... The Solution and Requirements What we need is moderation queue notifications via email and possibly a desktop app for those staff that would rather not use their email/inbox. Features: - Email Notifications for multiple users/addresses - Notifications for every item type (posts, threads, attachments etc.) - Email sending using the vB mail method/system (plain text emails) - Email generation should use the vB Phrase system (multi-language support) - Automated checking of the moderation queue (vB Cron system) - Should support the Scheduled Task log system (debugging, report actions taken) - Support for external applications and their development (xml based status) All of the above are present in the first release of this mod (v1), please see the screen shots. This mod is setup as a vB Cron task; I could not see/find a better way to make this an automated system working with anything else from within the vB system. By default the Cron task is setup to run every 30 minutes, if you would like to adjust this, simply go in and adjust the Cron job as you wish. Desktop App At the moment I am still developing a windows (.net) desktop app to work with this, right now we don?t have a big need for this so it?s not a priority for me to develop this and get it out to you any time soon, when the moderation queue is checked regardless of its current state the included xml file is updated to reflect this. So all your own app would need to do is read in this xml file and take the action you require. If there is a massive interest in the desktop app for this I could be persuaded to push it to the top of my job list, for now though it is work in progress and with no planned deadline or release date. Support We have been using this mod in a production environment for almost 12 months now with no problems at all, it is really quite a simple mod and I?m surprised it hasn?t been done already, given the number of requests I have seen. I will support this as best I can, I am a busy guy so you will need to understand this if you do run into any problems and request support. Install/Upgrade Installing this mod is much like any other, upload the files in the download to the same locations on your server, import the product xml file, go to the Admin > Settings > Options > vBMQN: General Options page and configure as you wish. If you are upgrading from an older version simply follow the same steps as installing for the first time. Change Log v1.0 - 11 Feb 2013 - First version v2.0 - 12 Feb 2013 - Added support for table prefix's ( config.php > $config['Database']['tableprefix'] = ''; ) - Rewrite of the database query code, now uses the vB Database Class ( $vbulletin->db->query_first ) - Changed from the use of the php "number_format" function to the vB function "vb_number_format" - Added instant email notification rather than sending emails to the vB mail queue ( $notsubscription = true ) Enjoy! This has helped us allot and I hope those of you who have requested this before find it to be ?just the job? as well. Regards, Lee Roberts |
** Reserved **
Dont forget to mark as Installed, Nominate and Rate/Vote for it ! .Me |
Installed on a vB4.20 test forum with only this mod installed
but no luck so far getting it to send email notifications The Scheduled Task Log viewer shows vBMQN "Queue Checked"evertime it is run but never shows a "Notification Sent" even though there are messages waiting in the mod queue. The Sendmail log shows no activity or errors. Have also tried manually running the Process E-Mail Queue and then vBMQN scheduled tasks with same results. |
Hi,
Humm that is a strange one, i've used the "$notsubscription = true" in my code and this means "do not use the mail queue and send immediately" so i dont think its that. How is the test forum setup to send mail? my test forum is setup to use SMTP for sending mail, however your cron log is telling you "Queue Checked" not "Notification Sent"... What settings have you used for the Admin > Settings > Options > vBMQN: General Options page? .Me |
for vBMQN General Options:
- Moderator Control Panel (tried leaving blank and using modcp) - Email Notification: Yes - Notification Recipients: testmod@server.al.home (this email works when sending a test message via VBulletin CP) -Desktop Notification: Yes (but also tried No) I've tried setting to SMTP too and enabling/disabling the Email Queue system and trying with and without the -f parameter test messages from the CP -send test email to all users - work fine. |
Have you got another email address you can test with, i am wondering if there is an issue with the "dots" in that address?
Will see if i can replicate this now... I just used that email address on my test forum and i got "Notification Sent". The email was also recived by my mail server. What items do you have in your mod que at the momment? .Me |
I've just been creating new "threads" everytime for testing -
it shows the awaiting messages count increase in the the admin control front status page under Threads to Moderate I've then been running the vBMQN cron script manually Don't have any other emails to try yet only user@server.al.home type of emails addreses work for now with my setup - vBulletin gives me "invalid email address" if I try to set a user's address to : user@localhost though it does work if I mail from the command line EDIT: Installed on another server 4.1.12 (production) which has a few other plugins installed inc Glowhost Spam-O-Matic + FractalizeR and a few others. I get this error when running the vBMQN cron script manually ================================================== ================================================== =============================== vBMQN Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/vbmqn.php on line 23 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/vbmqn.php on line 26 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/vbmqn.php on line 29 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/vbmqn.php on line 32 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/vbmqn.php on line 35 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/vbmqn.php on line 38 Queue Checked Done ================================================== ================================================== =============================== Edit 3: Also tried installing it on a test vB 3.8.7 with FractilezeR installed - got no errors when running the vBMQN script but same results as the test vB4 server receive no emails - Scheduled Task log only shows "vBMQN Queue Checked" (never says Emails Sent) Edit4 : noticed if I purposely set the "modcp" setting to the wrong name - nothing changes - no errors shown everything functions same |
This could be a great mod! Spot Reserved for when I have time to take a better look!
|
Quote:
thanks much Lee :) |
Not sure if I'm the only one having trouble and only know basics of programming but ...
Since it's only version 1.0 - it would be cool if could add a debug function to print out all the variables on a separate page while it's running :) |
Hi guys,
I dont think any other mods would/will give this mod any problems its far to simple for that and the info it needs from the database is unlikely to change unless vB make an update or change and i really cant see that happening. The "Moderator Control Panel" setting dose nothing more then setup the link in the email that you recive, you should have this set to "modcp" unless your moderator control panel is in a folder with another name. Your welcome, hopefully I can make this happen for you. Lee |
Thanks for the quick response Lee! Sent you a PM with the output
|
Hi,
Today it was clear I needed to do some more work on this mod as it was failing for people, today I have released version 2 and would like you to download and install this version. Please see the "Change Log" section of the main description for the things that have been done. Version 2 also fix's the problems apsrfvb4 has been having, so generally version 2 is better, sorry for any inconvenience! Thanks, Lee |
Everything works perfect now Lee
Thanks so much for this awesome mod. Installed on a 4.1.12 PL2 and a 4.2.0 PL3 server |
Just installed, waiting for some moderated posts now :)
One thing for the next version that would be nice is to have an option so it just sends to all moderators. |
OK,
I've gotten a couple moderated alerts, not quite how but I would like to change the URL in the email to something like this instead http://www.caraudiocentral.net/forums/moderation.php That way, I (or my mods) have the ability to ban the users as spammers etc. I can't do that from the modcp. |
Tagged
I will wait to see further development before I deploy this on my site. Great work! |
Quote:
Thanks for the feedback, details below to change the email body: Goto: AdminCP > Languages & Phrases > Phrase Manager From there change "Phrase Type:" to "Email Body Text", on the list that gets presented to you, look for "vbmqn" and choose "Edit" on the right for that Phrase, on the next page you will see it says "Text" and to the right of that you can see the default email body text: Quote:
Quote:
Quote:
Doing it the later way would mean you dont need to navigate through the Phrase Manager every time you want to change this url, though i would probably consider this to be a "set and forget", so not somthing that would require change too often. The choice is yours really. .Me |
Quote:
Thank you for your feedback, what kind of things would you like to see from its development? .Me |
Quote:
Thank You! |
This looks great, tagging for when I have some time to test this one
|
Quote:
Zip File Just advise. Put the include folder that it contains in a folder called upload. I know there are some users out there that not up to speed on everything. |
Quote:
Ok, well for the app the plan is for this to just be a notification tool. So no management features are planned in that sense, there will be some vBMQN settings for things like the URL of the xml file i.e www.example.com/forums/includes/xml/vbmqn.xml so the app would know where to look for updates, notifications and queue status. Quote:
.Me |
Would it be possible to include reported posts from a reported post forum in the notifications? That would be amazing.
|
Quote:
Possibly yes, however I?m thinking it may be better to just have reported posts put into the moderation queue anyway, when they get reported. What do you think? .Me |
installed on 4.2.0 PL2 did receive email however after deleting the test posting I am still receiving emails notifying me that the queue needs attention. ie; there is still posts there that need to be looked at when in fact there are none. do I have a setting wrong?
also: this seems to not be the case and is a byproduct of the repeated emails I am receiving changelog v2.0 - 12 Feb 2013 Quote:
|
Quote:
|
Quote:
|
Quote:
Try running the repair and optimize wizard (AdminCP > Maintenance > Repair / Optimize Tables), i dont know if that will fix something for you or not but its the only thing i can think of doing, the mod dose a very simple database query and then performs an action based on the returned results, the results will be a 0 or a number above, there really is'nt any other way (that i know of) for the script/mod to think there is items waiting, it only knows this from something in the database telling it there is items waiting. Quote:
Quote:
.Me |
Quote:
Quote:
|
Quote:
|
Quote:
Quote:
.Me |
Moving flagged posts to the Mod queue sounds interesting Lee - if can limit to certain groups
-some forum users would be flagging everything if they had that power:) I'm currently using FractilizeR to show Moderator notifications which I combine with yours to also email them. Are you thinking about doing your own version to do everything? |
Quote:
.Me |
Thank you for this mod. I really hoped that it will send a pm to the mods as well?
|
It shows that the e-mail was sent at 15:41 and it is now 16.06 and not one of the e-mail addresses have received anything yet?
|
Quote:
Quote:
Be sure to have a space inbetween each email address, can you access your servers mail logs to make sure the emails did leave the server? .Me |
Quote:
|
Quote:
Thanks for the feedback, i know i think i may have seen it the other day. Leave it all with me guys, i'm going dark for a few days while i work on a custom MOD for some one, after that i hope to drop a few mods on here that cover some of the things we are talking about and some others :). .Me |
One other thing would be cool Lee - if it could also send out a message when the queue has been cleared.
|
All times are GMT. The time now is 06:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|