We use CCK Redirection (<a href="http://drupal.org/project/cck_redirection">http://drupal.org/project/cck_redirection</a>) for a very similar situation.  Hope that helps.<div><br></div><div>--</div><div>antgiant<br><div><br>

</div><div><br><div class="gmail_quote">On Tue, Aug 11, 2009 at 2:12 PM, <a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a> <span dir="ltr">&lt;<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This is a bit convoluted, so please bear with me. :-)<br>
<br>
I have a site that is using Domain Access, and has 2 domains on it.<br>
<br>
Each domain has a separate menu configured as its primary links menu. This menu is placed into a block in the sidebar.  So far so good.<br>
<br>
However, we now need links in those menus.  On siteA, we need a link to /calendar, under which is a link to /calendar/concerts.  This is fine.<br>
<br>
On siteB, we also need a link to /calendar, under which is a link to /calendar/concerts.<br>
<br>
While those pages themselves function fine and pull in all of the appropriately domain-filtered data, the links themselves are problematic because of two issues:<br>
<br>
1) If you put the same path in the menu system multiple times, Drupal frequently (although not always, just to keep things interesting) gets confused and will lose track of what the active menu path is.  That means expanded menus and breadcrumbs will be wrong.<br>


<br>
2) In Drupal 5, the way around that was to use the url_redirect module to create a redirect, say, calendar-siteB, that directs to just /calendar, and put the redirect in the menu.  That worked wonderfully. However, Drupal 6 has a thoroughly annoying overly-sensitive permission check that breaks url_redirect:<br>


<br>
<a href="http://drupal.org/node/190867" target="_blank">http://drupal.org/node/190867</a><br>
<a href="http://drupal.org/node/308263" target="_blank">http://drupal.org/node/308263</a><br>
<br>
So Drupal prevents us from taking that approach.<br>
<br>
Anyone else have a suggestion for how to make those menu links work? :-)<br>
<br>
--Larry Garfield<br><font color="#888888">
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br></div></div>