Copied to clipboard

Flag this post as spam?

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


  • Emmanuel Ramanyimi 19 posts 90 karma points
    May 14, 2019 @ 15:02
    Emmanuel Ramanyimi
    0

    I have two (2) navigation:

    Desktop Navigation and Mobile Navigation

    Multisite

    www.example.com/site-one www.example.com/site-two www.example.com/site-three www.example.com/site-four

    below is the current code am using:

    IPublishedContent currentPageNode = Model.Content; IPublishedContent menuroot = Umbraco.TypedContentAtRoot().First().Children(x => x.DocumentTypeAlias == "menu").First();

    i want to be able to use the current url on multisite

  • Ronak Panchal 71 posts 230 karma points
    May 15, 2019 @ 11:31
    Ronak Panchal
    0

    Hello Emmanuel Ramanyimi,

    you can set those 4 sites in same URLs as like

    www.example.com/site-one

    www.example.com/site-two

    www.example.com/site-three

    www.example.com/site-four

    Then there is an option in Umbraco like Culture and Hostnames where you can add the new domain and in that domain write like www.example.com/site-one for 1st site

    www.example.com/site-two for the second site and so on.

    Hope that will help,

    Ronak Panchal.

  • Matthew Wise 271 posts 1373 karma points MVP 4x c-trib
    May 15, 2019 @ 15:28
    Matthew Wise
    0

    Umbraco.TypedContentAtRoot().First()

    If you user Umbraco.AssignedContentItem.Site() or anything that is the current page .Site() this will get you your root node for that site.

    Matt

  • Emmanuel Ramanyimi 19 posts 90 karma points
    May 20, 2019 @ 09:30
    Emmanuel Ramanyimi
    0

    thanks it works

Please Sign in or register to post replies

Write your reply to:

Draft