news and annoucements page?
How do I create a news and annoucements page similar to http://drupal.org/news? Do I need to create a custom node type using flexinode? Thanks for any tips. -- Jiann-Ming Su "I have to decide between two equally frightening options. If I wanted to do that, I'd vote." --Duckman "The system's broke, Hank. The election baby has peed in the bath water. You got to throw 'em both out." --Dale Gribble
Hi, On Sun, 2006-01-29 at 18:30 -0500, Jiann-Ming Su wrote:
How do I create a news and annoucements page similar to http://drupal.org/news? Do I need to create a custom node type using flexinode? Thanks for any tips.
This is actually what drupal does very well. Using taxonomy create a category called something like news, and then using the path taxonomy/term/x and you can bring up all content in this category. You can also use the path module change the path to news, in admin > url aliases Gordon.
On 1/29/06, Gordon Heydon <gordon@heydon.com.au> wrote:
Hi,
On Sun, 2006-01-29 at 18:30 -0500, Jiann-Ming Su wrote:
How do I create a news and annoucements page similar to http://drupal.org/news? Do I need to create a custom node type using flexinode? Thanks for any tips.
This is actually what drupal does very well.
Using taxonomy create a category called something like news, and then using the path taxonomy/term/x and you can bring up all content in this category.
You can also use the path module change the path to news, in admin > url aliases
Thanks for the quick reply. I was able to get that to work. Is it possible for the taxonomy/category term to be embedded in another drupal page? The site I'm converting currently has a nice little "Press Release" graphic that I'd like to incorporate. -- Jiann-Ming Su "I have to decide between two equally frightening options. If I wanted to do that, I'd vote." --Duckman "The system's broke, Hank. The election baby has peed in the bath water. You got to throw 'em both out." --Dale Gribble
On 1/30/06, Jiann-Ming Su <sujiannming@gmail.com> wrote:
Thanks for the quick reply. I was able to get that to work. Is it possible for the taxonomy/category term to be embedded in another drupal page? The site I'm converting currently has a nice little "Press Release" graphic that I'd like to incorporate.
To answer my own question, I found these two code snippets that seem to be relevant: http://drupal.org/node/30967 http://drupal.org/node/37421 -- Jiann-Ming Su "I have to decide between two equally frightening options. If I wanted to do that, I'd vote." --Duckman "The system's broke, Hank. The election baby has peed in the bath water. You got to throw 'em both out." --Dale Gribble
On 1/29/06, Gordon Heydon <gordon@heydon.com.au> wrote:
Hi,
On Sun, 2006-01-29 at 18:30 -0500, Jiann-Ming Su wrote:
How do I create a news and annoucements page similar to http://drupal.org/news? Do I need to create a custom node type using flexinode? Thanks for any tips.
This is actually what drupal does very well.
Using taxonomy create a category called something like news, and then using the path taxonomy/term/x and you can bring up all content in this category.
Just as follow up, the "taxonomy browser" module is useful for associating a taxonomy name to a the term id. -- Jiann-Ming Su "I have to decide between two equally frightening options. If I wanted to do that, I'd vote." --Duckman "The system's broke, Hank. The election baby has peed in the bath water. You got to throw 'em both out." --Dale Gribble
participants (2)
-
Gordon Heydon -
Jiann-Ming Su