Does anyone know why the "read more" link on an outgoing RSS feed is a relative link rather than absolute? And then, how to fix it? Nancy
You could try using Display Suite and Custom Formatters, or Content Templates, to override the default RSS... On 18/09/2010, at 1:50 AM, nan wich wrote:
Does anyone know why the "read more" link on an outgoing RSS feed is a relative link rather than absolute?
And then, how to fix it?
Nancy
On Fri, 2010-09-17 at 08:50 -0700, nan wich wrote:
Does anyone know why the "read more" link on an outgoing RSS feed is a relative link rather than absolute?
And then, how to fix it?
You're probably using otherwise formated output, since Drupal by itself doesn't put "Read more" links RSS, but only teasers. If so, than modify l() function being called to set 'absolute' option to TRUE.
I did find the problem in a contributed module. However, core Drupal does indeed use "read more" in RSS feeds: http://api.drupal.org/api/function/node_feed/6 Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Nikola Kotur You're probably using otherwise formated output, since Drupal by itself doesn't put "Read more" links RSS, but only teasers.
On Sat, 2010-09-18 at 10:15 -0700, nan wich wrote:
However, core Drupal does indeed use "read more" in RSS feeds: http://api.drupal.org/api/function/node_feed/6
You are so right. Thanks for correcting me.
participants (3)
-
Chris Skene -
nan wich -
Nikola Kotur