<div><span class="gmail_quote">On 10/20/05, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Another possibility is the TrailMenu recipe, which allows you to use<br>a trail to build an expanding sidebar menu and doesn't require all of
<br>the pages to be in a common group.</blockquote>
<div>Thanks for the tip... that recipe is much easier to work with. I converted my expanding sidebar menu with TrailMenu with no problems.</div>
<div>&nbsp;</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">If you want the trail markup to appear on every page in the group<br>except for the &quot;Albums&quot; (home) page (which presumably contains the
<br>trail), put the following in the GroupFooter.<br><br>&nbsp;&nbsp; (:if ! name Albums:)&nbsp;&nbsp;&lt;&lt;| [[Albums]] |&gt;&gt; (:if:)</blockquote>
<div>OK, that makes sense... I was able to create a wiki trail for &quot;albums&quot; and apply your conditional markup tips to do what I wanted as far as &quot;walking&quot; from album to album is concerned (I even hid the bulleted list on the 
Albums.Albums page used to make the trail...neat).</div>
<div>&nbsp;</div>
<div>I put the above code in the group footer, but then I didn't want it to appear on each individual song page, so I am having to change it to something like this:</div>
<div>(:if name Album1:)<br><a>\\\</a><br>&lt;&lt;| [[Albums]] |&gt;&gt; (:if:)</div>
<div>(:if name Album2:)<br><a>\\\</a><br>&lt;&lt;| [[Albums]] |&gt;&gt; (:if:)<br>...etc...</div>
<div>&nbsp;</div>
<div>This should work, but is there a better way to code that if statement in the group footer? I didn't see any examples for an &quot;OR&quot; statement (i.e., if name Album1 or Album2 or Album3...etc.).<br>&nbsp;</div>
<div>-- <br>~Michael Kizer<br><a href="http://Michael.Kizer.ws">http://Michael.Kizer.ws</a> </div></div>