remove rss?

I don't need the rss stuff but have trouble to remove it...

when I remove the rss part in page.php (<?php printZenpageRSSLink("Comments-page","","",gettext("Subscribe to comments"));} ?>)

I also removed the rss line in the header but same effect.

the page do not load any more?
Is that normal?

Many thanks in advance,

I use zenphoto 1.2.5

Comments

  • acrylian Administrator, Developer
    You probably removed too much (probably some <?php or ?> that are needed by other functions.. Sorry without more info we can't help that much
  • FilMar Member
    Just tested this in the original zenpage template with same result.

    Removed the php-part after the closing div on line 100 of pages.php
    => <?php printZenpageRSSLink("Comments-page","","",gettext("Subscribe to comments"));} ?>

    after that I get a blank page when opening one of the pages I created (only some text).

    I hope you know a little more now,

    Thanks,
  • acrylian Administrator, Developer
    As I said you removed too much..:-) Only remove the function and keep `<?php } ?>` in place.
  • FilMar Member
    In the mean time I found it myself too :-)

    Sorry, and many thanks,
Sign In or Register to comment.