Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2007 at 02:07 UTC
Updated:
6 Oct 2007 at 17:40 UTC
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
Comment #1
m3avrck commentedplease provide the feed url
Comment #2
summit commentedThanks for the quick reply.
Feedurl is: "http://feeds.testnet.nl/RSS/?sID=24232&pID=21508".
greetings,
Martijn
Comment #3
m3avrck commentedYour 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.
Comment #4
summit commentedOk, thanks for investigating this!
THe feed is from another company, so I can't do anything about it.
Greetings,
Martijn
Comment #5
summit commentedHi,
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
Comment #6
m3avrck commentedYes, 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.