Hi,
I have made a good feed.
It gives a feed-item.
But only the title of the feed is filled.
How do you get the feed-item body field also be filled?

Greetings,
Martijn

Comments

m3avrck’s picture

please provide the feed url

summit’s picture

Thanks for the quick reply.
Feedurl is: "http://feeds.testnet.nl/RSS/?sID=24232&pID=21508".

greetings,
Martijn

m3avrck’s picture

Status: Active » Closed (fixed)

Your feed does not have a body nor description in it.

It fails here as well: http://simplepie.org/demo/?feed=http%3A%2F%2Ffeeds.testnet.nl%2FRSS%2F%3...

This is not a bug with this module but your feed.

summit’s picture

Ok, thanks for investigating this!
THe feed is from another company, so I can't do anything about it.
Greetings,
Martijn

summit’s picture

Status: Closed (fixed) » Active

Hi,

I open this request again to ask the following.
Could the title-text and the link "Original post" be placed in the body field?
Could I alter the "Original post" tekst with the first word from the title?
That would help me very much!

Greetings,
Martijn

m3avrck’s picture

Status: Active » Closed (fixed)

Yes, use hook_link_alter() in your custom module to override those links and move them around.

Then copy the theme functions, theme_simplefeed_item_node_view() and theme_simplefeed_node_view() into your template.php and override them to add that.