I am hoping someone on the list can help me. The extension works great for
us since it enable the users to plug an rss feed  url and displays the
content into the site. This is great because the staff don¹t have to worry
about manually updating the content for that section. However, in the last
couple of days I received a request to display only the image on the feed
along with the url.


Currently the <r:feed:link /> will display the title for a particular book
with its url:

<r:feed:items 
url="http://catalog.westervillelibrary.org/feeds/juvenile_fiction.xml";
order="Title ASC" limit="5">
<li><r:feed:link /></li>
</ul>
<ul>
</r:feed:items>
</ul>


Is there a way do this for the cover image?


We would like to do the same for the cover images. Something like
<r:feed:CoverImage />.


The xml document looks something like this:


<item>

        <title>Star wars : the clone wars : wild space / Karen
Miller.</title>
        
<link>">http://catalog.westervillelibrary.org/record=b1449290*eng</link>
<http://catalog.westervillelibrary.org/record=b1449290*eng>
        <description><![CDATA[<a
href="http://catalog.westervillelibrary.org/record=b1449290*eng";><img
src="http://syndetics.com/index.aspx?isbn=9780345509017/SC.GIF&client=westv";
border="0" alt="cover image" style="float: left; margin-right: 5px;"
/></a>]]>The Jedi Knights lead the battle against a powerful droid army of
separatists, while Anakin Skywalker mentors his first Padawan, a girl named
Ahsoka, learning the skills of a warrior and becoming a hero of the Clone
Wars, in a second novelization based on the new television animated
series.</description>
        <guid isPermaLink="false">9780345509017 (trade pbk. : acid-free
paper)</guid>
    </item>





Maybe there is a way to accomplish this now and I haven¹t  found it yet.  I
am not a programmer so I am hoping someone with the skills can help me out.


Many thanks in advance,


Victor


_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to