Copied to clipboard

Flag this post as spam?

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


  • Martin 278 posts 662 karma points
    Aug 14, 2018 @ 15:26
    Martin
    0

    Multi-Sites and Multi Url Picker

    Hi all,

    I'm looking for some help with setting up Rasmus John Pedersen Multi Url Picker on a multi-site install of Umbraco Cloud.

    I've ran into the issue of the picker using the hostname in the link url. This is going to cause me issues when I deploy to dev & live.

    Any help would be grateful. Thanks

    Martin

    @inherits Umbraco.Web.Mvc.UmbracoViewPage
    @using RJP.MultiUrlPicker.Models;
    @{ 
    
        var link = Model.GetPropertyValue<Link>("buttonUrl");
    }
    
    @if(link != null)
    {
      <a class="button" href="@link.Url" target="@link.Target">More</a>
    }
    
  • Martin 278 posts 662 karma points
    Mar 13, 2019 @ 09:56
    Martin
    0

    Hi all, Anyone got any ideas?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft