Author Topic: How to add extra menu button  (Read 2394 times)

vegeta

  • Newbie
  • *
  • Posts: 1
    • View Profile
How to add extra menu button
« on: November 15, 2008, 09:22:51 am »
Hello.

How can i add an extra top menu button? I need to integrate a forum in to  Goo, and it would be nice to have in in frame.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: How to add extra menu button
« Reply #1 on: November 15, 2008, 05:15:15 pm »
If you mean adding a tab to the main tab panel then what you need to do is edit file 'public/assets/javascript/og/layout.js'. You need to add a new og.ContentPanel to the comma separated list of panels defined there.

What you need has been answered here: http://forums.opengoo.org/index.php?topic=421.msg1647#msg1647

Just replace "http://www.google.com" with the URL to your forum.

Cheers