Hi,
I used CCK module to create a content type.
One of the fields is an image field. I created several contents of the type.
I set up a view so that every record of the content type shows up in a table format with a thumbnail of image. Users can select the title to get to the node.
Everything is good so far....
Can someone hint me at how to accomplish the following;
- I need to (using either the same view or entirely another view) have "select" users able to "delete" the records right from the view.
Just like how an authorized user can view individual contents of his site [administer-Content], and further select some or all and "delete".
I want similar functionality, but with my view. That is, selected users will be able to view the "view" and perform delete as needed.
Could someone guide me on what I need to do or approach/modules.
Thank You.
Comments
bump? Can some one hint if I
bump?
Can some one hint if I can have a way for authorized users to "delete " individual records of cck type from a table view.......like I mentioned?
Thanks.
I don't think you'll find any
I don't think you'll find any 'out of the box' solution for this. Definitely doable, but like so may specific bits of functionality like this, requires come custom coding.