Create a feed index page similar to http://www.glam.com/network/blogs - and make it themeable.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | patch_index_theme.txt | 1.9 KB | greg@beargroup.com |
Create a feed index page similar to http://www.glam.com/network/blogs - and make it themeable.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | patch_index_theme.txt | 1.9 KB | greg@beargroup.com |
Comments
Comment #1
Foodster commentedI think making the index page like lylina rss aggregator is more readable http://lylina.sourceforge.net/
Comment #2
buddaThe lylina page is more a list of actual feed items. That is already implemented per feed. The index would just be listing what feeds are being aggregated, their image, and a short description about the feed (all taken from the feed).
The page would be themable.
Comment #3
greg@beargroup.com commentedA good solution to this would be to make the feedmanager_page_sources() function themeable. Then can style the theme index page however we want without modifying the core module.
Comment #4
greg@beargroup.com commentedHere's a patch to theme the items on an index page.
Comment #5
buddaTheme function added to CVS.
theme_feedmanager_index_items($feed, $items)Comment #6
(not verified) commented