vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - vBMQN - Moderation Queue Notifications + Desktop App (https://vborg.vbsupport.ru/showthread.php?t=294999)

cdoyle 04-02-2013 08:04 PM

We've been using this for a few months, but lately it seems we are getting more emails of posts that need moderation but when we go to the forum, there is nothing there.

My mods want me to remove this feature, but I'm hoping there is something that could be tweaked.

peterherman 04-08-2013 03:40 PM

Hi,

i have installed the Add-On, and the i have test it, and it did not work. The problem is: the System send me no E-Mails, for moderated Posts.
Can you give me a hint, what i can do now?

Thanks and regards

EDIT: It works now, i forgot to copy two files, sorry.

xony 07-02-2013 12:00 AM

Hi, had long waiting for a mod to do this, thank you very much, but I have an error when running cron, I get this error:

Quote:

vBMQN


Warning: SimpleXMLElement::asXML([path]/includes/xml/vbmqn.xml) [simplexmlelement.asxml]: failed to open stream: Permission denied in [path]/includes/cron/vbmqn.php on line 59
Queue Checked
would be possible to fix it? thank you again.

Lee Roberts 07-04-2013 11:34 PM

Quote:

Originally Posted by cdoyle (Post 2413917)
We've been using this for a few months, but lately it seems we are getting more emails of posts that need moderation but when we go to the forum, there is nothing there.

My mods want me to remove this feature, but I'm hoping there is something that could be tweaked.

Hi, sorry for the delay in getting back to you!

Could it be that one of your "mods" is getting to the items waiting before the other mods check/get the email and so when they go to the queue its empty?

Quote:

Originally Posted by xony (Post 2431609)
Hi, had long waiting for a mod to do this, thank you very much, but I have an error when running cron, I get this error:

Quote:

vBMQN


Warning: SimpleXMLElement::asXML([path]/includes/xml/vbmqn.xml) [simplexmlelement.asxml]: failed to open stream: Permission denied in [path]/includes/cron/vbmqn.php on line 59
Queue Checked
would be possible to fix it? thank you again.

Hi, in the error message "Permission denied" would suggest there is a problem with file permissions for the .xml file you uploaded to the server, what permission dose this file have?

My file permission is set to 644 and this works just fine for me/my server setup, let me know and we can hopefully get this working for you.

Thanks,
.Me

xony 07-05-2013 06:02 AM

thanks for your reply, the current permissions are at 644, is like giving the error, I've risen to 777 and stops giving error but so clear I guess I can not leave them for safety reasons, there would be some other solution?, although that mistake, I'll keep using it, I'm doing well, thanks for your help.

Lee Roberts 07-05-2013 08:02 AM

Quote:

Originally Posted by xony (Post 2432192)
thanks for your reply, the current permissions are at 644, is like giving the error, I've risen to 777 and stops giving error but so clear I guess I can not leave them for safety reasons, there would be some other solution?, although that mistake, I'll keep using it, I'm doing well, thanks for your help.

Morning,

Humm, with out seeing your server setup its hard to tell...

What permissions for /includes and also /includes/xml folders?

If you have no need for xml support (i.e - Support for external applications and their development (xml based status)), then i can make you a custom version of this mod (vbmqn.php), just simple upload of 1 file. Just let me know.

.Me

juzz86 08-25-2013 05:26 AM

G'day Lee, thankyou for your work mate, this looks like it will be a perfect fit for us!

I've installed and copied the files across and am just awaiting some moderated posts to test. After running the scheduled task manually (vB 4.2.1), I've got the following output. It looks like it can't find the files, although they are both where they should be. Any ideas mate?

Code:

vBMQN

Warning: include_once([path]/./includes/cron/vbmqn.php) [function.include-once]: failed to open stream: No such file or directory in [path]/admincp/cronadmin.php on line 116

Warning: include_once() [function.include]: Failed opening '[path]/./includes/cron/vbmqn.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/celluieo/php') in [path]/admincp/cronadmin.php on line 116

