Thread: RSS feeds
View Single Post
  #6  
Old 07-22-2004, 08:39 AM
 
dgtalzack dgtalzack is offline
 

Newbie
  
Join Date: Apr 2004
Posts: 6
 

Default

So I've implemented magpie-rss. I built a table in the db to store the rss info, then set up a cron job to get the feed once an hour and overwrite the old feed data. Then I just fetch the data in config.php and make it available to smarty. Made a customer/newsfeed.tpl that loops through the data and displays it. Pretty easy, about an hour and a half of work.
Reply With Quote