Won't fix  Forum description link is relative in RSS feed

calorie

Active member
Example: http://xenforo.com/community/forums/xenforo-pre-sales-and-feedback.5/index.rss

Snippet with example below...
Code:
  <channel>
    <title>XenForo Pre-Sales and Feedback</title>
    <description>

Any discussions  related to or questions about XenForo should be posted in  here.
&lt;em&gt;Please&lt;/em&gt; stay on-topic! Suggestions can be posted in the
&lt;a href="/community/forums/xenforo-suggestions.9/"&gt;suggestions&lt;/a&gt; forum.

    </description>

Small thing, but it makes the link relative to the site parsing the feed.

And where are the item descriptions?
tongue.png
 
Since that's arbitrary, admin-defined output, there's not too much we can do about it (unless we want to parse the HTML). It's not an issue if the admin enters a full URL (which we were clever enough not to do ;)).
 
Top Bottom