Link/add a new component to the dropdown sidemenu of the topbar

Tobias Hassebrock Posted in Beginning Developers 6 years ago

Hey
Can someone tell me how I can add the link to a new component to the (black) dropdown-sidemenu of the topbar. Which file do I have to change?

The page created for the new component is "proposal". The server adress of the new component page is "localhost/ossn/ossn/proposal" (dunno if this information is helpful).

Replies
German Michael Zülsdorff Replied 6 years ago

You have to change your component's ossn_com.php and
- register your page by the ossn_register_page() function
- register the menu entry by the ossn_register_sections_menu() function