Create a feed index page similar to http://www.glam.com/network/blogs - and make it themeable.

CommentFileSizeAuthor
#4 patch_index_theme.txt1.9 KBgreg@beargroup.com

Comments

Foodster’s picture

I think making the index page like lylina rss aggregator is more readable http://lylina.sourceforge.net/

budda’s picture

The 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.

greg@beargroup.com’s picture

Title: Feed index page » Feed Index Page Themeable
Version: master » 4.7.x-1.x-dev

A 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.

greg@beargroup.com’s picture

Status: Active » Needs review
StatusFileSize
new1.9 KB

Here's a patch to theme the items on an index page.

budda’s picture

Status: Needs review » Fixed

Theme function added to CVS.

theme_feedmanager_index_items($feed, $items)

Anonymous’s picture

Status: Fixed » Closed (fixed)