Closed (fixed)
Project:
modr8
Version:
5.x-2.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2008 at 17:22 UTC
Updated:
16 Apr 2010 at 17:40 UTC
Jump to comment: Most recent file
hi guys
is there a way to uncheck automatically the moderation queue check if a user have the "content moderation" permission?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | modr8.module.patch | 1.02 KB | seanr |
Comments
Comment #1
pwolanin commentedhttp://drupal.org/node/153462
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
storbaek commentedHi. 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
Comment #4
pwolanin commented@storbaek - no, this is not something included in modr8. You need to write an add-on module (see link) if you want this functionality.
Comment #5
storbaek commentedI 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!
Comment #6
vm commentedThe 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.
Comment #7
pwolanin commentedThe link is to an entire module's code. Maybe I should add such a demo module to this download?
Comment #8
vm commentedor put it in a contrib folder in the module itself may work as well
Comment #9
pwolanin commented@VeryMisunderstood - yes, basically that's what I meant.
Comment #10
seanrAttached 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?).
Comment #11
pwolanin commented@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...
Comment #12
pwolanin commentedI committed a version of the functionality here: http://drupal.org/node/324530