Posted by Slim Pickens on August 30, 2007 at 1:30am
Jump to:
| Project: | Fasttoggle |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I have been using Fasttoggle for a few days now and it has eased my workload considerably. With dozens of new feed items per day I can now just toggle duplicates to be not published and not promoted as I browse and delete them later. Excellent!
My only request would be to add a delete option.
Comments
#1
It's up to kkaefer but I'd rather not have a delete option in Fasttoggle. Deleting a post is not something you can toggle on and off. A better option for your use case, I think, is to combine Views, Views Bookmark and Views Bulk Operations (create a "mark as deletable" or "move to trash" flag with Views Bookmark and create a new Views view with the "Bulk Operations View" view type that only shows "deletable" nodes).
#2
Yes, this won't happen. It's too dangerous to have a one click delete for all nodes. If you really want that feature, you can write an own module that implements this. Fasttoggle allows third-party modules to create own fasttoggle links.
#3
Add node:nid as a field to your view. Rewrite the output of the field to just "X" and give it the path "node/[nid]/delete"
Combine this with automodal or similar and you can have the confirmation come up in a nice little lightbox.