My customer doesn't like the way the RSS feeds look. For example, on a taxonomy feed, they want to see the term description rather than the term name. And for blogs, they want to see RealName rather than userid. I am still looking, but am at a loss so far as to how to change these titles. Does anyone have a good idea? (Yes, I know how to code. Yes, there is already a site-specific module in place.) Nancy E. Wichmann, PMP Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
I presume you mean the outgoing RSS feeds? If so, maybe using views could accomplish this? darthclue (Jonathan Dale) nan wich wrote:
My customer doesn't like the way the RSS feeds look. For example, on a taxonomy feed, they want to see the term description rather than the term name. And for blogs, they want to see RealName rather than userid. I am still looking, but am at a loss so far as to how to change these titles. Does anyone have a good idea? (Yes, I know how to code. Yes, there is already a site-specific module in place.)
/*Nancy E. Wichmann, PMP*/
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.. King, Jr.
Yes, for example, the page that comes up from http://example.com/blog/221/feed or http://example.com/taxonomy/term/27/feed Nancy E. Wichmann, PMP (781) 697-6344 Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Darth Clue <darthclue@gmail.com> To: development@drupal.org Sent: Tue, February 2, 2010 6:32:59 PM Subject: Re: [development] Altering an RSS Feed I presume you mean the outgoing RSS feeds? If so, maybe using views could accomplish this? darthclue (Jonathan Dale) nan wich wrote:
My customer doesn't like the way the RSS feeds look. For example, on a taxonomy feed, they want to see the term description rather than the term name. And for blogs, they want to see RealName rather than userid. I am still looking, but am at a loss so far as to how to change these titles. Does anyone have a good idea? (Yes, I know how to code. Yes, there is already a site-specific module in place.) /*Nancy E. Wichmann, PMP*/
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.. King, Jr.
Views comes with a default override with taxonomy that would work for this. I'd imagine that Views, and possibly the Views_RSS module, would get you all the way there without any need for code. Cheers, Bill On 2/2/10 3:41 PM, nan wich wrote:
Yes, for example, the page that comes up from http://example.com/blog/221/feed or http://example.com/taxonomy/term/27/feed <http://example..com/taxonomy/term/27/feed>
/*Nancy E. Wichmann, PMP*/
(781) 697-6344
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------------------------------------------------ *From:* Darth Clue <darthclue@gmail.com> *To:* development@drupal.org *Sent:* Tue, February 2, 2010 6:32:59 PM *Subject:* Re: [development] Altering an RSS Feed
I presume you mean the outgoing RSS feeds?
If so, maybe using views could accomplish this?
darthclue (Jonathan Dale)
nan wich wrote:
My customer doesn't like the way the RSS feeds look. For example, on a taxonomy feed, they want to see the term description rather than the term name. And for blogs, they want to see RealName rather than userid. I am still looking, but am at a loss so far as to how to change these titles. Does anyone have a good idea? (Yes, I know how to code. Yes, there is already a site-specific module in place.)
/*Nancy E. Wichmann, PMP*/
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.. King, Jr.
Bill Fitzgerald wrote:
Views comes with a default override with taxonomy I'll take a look at it. But it's not just taxonomy. I need to do blogs as well, and that may mean getting information from alternate tables for the header. BTW, I hope everyone using the Views version of taxonomy/term realizes that it will not do an "and" (i.e. 123,789) of terms.
Nancy E. Wichmann, PMP Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Bill Fitzgerald <bill@funnymonkey.com> To: development@drupal.org Sent: Wed, February 3, 2010 10:16:59 AM Subject: Re: [development] Altering an RSS Feed Views comes with a default override with taxonomy that would work for this. I'd imagine that Views, and possibly the Views_RSS module, would get you all the way there without any need for code. Cheers, Bill On 2/2/10 3:41 PM, nan wich wrote:
Yes, for example, the page that comes up from http://example.com/blog/221/feed or http://example.com/taxonomy/term/27/feed <http://example..com/taxonomy/term/27/feed>
/*Nancy E. Wichmann, PMP*/
(781) 697-6344
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------------------------------------------------ *From:* Darth Clue <darthclue@gmail.com> *To:* development@drupal.org *Sent:* Tue, February 2, 2010 6:32:59 PM *Subject:* Re: [development] Altering an RSS Feed
I presume you mean the outgoing RSS feeds?
If so, maybe using views could accomplish this?
darthclue (Jonathan Dale)
nan wich wrote: > My customer doesn't like the way the RSS feeds look. For example, on a taxonomy feed, they want to see the term description rather than the term name. And for blogs, they want to see RealName rather than userid. I am still looking, but am at a loss so far as to how to change these titles. Does anyone have a good idea? (Yes, I know how to code. Yes, there is already a site-specific module in place.) > > /*Nancy E. Wichmann, PMP*/ > > Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.. King, Jr. >
nan wich wrote:
Bill Fitzgerald wrote:
Views comes with a default override with taxonomy I'll take a look at it. But it's not just taxonomy. I need to do blogs as well, and that may mean getting information from alternate tables for the header.
BTW, I hope everyone using the Views version of taxonomy/term realizes that it will not do an "and" (i.e. 123,789) of terms.
It will if you use the argument that doesn't support depth.
participants (4)
-
Bill Fitzgerald -
Darth Clue -
Earl Miles -
nan wich