Forums / Developer / Import additional RSS attributes

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Import additional RSS attributes

Author Message

Yngve Bergheim

Wednesday 12 October 2005 4:23:58 am

eZ allready imports title, description and url by default. But I also need to get the pubDate and category channel from a RSS-feed (http://blogs.law.harvard.edu/tech/rss).

Has someone done this before?

My guesses:
Kernel/classes/ezrssexport.php I need to copy line 308-325 and modify it to suite my extra channels.
Kernel/rss/*.* Guess I need to modify the admin template too.