So far I've got the code as:
- Code: Select all
<xml><rss> <channel> <title>{TITLE} News Snippets</title> <link>{BOARD_URL}</link> <de>The UK site 4 Windows Mobile Devices</de> <pubDate>{LAST_BUILD}</pubDate> <lastBuildDate>{LAST_BUILD}</lastBuildDate> <docs>http://blogs.law.harvard.edu/tech/rss</docs> <generator>{PROGRAM}</generator>{LANGUAGE} <category>{CATEGORY}</category> <ttl>{TTL}</ttl> <managingEditor>{BOARD_MANAGING_EDITOR}</managingEditor> <webMaster>{WEBMASTER}</webMaster> <image> <url>{BOARD_URL}templates/subSilver/images/logo_phpBB_med.gif</url> <title>{BOARD_TITLE}</title> <link>{BOARD_URL}</link> <width>122</width> <height>56</height> </image> <BEGIN> <item> <title>{articles.L_TITLE}</title> <link>{INDEX_FILE}?topic_id={articles.ID}</link> <pubDate>{articles.RFC_POST_DATE}</pubDate> <category>{INDEX_FILE}?cat_id={articles.CAT_ID}</category> <de> <CDATA> </de> <comments>{articles.U_COMMENTS}</comments> </item> <END> </channel></rss>
The problem is I want to get the link to go straight to the topic view instead of viewing the article of the portal.
Any ideas how one achieves this?