Yes, you don't understand the question
I would like to add this RSS Feed :
http://eu.battle.net/wow/fr/feed/news
I would like to catch every titles and content for every articles in this feed.
If you look forward in this link you'll see this arborescence :
HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr-fr">
<author>
<name></name>
</author>
<title></title>
<id></id>
<updated></updated>
<entry>
<title></title>
<published></published>
<updated></updated>
<id></id>
<summary></summary>
<content></content>
</entry>
</feed>
I need only 2 tags for my board :
HTML Code:
<entry>
<title></title>
<content></content>
</entry>
Unfortunately, when I go in
Admincp > RSS Feed Manager > Add new RSS Feed the result when I configure everything was not good.
In
title model field I put : {feed:title} =>
It works !
But when I add {feed:content} in
body model field =>
Doesn't work !
More info here :
http://i.imgur.com/nDnpJ.jpg
The problem might by the attribute because Vbulletin allows only these followings :
You see, in my RSS Feed I have {feed:content} but not {feed:content:
encoded}.
How can I force vB to use {feed:content} instead of {feed:content:
encoded} ?
Thank you