hi guys
is there a way to uncheck automatically the moderation queue check if a user have the "content moderation" permission?

CommentFileSizeAuthor
#10 modr8.module.patch1.02 KBseanr

Comments

pwolanin’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

storbaek’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Hi. Was this patch included in the 2.4 version? I did not see it in the release notes.

Thank a lot for the work. The patch has worked perfectly.

Dan

pwolanin’s picture

@storbaek - no, this is not something included in modr8. You need to write an add-on module (see link) if you want this functionality.

storbaek’s picture

I looked at the link, but it's only regarding applying patches. How can we use the patch to a module? After reading nodes on drupal, it seems much better to use the patch in a module then just patching a module. Then we do not have to worry about the patch upo future releases. Can someone say what we need to paste to a text file to create a module? We know what a module consists of, but being non-programmers it's very diffucult moving from a workable patch to a workable module.

Thank you!

vm’s picture

The link is to a mini module, not to a patch, not to anything about applying patches. Adding a mini module is very simple to do, simply copy and paste the code as instructed into a .module file.

I suggest you take the time to read the page linked so you have an undestanding of what is going on.

pwolanin’s picture

The link is to an entire module's code. Maybe I should add such a demo module to this download?

vm’s picture

or put it in a contrib folder in the module itself may work as well

pwolanin’s picture

@VeryMisunderstood - yes, basically that's what I meant.

seanr’s picture

Title: skip node moderation for moderators » Allow roles with permission to skip moderation by default
Component: User interface » Code
Category: support » feature
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new1.02 KB

Attached is a patch that adds this functionality directly to modr8 rather than relying on a separate module that isn't even in CVS let alone has a project page (would it have been that hard to do rather than posting raw code in the handbook?).

pwolanin’s picture

@seanr - this sort of module is often very site specific and is trivial to code. It does not need its own project.

I have resisted adding this sort of functionality to modr8 since I have had feature requests wanting 1 excluded role, others want X roles, other want to exclude a certain node type for a certain role, ad infinitum...

pwolanin’s picture

Version: 5.x-2.3 » 5.x-2.6
Status: Needs review » Fixed

I committed a version of the functionality here: http://drupal.org/node/324530

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.