ZenphotoCMS Forum
rss link in the header - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: rss link in the header (/thread-7693.html)



rss link in the header - vincent3569 - 2010-10-06

Hello

can you explain what is the need to use the function printRSSHeaderLink() in the header ?

if I use the plugin zenpage and I use 2 RSS links in the footer, should I have the the 2 functions printRSSHeaderLink() and printZenpageRSSHeaderLink() in the header ?
or just a single link is necessary, and if so, what link should I use?




rss link in the header - sbillard - 2010-10-06

Can you explain why the #$@&* you could not just even look at the note below the posting box?

We really do not need six copies of this post!




rss link in the header - kagutsuchi - 2010-10-07

The posts weren't even moderated... he has 130 posts... must not have realized he made so many. :/

Edit: deleted the extras




rss link in the header - acrylian - 2010-10-07

Sometimes when our site is a little slow for whatever reasons it is easy to double post. I did this myself...

The headerlinks are for the rss icon next to the browser's address bar. Most browser only display one you can directly click, some even let you choose if there are more.




rss link in the header - vincent3569 - 2010-10-07

sorry for the multiple sending
I made several attempts to send my message, and every time I got an error from the forum.
before posting again, I checked that my message had not appeared on the forum ...

@acrylian : thanks for you answer




rss link in the header - sbillard - 2010-10-07

At least some of your posts were withheld by our spam filter which requires monitoring of new user's initial posts. These will not show on the forum until a moderator has had a chance to vet them.




rss link in the header - vincent3569 - 2010-10-09

hello guys

on zenpage and effervescence+ themes, I suggest you change

by
both on news.php and pages.php

currently, the rss link title is empty:

``




rss link in the header - sbillard - 2010-10-09

I think the parameters in that function are in the wrong order. They do not match the getZenpageRSSHeaderLink() set, which they should. Since the themes seem to match up with the order of the get function, I will just change the print parameter list to be consistent.




rss link in the header - vincent3569 - 2010-10-10

indeed, the parameters of getZenpageRSSHeaderLink() and printZenpageRSSHeaderLink() are not in the same order.
Your change will also solve the problem.