Active
Project:
Leech
Version:
5.x-1.x-dev
Component:
leech
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2007 at 20:20 UTC
Updated:
27 Apr 2007 at 08:47 UTC
I have 10 feeds (more) on my site, and about 3000 news items per feed.
there are a situation? when i need to delete a few items by hand. In mode "delete items" I have a very long list with all items from feed.
I think, that need to create a pagination, or lite filter for items ( last 10, last 50, last 100, all items) for more quick, short form.
What you think about it?
Comments
Comment #1
alex_b commentedExcellent feature request.
Patches would be highly appreciated.
Alex
Comment #2
toologic commentedLets start from first step.
leech.module (5.x-1.x-dev from 18 apr) row 459
need change on
the better look (and search) if items sorted on date.created ;) older - to top, earler - down.
and row 467 changed on
'#default_value' => FALSE, // array_keys($items),If i need to delete 2 or 5 items, it is early make 2 or 5 click for check, but not 2998 click to uncheck. ;)
Comment #3
toologic commentedAlso i make next change in function leech_news_page_delete_confirm()
To create not list of node titles, but list of links on nodes
... in row 462 delete
insert
Comment #4
toologic commentedAs variant of developing form for delete (promo, publish\unpublish) feed items you can use a form from Admin\content
Just altered filter-form by adding field "feeds list".
And change link "delete items" from each feed on "manage items"