Done

Cheers!

Justin

tbworld 08-25-2013 06:07 AM

1.) Did you by chance rename your admincp directory in Admin Control Panel?

2.) If your not scared of editing your files, you can go to the error-ed line and dump the current working directory. If the files are where they are suppose to be, then your current working directory has been altered for some reason.

Of course this only works if your testing the mod on a test board, which you should be doing.

Code:

$cwd = getcwd();  vardump($cwd); die();  //Will display the current working directory

juzz86 08-25-2013 07:31 AM

Quote:

Originally Posted by tbworld (Post 2440910)
1.) Did you by chance rename your admincp directory in Admin Control Panel?

2.) If your not scared of editing your files, you can go to the error-ed line and dump the current working directory. If the files are where they are suppose to be, then your current working directory has been altered for some reason.

Of course this only works if your testing the mod on a test board, which you should be doing.

Code:

$cwd = getcwd();  vardump($cwd); die();  //Will display the current working directory

Thanks again for your help bud. Funnily enough, it works just fine in our testbed - e-mails and all.

As such, I went to deploy it and ran into this.

The good news is that a re-upload of the working files, and a re-install of the product now sees it working beautifully. This will be a great addition to our little forum - thanks again to you both!

Justin

daveaite 08-25-2013 02:32 PM

Very cool concept!

DemOnstar 09-02-2013 08:54 AM

Installed and waiting....

Great work sir...

mikez006 10-29-2013 05:25 PM

anyone test this on 4.2.2?

Lee Roberts 10-29-2013 07:35 PM

Quote:

Originally Posted by juzz86 (Post 2440917)
The good news is that a re-upload of the working files, and a re-install of the product now sees it working beautifully. This will be a great addition to our little forum - thanks again to you both!

Justin

Hi Justin, sorry i missed your request for support there, not sure why but i did. Pleased you have it working :).

Quote:

Originally Posted by mikez006 (Post 2457060)
anyone test this on 4.2.2?

Hi,

Yes i'm running this on 4.2.2 with no problems.

.Me

joeychgo 10-29-2013 09:23 PM

same here

pecky 01-02-2014 08:20 AM

Hi, Really like this as it helps us manage the moderation queue.

One thing that is bugging my moderators is that they are getting multiple emails each time something is in the queue.

1 item in the queue last night prompted 19 emails to the moderators to tell them there was an item there.

I've always had multiple emails, but this is the most so far.

Do I have something wrong, or is there something I can change?

Bluemax712 01-10-2014 12:59 AM

Quote:

Originally Posted by pecky (Post 2471796)
Hi, Really like this as it helps us manage the moderation queue.

One thing that is bugging my moderators is that they are getting multiple emails each time something is in the queue.

1 item in the queue last night prompted 19 emails to the moderators to tell them there was an item there.

I've always had multiple emails, but this is the most so far.

Do I have something wrong, or is there something I can change?

I've never had any trouble with this mod.

It all depends on your settings in Scheduled Task Manager for vBMQN
How many times each day does it run?
ie: every time it runs it will send out an email - until the Mod Queue is cleared

I think by default it may be set to run every half hour
so until the Mod Queue is cleared - you may get upto 48 emails each day

I currently have it set to run only once per day since my site isn't as busy as most others
so it will then check the moderation queue once a day
and then send out one email per day - if anything is waiting.


PS: somehow this never made Mod of the Month
so resubmitting it myself :up:

PS2: now if only Lee could also make it show a list of what is in the Mod Queue in each email
and then send out a final email when the queue is cleared
then it would be worth an extra slice of pizza :)

ekempter 04-07-2015 09:40 PM

Great Mod. I second the suggestion for sending out an email when the queue has been cleared but my guess is that may require a separate mod.


All times are GMT. The time now is 01:02 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
  • Page Generation 0.01226 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (17)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete