<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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?&nbsp;<div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks,<br>Lynn Stott<br><a href="http://www.stottdesign.com">www.stottdesign.com</a><br>208.871.0073<br><br></div></span></div></span></div></span></span>
</div>
<br><div><div>On Jul 13, 2011, at 7:47 AM, Ms. Nancy Wichmann wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto"><span style="RIGHT: auto">Have you looked at Taxonomy List?<var id="yui-ie-cursor"></var><br style="RIGHT: auto" class="yui-cursor"></span></div>
<div></div>
<div style="RIGHT: auto">&nbsp;</div>
<div style="RIGHT: auto"><font color="#ff007f" size="4" face="bookman old style, new york, times, serif"><i><strong>Nancy</strong></i></font></div>
<div style="RIGHT: auto">&nbsp;</div>
<div><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></div>
<div><br>
<blockquote style="BORDER-LEFT: rgb(16,16,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px">
<div style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt">
<div style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><font size="2" face="Arial">
<div style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class="hr" readonly="true" contenteditable="false"></div><b><span style="FONT-WEIGHT: bold">From:</span></b> Lynn Stott (Stott Design) &lt;<a href="mailto:lynn@stottdesign.com">lynn@stottdesign.com</a>&gt;<br><b><span style="FONT-WEIGHT: bold">To:</span></b> <a href="mailto:support@drupal.org">support@drupal.org</a><br><b><span style="FONT-WEIGHT: bold">Sent:</span></b> Wednesday, July 13, 2011 8:08 AM<br><b><span style="FONT-WEIGHT: bold">Subject:</span></b> [support] Taxonomy<br></font><br>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<br><br>function lax_taxonomy_term_page($tids, $result)
 {<br>&nbsp;&nbsp;&nbsp; $output = '';<br>&nbsp;&nbsp;&nbsp; $output .= views_embed_view('taxonomy_term_header', 'default', $tids[0]);<br>&nbsp;&nbsp;&nbsp; $output .= views_embed_view('product_grid_view', 'default', $tids[0]);<br><br>&nbsp;&nbsp;&nbsp; return $output;<br>}<br><br>In summery, here's what I'm looking for. I'd like this to come from a view setup, not teaser output.<br><br>Option 1:<br>Taxonomy term title<br>Taxonomy term description<br>Related node content<br><br>Option 2:<br>Taxonomy term title<br>Taxonomy term description<br>Related node content<br><br>Taxonomy term title<br>Taxonomy term description<br>Related node content<br><br>Taxonomy term title<br>Taxonomy term description<br>Related node content<br>...<br><br>Any suggestions?<br><br>Thanks,<br>Lynn<br><br><br>-- <br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br><br><br></div></div></blockquote></div></div></div>-- <br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br></div></body></html>