if you views are displaying as a page, you could enable the menu feature on then move it under the correct parent.&nbsp; I do feel your pain, there always seems to be one page that breaks whatever menu I&#39;ve come up with ;)<br>
<br><div><span class="gmail_quote">On 5/9/07, <b class="gmail_sendername">J-P Stacey</b> &lt;<a href="mailto:jp.stacey@torchbox.com">jp.stacey@torchbox.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Thanks very much for your reply:<br><br>&gt; * how to highlight A, B, C or D (with HTML classes?) and make a<br>&gt; menu only 2 levels deep<br>&gt;<br>&gt; emm &gt;&gt; If you are using the drupal built in menus, the structure returned by menu_primary_links() is helpful.
<br><br>That looks almost ideal, actually. I&#39;ve had to use it as a stub for my own,<br>but it&#39;s pretty much the mechanism I&#39;m looking for.<br><br>The problem I&#39;m having is that frequently I have items which have a natural
<br>place in the notional hierarchy of my site, but no entry in the menus. So<br>there&#39;s a trail through open menus that ought to all be open, but they&#39;re<br>not (because the specific bit of the menu that the page &quot;feels like&quot; it
<br>falls under isn&#39;t the current active item).<br><br>While it&#39;s possible to fudge things a *bit* with the category module, that<br>only works for quasi-static pages: I can&#39;t seem to categorise e.g. views or<br>
the site shop. So I&#39;m currently wrapping my call to menu_tree() with a<br>temporary hack to the active item:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$temp = $_GET[&#39;q&#39;];<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;menu_set_active_item(myfunc_map_to_effective_active_item($temp));
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/* Menu functions go here, unaware of the hack */<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;menu_set_active_item($temp);<br><br>It all seems to work, though it feels a bit hairy.<br><br>Cheers,<br>J-P<br>--<br>[ Drupal support list | 
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br></blockquote></div><br>