Page 1 of 1

Deleting multiple entries with checkbox?

Posted: Mon Sep 19, 2005 2:45 am
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

Re: Deleting multiple entries with checkbox?

Posted: Mon Sep 19, 2005 4:26 pm
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