<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>... drupal/forum &nbsp;produces a very nice list of all the forums on a site. &nbsp;So, this list might include</div><div><br></div><div>&lt;container> Life at College &lt;with auto URL as> &nbsp;(forum/11)</div><div>&lt;forum> Life in the Dorms (forum/12)</div><div>&lt;forum> Coursework &nbsp;(forum/13)</div><div>&lt;forum> Libraries &nbsp;(forum/14)</div><div>etc.</div><div><br></div>I want to use Views in D6 to produce an index of <i>topics</i> submitted to <i>each forum</i> such that if a visitor to&nbsp;the index page (listing all forum containers and forums)&nbsp;clicks on the forum "Life in the Dorms," the target page reveals a list of all forum topics in <i>that</i>&nbsp;particular forum. &nbsp;<div><br></div><div>I have made 2 attempts in Views to produce this result:&nbsp;</div><div><br></div><div>a) If I include the arg: "Taxonomy Term ID = $tid" (and check the box to reduce duplicates),</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>I get a list that looks right initially, but it quickly develops duplicates as comments are submitted.<br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>So, for example, an original forum topic "Are dorms loud at night" quickly multiplies into 20 duplicates in the list as people comment on the original &nbsp;(presumably because all of them include the same taxonomy reference).<br></div><div><br></div><div>b) &nbsp;If I omit the above arg, the results fail to filter by topic. &nbsp;So, indices for all forums are identical--with content all mixed up (library topics included in the dorms forum, etc.)</div><div><br></div><div><br></div><div>I don't really want to use a Taxonomy arg at all, of course. &nbsp;That was just a work-around attempt (vainly hoping I could filter out duplicates). &nbsp;What I would really like to do is filter the forum topics by forum number (assuming there is such a thing). &nbsp;</div><div>There must be some field that identifies the Forum to which a forum topic belongs ($fid &nbsp;?) &nbsp;</div><div><br></div><div>Can anyone be so kind as to tell me how to invoke this field/variable -- in Views if possible, or in php if need be?</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>Steve Hays</div><div>Ohio University</div><div>Dep't of Classics and World Religions</div></body></html>