Another Blogs question - RSS link

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
robinmarek
Forum Members
Forum Members
Posts: 208
Joined: Thu Nov 13, 2008 4:02 pm

Another Blogs question - RSS link

Post 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!
sparx79
Forum Members
Forum Members
Posts: 13
Joined: Thu Jul 24, 2008 10:55 am

Re: Another Blogs question - RSS link

Post 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)
Post Reply

Return to “Modules/Add-Ons”