How to add links to external URLs to site menu

Posted by Community Admin on 03-Aug-2018 20:30

How to add links to external URLs to site menu

All Replies

Posted by Community Admin on 22-Feb-2011 00:00

We are evaluating SiteFinity for use as an internal staff portal and one of the requirements is that the main navigation menu not only provide links to other pages on the site but also provide links to external web applications.  We have added a Navigation control to our top level template and configured it as a drop down menu.  As we create pages, they appear in the menu just fine.  But how do we add a top level "Applications" node to the menu and create entries beneath it that link to our external applications?

Posted by Community Admin on 22-Feb-2011 00:00

Hello Ken,

Out of the box you can add external links only to the root level. If you want to have child of an menu item that is external page you should use a custom template of the Navigation control. Inside this template you should have a BaseDataBoundControl. You can subscribe for ItemDataBound event of the control and inject the child node.

Greetings,
Ivan Dimitrov
the Telerik team

This thread is closed