Hello,
I recently upgraded to Zenphoto version 1.4.1.1 [7654] (Official Build). Current gallery theme: zpFocus_v1.4.1.
As far as I can tell all is well; except the rss feeds do not work. I found a similar issue on the forum with a confirmation that the issue was fixed. (Don't know what theme). So, I upgraded to a nightly zenphoto-2011-07-04-trunk. The problem remains. I am not sure if my issue is the theme or my installation. The following is the code used in my theme.
<!-- RSS HEADER LINKS -->
<?php printRSSHeaderLink( "Gallery",gettext('Gallery RSS') ); ?>
<?php if (in_context(ZP_ALBUM)) { printRSSHeaderLink( "Collection",gettext('This Album Collection') ); } ?>
<?php if (function_exists("getBarePageTitle")) { printZenpageRSSHeaderLink("News","", gettext('News RSS'), ""); } ?>.
Do I need to change this code?
Thank-you! - Renee