Removing linebreak in RSS feed plugin

Creating and modifying plugins.
Post Reply
Elhcay
Posts: 3
Joined: Sat Apr 12, 2008 10:10 pm
Contact:

Removing linebreak in RSS feed plugin

Post by Elhcay »

How do I remove the linebreak after the topic title in Remote RSS/OPML-Blogroll Feed such that there'd be no linebreak between the topic title of each feed and the date? Thanks.

eg. changing
------
{Topic}

{date}
-------

to

-------
{topic}
{date}
-------

or

------
{topic}{date}
------
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Removing linebreak in RSS feed plugin

Post by garvinhicking »

Hi!

For that you need to edit the plugin_remoterss.tpl template file to customize this.

It might be that you can arrange it differently with CSS floats, as well.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply