Forum Moderators: open

Message Too Old, No Replies

images using magpie rss

magpie image rss

         

hey suburbia

6:37 pm on Jun 26, 2006 (gmt 0)

10+ Year Member



I have this template to display my feed:

<table>
{* Show the feed title as a header in the first row of the table *}
<tr><th style="font-size: 24px;">{$feedtitle}</th></tr>
{* loop through all items and add date, link, title and description in the follwing section *}
{section name=x loop=$items}
<tr><td class="rssitem">
<strong><a href="{$items[x].link}" target="_blank">{$items[x].title}</a></strong><br>
{$items[x].description}
</td></tr>
{/section}
</table>

The youtube rss feed displays all of the information from the description part of the feed:

<description>
<img src="http://www.example.com/vi/wUIjnzFCGcE/2.jpg" align="right" border="0" width="120" height="90" vspace="4" hspace="4" />
<p>
Nintendo Wii trailer that was shown at E3 2006.
</p>
<p>
Author: <a href="http://example.com/profile?user=user">peestandingup</a><br/>
Keywords: <a href="/results?search=Wii">Wii</a><br/>
Added: May 9, 2006<br/>
</p>
</description>

My question is:

How do I get it to JUST display the image and title and not all of the description and keywords?

Here is the feed url:
[url]http://www.example.com/rss/tag/wii.rss[/url]

Thanks!

[edited by: werty at 2:25 am (utc) on June 27, 2006]
[edit reason] removed specifics, and turned urls to example.com [/edit]