Posted by webchick on December 5, 2006 at 1:00am
4 followers
Jump to:
| Project: | modr8 |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Rather than having code to handle display of the moderation queue, it would be neat to make this module Views-enabled, so users could have fine-grained customization over how the list looked and who had access to it.
Comments
#1
Well, I know zero about making this happen (still avoiding the views module- probably to my own regret), but I think it's important to not make the module dependent on the views module (modr8 module description - "Easy, dedicated moderation of content").
#2
+1 on this idea - More and more modules move towards delegating their contents listings to Views module (OG, Audio), and that is a really good thing IMO.
The tricky thing here might be that Views is currently not very form-generating oriented, I think.
#3
#4
Maybe it would help at first when there would be a (ajaxified) path to approve a single node. I.e admin/modr8/approve/$nid
So we could create a list of nodes in moderation status of an exposed content type (for all who are not familiar with views: this creates automatically a customizeable content-type filter above the list) and provide a link to moderators to approve each single node. In the first step I think it would be enough to provide such a link or even an ajaxified one.
#5
New features are going into 7.x