Closed (fixed)
Project:
Moderate Bypass
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2010 at 12:21 UTC
Updated:
17 Mar 2010 at 21:46 UTC
For the most part, users are either "trusted" or they are not. In actual use, "blog entry" is the one content type I would especially like to be able to bypass moderation. In practice, I would like the option of bypassing moderation of all content types by role.
Comments
Comment #1
johngriffin commentedI'm not sure if I misunderstand what you're asking for but are you aware that the module provides a permission to bypass each content type individually? This enables you to "bypass moderation of all content types by role".
Comment #2
johngriffin commentedComment #3
tarvid commentedPermissions only has entries for book, event, page, petition. Missing are announcements, blog, forum topic, page, etc. Anyway to reset the permissions menu?
Comment #4
johngriffin commentedHi Jim,
Please try upgrading to the latest version - 1.2. There was a bug which was causing permissions to not show up for some content types.
Thanks,
John
Comment #5
hargobindI'm also seeing issues where permissions are showing up for built-in or custom content types (i.e. node types created by the "node" module), but any content types that have been added via other modules (such as the audio module) don't appear on the permissions page. On looking at the code that renders permissions visible, there appears to be a check for only content types created by the "node" module.
I commented out that check in the code and it appears to be working the way it's expected now:
Unless you really think that check is necessary, I suggest you remove it and release the next version ASAP.
Thanks for the great module!
Comment #6
johngriffin commentedHi Linxor,
You're absolutely right, that was the change I meant to make in ver. 1.2, however it seems I screwed up the tagging somehow!
There is now a new release - 1.3 - which should solve this issue with exactly the fix you have suggested.
Thanks,
John
Comment #7
hargobindSweet. Thank you!
Comment #8
johngriffin commented