° Forums ° Reply ° Statistics ° Sign Up ° Search °

Blogzor Community Support / General Support / Rss feeds for links
Author Message
manthano
Member

# Posted: 6 Sep 2005 12:25:47


On the New Link page in the admin panel, there is a field for an RSS feed associated with that link. However, when I enter a url there, it does not show up on the Links page in the admin panel that summarizes the links or in the actual blog itself.

Blogzor
Admin

# Posted: 6 Sep 2005 22:19:45


It is most likely a problem with the template. I will have a look and see what I can find. The RSS feed is being saved to the database so you are not losing any that you add.

Blogzor
Admin

# Posted: 7 Sep 2005 09:30:54


The admin area was missing the icon and that is now working.

To display the rss image next to the link you will have to modify the template called: panel.template. Scroll down to the area where the links are displayed. You should see something like "for each link" then the code to display the link. Add this code:

{if $link->getRssFeed() != ""}
<a href="{$link->getRssFeed()}"><img src="imgs/admin/rss_logo_small.gif" style="border:0px;" /></a>
{/if}

Save and check. Let me know if you get stuck and I can make the change for you.

manthano
Member

# Posted: 9 Sep 2005 17:18:38


that worked. Thanks. Is there a guide somewhere that has the Smarty code functions and properties as that plog uses?

Blogzor
Admin

# Posted: 11 Sep 2005 16:34:53


Here is a link to a crash course on smarty. I will be developing some more basic instructions within the next couple of weeks.
Smarty Help

Your answer

Bold Style  Italic Style  Underlined Style  Image Link  Insert URL  Disable BB codes *What's that?


Before posting non-english message, check your browser's encoding!
 » Name  » Password