<div>Hi there Drupal-pals,</div><div><br></div><div>[Sorry resending because I am not sure the first email went correctly]</div><div><br></div><div>Two part question.</div><div><br></div><div>First aside from the OG_menu and OG menu default links, is there any other (smart) way to create automatic menu options based on the currently active menu? When I look at&nbsp;<a href="http://groups.drupal.org" style="color: rgb(0, 106, 227); ">groups.drupal.org</a>&nbsp;I see paths like:</div><div><a href="https://groups.drupal.org/node/add/event?gids[]=3002" style="color: rgb(0, 106, 227); ">https://groups.drupal.org/node/add/event?gids[]=3002</a></div><div><br></div><div>Where you have a path to add a node, its type and then a variable which references the current group.</div><div><br></div><div>Should I just make these as default links? If so, do I add the current GID into the default menu link list as text?</div><div><br></div><div>I need a similar format like on&nbsp;<a href="http://groups.drupal.org" style="color: rgb(0, 106, 227); ">groups.drupal.org</a>&nbsp;where each new group gets very standard, repeated, menu links: a group Forum, group Blog posts, and group related content (of specific types).</div><div><br></div><div>In a nut shell my question is:&nbsp;<u>How do I set up a group-contextual menu like on&nbsp;<a href="http://groups.drupal.org" style="color: rgb(0, 106, 227); ">groups.drupal.org</a>?</u></div><div><br></div><div>=--=-=</div><div><br></div><div>Second question, once I have figured out the first, I will need to inject the sub-menu of the group between a listing of all groups.</div><div><br></div><div>So if the groups are listed as such:</div><div><br></div><div>&lt;ul&gt;</div><div>&lt;li&gt;&lt;a href="linkpath 1"&gt;group name1&lt;/a&gt;&lt;/il&gt;</div><div>&lt;li&gt;&lt;a href="linkpath 2"&gt;group name2&lt;/a&gt;&lt;/il&gt;</div><div>&lt;ul&gt;</div><div><br></div><div>I will need the sub-menus to be nested inside of the menu output like such:</div><div><br></div><div><div>&lt;ul&gt;</div><div>&lt;li&gt;&lt;a href="linkpath 1" class="active active-trail"&gt;group name1&lt;/a&gt;</div><div><span style="white-space: pre; ">        </span>&lt;ul&gt;</div><div><span style="white-space: pre; ">        </span>&lt;li&gt;&lt;a href="node/add/event?gids[]=3002"&gt;Add event&lt;/a&gt;&lt;/li&gt;</div><div><span style="white-space: pre; ">        </span>//more links go here</div><div><span style="white-space: pre; ">        </span>&lt;/ul&gt;</div><div>&lt;/il&gt;</div><div>&lt;li&gt;&lt;a href="linkpath 2"&gt;group name2&lt;/a&gt;&lt;/il&gt;</div><div>&lt;ul&gt;</div></div><div><br></div><div>Is my best approach to just use template.php and catch the menu tree rendering and to then inject the group-menu inside of the main menu (main menu = the menu where all the groups are put inside of)?</div><div><br></div><div>Adding custom PHP to the template.php file is the way I am thinking I would approach this problem, but maybe there is an easier way?</div><div><br></div><div>Thanks!!</div><div><div><br></div><div>--&nbsp;</div><div>Sebastian</div></div><div><br></div>