Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: Tuelz
Topic ID: 19
Message ID: 100
#100, RE: ZZ Tuelz - incomplete RSS output
Posted by Kurt on Jul-23-09 at 12:53 PM
In response to message #99

>
>The problem seems to be in formatting. Not only did it
>loose the formatting, it only printed the video and the
>title, non of the description.
>
>FYI: google video does fine, except there RSS seems not to
>include the description, at all.
>
>Kelvin

Hi Kelvin,

Good to see you back.

And you're right, I probably can't help much, but have you tried messing with the:
Formatting Template for RSS Content

...Which is in the ZZ admin?

The default is:
<a href="{url}">{title=50}</a><br>
{description=150}<br>


Maybe add a <p> to the beginning and </p> to the end?

Something like:
<p><a href="{url}">{title=50}</a><br>
{description=150}<br> </p>