Posted by EvanDonovan on July 2, 2009 at 11:06pm
Jump to:
| Project: | Fasttoggle |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
On our site, we use the Modr8 module for content moderation. However, it would be great if we could use Fasttoggle as well for moderating specific nodes.
Attached is a patch that makes that possible. I don't think it's necessary to add any conditionals to it, since the node.moderate field is in the database; it just doesn't have an administrative interface in core. I have set the moderate toggle to be disabled by default, however.
Thanks for making it so easy to add new toggles to this module.
| Attachment | Size |
|---|---|
| fasttoggle_modr8.patch | 4.17 KB |
Comments
#1
You should probably try to avoid such deep diff paths ....
#2
Sorry, it was more convenient for me this way - since I was comparing between my live and development sites. If there is any interest in this idea, I can re-roll the patch so that it will apply for other people.
#3
it applies just fine, you just have to give it -p5 or so. I don't remember how deep, it was a while ago.
#4
@binford2k: Want me to re-roll this? The codestyle and patch depth could be improved. I still think this would be a nice addition.
#5
I like this idea, as this is already a very helpful module and this would make it better.