Forums / Setup & design / rss problem and fetch user by id

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

rss problem and fetch user by id

Author Message

Fernando Marinò

Wednesday 29 July 2009 6:24:12 am

hi all,
I have two question, the first is about the rss module. I added two rss export to my site. All goes well until I click the topleft button in firefox to subscribe rss.
Here I get a not found error. Looking into the html generated code I found this:
<link rel="Alternate" type="application/rss+xml" title="RSS" href="/beta/index.php?/ita/rss/feed/my_feed" >

my_feed? who are you? what are you doing into my site? And most of all, what have you done to my feed?

here a place to check:
http://www.animangaplus.it/beta/index.php?/ita

the second question regards the fetch of a user by its id. I want to add some features to the comment class, to show some additional information about the users who posted the comment. To limit the modification to the comment class I changed the author field into an author_id field, that should be used in the view template of the comment class to retrive all the custom information I want from the users. I searched into the various fetch function inside the doc, found nothing apparently.