XF 2.2 RSS Feed Importer

wickedstangs

Well-known member
What are some BB Codes we can use in the Message template?
{content}
{description}
{link}

Code:
[url="{link}"]Continue reading...[/url]

I have noticed in the RSS feed there are other codes like (pubDate, media:content, medpic, THUMB, featured_thumbnail) can any of these be pulled to the below thread?

Code:
<item>
<title>Torquing ARP High-Strength Connecting Rod Bolts Like A Pro</title>
<description>
<![CDATA[ According to experts, incorrectly torquing rod bolts is an invitation for galled or stripped threads. We went to ARP Bolts for the proper procedure. Find out how to do it like a pro. ]]>
</description>
<link>https://www.fordmuscle.com/news/torquing-arp-high-strength-connecting-rod-bolts-like-a-pro/</link>
<pubDate>Sat, 14 Aug 2021 01:56:21 +0000</pubDate>
<medpic>https://www.fordmuscle.com/image/2021/07/torquing-app-high-strength-connecting-rod-bolts-like-a-pro-2021-07-27_09-55-29_953595-480x320.jpeg</medpic>
<media:content xmlns:media="http://seach.yahoo.com/mrss" url="https://www.fordmuscle.com/image/2021/07/torquing-app-high-strength-connecting-rod-bolts-like-a-pro-2021-07-27_09-55-29_953595-480x320.jpeg" medium="image"/>
<lead_image>https://www.fordmuscle.com/image/2021/07/torquing-app-high-strength-connecting-rod-bolts-like-a-pro-2021-07-27_09-55-36_444971-406x271.jpg</lead_image>
<featured_thumbnail>https://www.fordmuscle.com/image/2021/07/torquing-app-high-strength-connecting-rod-bolts-like-a-pro-2021-07-27_09-55-36_444971-310x207.jpg</featured_thumbnail>
<THUMB>https://www.fordmuscle.com/image/2021/07/torquing-app-high-strength-connecting-rod-bolts-like-a-pro-2021-07-27_09-55-36_444971-310x207.jpg</THUMB>
</item>

Is there a way to get atleast one image or more description then just a plan line like below?
img.PNG
 
Last edited:
Displaying any images which are present in the feed would require custom development.
But why this is not implemented natively in XF ?
Feeds comes with images so why there are not displayed in the thread created ?

It will be great when the destination forum is sets to Articles.

Thanks.
 
False joy ... most auto-created threads don't import images. I don't know why ... I am using 7 different feeds and only 1 is getting the pictures in the articles. I would have to see if the structure of the feeds differ from one to another to understand what is preventing the images from being imported. But maybe a xenforo developer could teach us more.
 
Top Bottom