1.4.1 : RSS Broken Link

<link rel="alternate" type="application/rss+xml" title="相館 RSS" href="httpwww.hkgimages.com/pic/index.php?rss&lang=zh_TW" />

HTTP URL missing ://

Ref website: http://www.hkgimages.com

Comments

  • acrylian Administrator, Developer
    Thanks, you are right. Will be fixed in tonight's nightly.
  • Confirm issue fixed on nightly build version 1.4.1 [7628]. Thanks acrylian.
  • 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
  • Dear Renee,

    I just upgrade to 1.4.1.1 [7644], no issue on RSS. However I build custom theme based on old version of default theme.

    Here is the RSS source code line:

    <?php printRSSHeaderLink('Gallery',gettext('Gallery RSS')); ?>

    Seems not different for your code.

    You can check the result on my photo gallery:

    http://www.hkgimages.com/pic
Sign In or Register to comment.