I figured out how to do the first option by creating a node teaser template with a taxonomy view. But, how would you combine all the individual term pages into one page (WITH the term description). Is there another module that would do this? A view template? I've exhausted my resources. Is this really this really that hard with the power of Drupal? BTW, I'd like to avoid installing Panels if at all possible.

Again here's what I'm trying to accomplish (with Drupal 7):

Vocabulary Name
Term Name
Term Description
Individual node teasers

Term Name
Term Description
Individual node teasers

Term Name
Term Description
Individual node teasers
...

Thanks,
Lynn

On Jul 13, 2011, at 1:25 PM, Ms. Nancy Wichmann wrote:

In the future, yes; in the near future, not likely unless someone wants to help out.
 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.


From: Lynn Stott (Stott Design) <lynn@stottdesign.com>
To: support@drupal.org
Sent: Wednesday, July 13, 2011 1:37 PM
Subject: Re: [support] Taxonomy

Sorry, should have been more clear... I'm trying to do this with Drupal 7. Any chance of a Drupal 7 Taxonomy List port in the future? 

Thanks,
Lynn Stott
www.stottdesign.com
208.871.0073


On Jul 13, 2011, at 7:47 AM, Ms. Nancy Wichmann wrote:

Have you looked at Taxonomy List?
 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.

From: Lynn Stott (Stott Design) <lynn@stottdesign.com>
To: support@drupal.org
Sent: Wednesday, July 13, 2011 8:08 AM
Subject: [support] Taxonomy

I'm trying to create two pages, one for each taxonomy term (w/ taxonomy description) and one for all taxonomy terms (w/ descriptions) . With Drupal 6, I accomplished the first option via two views and this function my template.php

function lax_taxonomy_term_page($tids, $result) {
    $output = '';
    $output .= views_embed_view('taxonomy_term_header', 'default', $tids[0]);
    $output .= views_embed_view('product_grid_view', 'default', $tids[0]);

    return $output;
}

In summery, here's what I'm looking for. I'd like this to come from a view setup, not teaser output.

Option 1:
Taxonomy term title
Taxonomy term description
Related node content

Option 2:
Taxonomy term title
Taxonomy term description
Related node content

Taxonomy term title
Taxonomy term description
Related node content

Taxonomy term title
Taxonomy term description
Related node content
...

Any suggestions?

Thanks,
Lynn


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

--
[ Drupal support list | http://lists.drupal.org/ ]