Closed (fixed)
Project:
Comment RSS
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Jan 2008 at 04:34 UTC
Updated:
13 May 2008 at 14:21 UTC
Jump to comment: Most recent file
The "All Comments" feed doesn't provide any information about the node that's being commented on, which virtually forces the user to visit the node to figure out what the comment means. This patch provides the node title in each comment for the "All Comments" feed, which should help at least a little.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | include_node_title.patch | 2.88 KB | gábor hojtsy |
| #3 | contrib-5.commentrss.comment-context3.junyor.patch | 1.96 KB | junyor |
| #1 | contrib-5.commentrss.comment-context2.junyor.patch | 1.93 KB | junyor |
| contrib-5.commentrss.comment-context.junyor.patch | 1.91 KB | junyor |
Comments
Comment #1
junyor commentedBetter patch that solves the same problems for taxonomy feeds, too.
Comment #2
gábor hojtsy- I would not call a string $node, since it is quite misleading.
- It would be great to use t() on the string, so that translators can translate it.
Otherwise looks good. Thanks for working on this.
Comment #3
junyor commentedUpdated patch to incorporate your feedback and fix the link so it actually works.
Comment #4
gábor hojtsyI'd say we need this in all feed types, except the node feed type. So I thought it would be useful to have an optional argument $include_node_title = TRUE on the function and then pass on FALSE for the single node feed. So I implemented and committed this to 5.x-2.x-dev.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.