Active
Project:
modr8
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2007 at 05:28 UTC
Updated:
5 Sep 2008 at 00:55 UTC
In 5.x (with the modr8 module) there is a moderation queue. It would be helpful if Fasttoggle supported toggling whether the node is in the moderation queue or not.
Comments
Comment #1
moshe weitzman commentedComment #2
pwolanin commentedDoes fasttoggle have an API for adding in new functions like this?
I'm tempted to close this as "by design" since an important point (to me) of the 5.x version of Modr8 is to get moderators to use the queue to move posts out of moderation so as to have tracking of moderation actions.
Comment #3
moshe weitzman commentedfasttoggle does now have a hook for other modules ... you make a good point maybe the toggle is only useful for putting items into the queue for others to review and decide.
Comment #4
pwolanin commentedOk, I see from the code this:
However, it's not clear to me how to implement this so that posts can be put into the queue only?
Comment #5
sanduhrsWouldn't just another hook invoked in fasttoggle_node_option() do the trick and let us track the moderation actions?
Comment #6
summit commentedSubscribing, greetings, Martijn
Comment #7
pwolanin commentedComment #8
iem2509 commentedDid anyone end up adding the ability to fasttoggle moderation to this module? It saves oodles of time for those with lots of content coming into moderation.
Comment #9
pwolanin commentedAny implementation would need to use a Drupal-built form, not a link.