Deleting multiple entries with checkbox?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Guest

Deleting multiple entries with checkbox?

Post by Guest »

Is this possible?

I was looking for a plugin to delete more than one entry at a time.

Can someone instruct me on how to do this please?

Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Deleting multiple entries with checkbox?

Post by garvinhicking »

This is possible. Look at the plugin "assigncategories" which assigns entries to multiple categories for an example plugin to build yours on.

Using the s9y functions (serendipity_fetchEntries()) you can fetch any entries, put them with checkboxes and then use the serendipity_deleteEntry() functions to delete those.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply