Page 1 of 1

Another Blogs question - RSS link

Posted: Wed Jan 21, 2009 1:27 pm
by robinmarek
Using CMSMS 1.4.1 and Blogs Made Simple 0.3.3.1

I'm trying to create an RSS icon and link for each blog entry.

Like the one that appears on the category page - I want the exact same thing to appear on each entry, taking you to the RSS category.

I found this code in the Category template:

Code: Select all

   {if $rsslink!=""} <div align="right">{$rsslink}</div> {/if}
And I put that in to the Entry template, but it doesn't show anything. The only way I've managed to get it work is to put:

Code: Select all

<div align="right"><a href='direct link to RSS feed'><img src='modules/Blogs/icons/rss.png' alt="RSS" /> Subscribe to this category</a></div>
But then if I created a new category, it would link to the other category every time...  hmmm!

Re: Another Blogs question - RSS link

Posted: Fri Jan 30, 2009 9:00 am
by sparx79
Same problem here!
Want to place a simple RSS icon on the Blogs 'homepage', but inserting the

Code: Select all

{if $rsslink!=""} <div align="right">{$rsslink}</div> {/if}
into the Blogs template has no effect...
(I'm using CMSMS 1.5.1 and Blogs Made Simple 0.3.3.1 on site http://www.goedplantuinontwerp.nl/index.php?page=blog)