Outputting RSS Feeds

Hi, hopefully this isnt a stupid question, but i've been trawling the docs and forums all day looking for an answer --

I've built a zenphoto site (v 1.4.0.3) using the zenpage addon with a modified effervesence theme

Everything is working swimmingly however I'm unable to view the RSS feed - nor output any rss links using the provided functions. The goal at this point to get a rss feed for the news

have tried both the following:
<?php printZenpageRSSHeaderLink("News","", "Zenpage news", ""); ?>
<?php printZenpageRSSHeaderLink("News", "Zenpage news", "", "");
plus the regular printRSSHeaderLink() function from the docs to try printing any of the feeds (gallery etc).

I assume this is failing because it throws "requested object was not found." when browsing to http://maxy.co.nz/index.php?rss&lang=en_US
http://maxy.co.nz/index.php?rss-news&lang=en_US

any idea why this might be happening / a fix?
have tried pulling in the rss.php files from the latest nightly to attempt to solve this as well :S

Comments

  • acrylian Administrator, Developer
    You are using the wrong functions. That is the function to be used in the `` of an html page which is then shown as an icon next to your browser's address bar.

    Use the `printZenpageRSSLink` function to print a normal link instead.
  • I have been using the printZenPageRSSHeaderLink inside the head tag it outputs a blank line-
    I also tried printZenpageRSSLink in the body - it also outputs a blank line in my source code.
    No error message just silent fail as far as I can tell :(
  • It would be pretty hard for it to output just a blank line unless it is encountering an error. You should check your CGI logs.
  • ok - sorted the issue - news wasnt switched on in the RSS tab in the background

    rtfm!

    thanks for your support!
Sign In or Register to comment.