![]() |
^^i second that
|
Thanks Acidburn, is there a way to not display moderation in certain forums in the moderation queue
Quote:
|
It's working great in 3.6.5 for me. Thanks for the addon!
|
Thanks that's awesome and very useful.
|
Is there a way to add pm moderation from the pm mod. By https://vborg.vbsupport.ru/showthrea...=pm+moderation
|
Seems to have installed okay other than I'm getting the following message at the top... "There are currently Array event(s) requiring your attention." Any ideas how to fix this?
|
This product is not working for 3.7, it throws the following error:
Quote:
|
Quote:
|
ditto...
|
Is there any way to make this work with 3.7.1 Or does it and my site is just messed up.
|
Would be great if this could be available for 3.7.
|
Also very interested in an update for this.
|
Me too! It's really really handy. But in 3.7 it causes the forum home page to display a database error message. If you need more specific information I can enable it again and copy the source code. Anyway, posting so I'll know if it's available again. :)
|
this is cool but u really need to add an option which stuff to be dispayed. for example there is no need for moderators to see how many users need moderation since they cant use user moderation
|
Bump... anyone have this for 3.7? I can't believe it hasn't been updated or something similar hasn't been created.
|
I managed to get this working with a bit of SQL hacking. The reason this stopped working in 3.7.x is because the "moderation" table has changed (from having separate threadid and postid columns, to now a single primaryid column).
I fixed it by editing "product-moderation_forumhome.xml" Find: PHP Code:
INNER JOIN " . TABLE_PREFIX . "post AS post USING (postid) To: INNER JOIN " . TABLE_PREFIX . "post AS post ON post.postid=moderation.primaryid Similarly, find: PHP Code:
INNER JOIN " . TABLE_PREFIX . "thread AS thread USING (threadid) To: INNER JOIN " . TABLE_PREFIX . "thread AS thread ON thread.threadid=moderation.primaryid This makes the plugin work for me in 3.7.3. |
Quote:
Thanks very much, I confirm it works under 3.7.3 :up: |
I made the edits and they do work. Thank you for posting the changes.
|
Is there a way to make this mod send a PM or e-mail when there are new items that need moderating? Saves having to continually log into the forum to check.
|
Quote:
I'll second that! |
Tyvm DVDGuy
|
Thread subscribed, standing by for version, compatibility, and development updates.
|
All times are GMT. The time now is 01:05 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:
|