Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Johan 38 posts 88 karma points
    Jan 30, 2013 @ 16:04
    Johan
    0

    adding external links to a menu?

    I need to add some external links in the main menu but the umbraco installation I am working with seems only to allow pages that exist in this Umbraco installation. is this always like this or is there a config setting to allow external linking in menu?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 30, 2013 @ 18:41
    Jan Skovgaard
    1

    Hi Johan

    It's true that you need to have a node present in the tree.

    However here you can place a url picker (exists in the uComponents package) and here you can enter an external URL and the in your rendering of the navigation make a check to see if the property has a value and then render that value instead of the actual url of the page.

    Hope this makes sense.

    /Jan

  • Fuji Kusaka 2203 posts 4220 karma points
    Jan 30, 2013 @ 19:26
    Fuji Kusaka
    0

    Hi Johan,

    As Jan suggested, you may use uComponents package. However another way round would be to add a textString property to you docType, so if ever an external link is added in the field then it uses this Url instead of NiceUrl.

     

    //fuji

Please Sign in or register to post replies

Write your reply to:

Draft