Copied to clipboard

Flag this post as spam?

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


  • Paul Marden 235 posts 338 karma points MVP 2x c-trib
    Feb 04, 2011 @ 17:19
    Paul Marden
    0

    Working on 4.5+

    Aaron, do you know if there are any plans to get the link checker working on 4.5 or newer?

  • Connie DeCinko 931 posts 1160 karma points
    Feb 07, 2011 @ 19:03
    Connie DeCinko
    0

    Plus 1.  Really need this also to keep our Media node from growing out of control.

     

  • Ricardo 24 posts 56 karma points
    Feb 18, 2011 @ 14:38
    Ricardo
    0

    Hi Paul

    Having a similar problem to the one you had here:

    http://forum.umbraco.org/yaf_postst9118_Hostnames-and-Links.aspx

     

    Did you find a solution?

     

    Basically defined a domain (Manage hostnames option) for Node1 and have Umbraco structure

        Content

             + en

                   + Node1

                            + Subnode1

                   + Node2

                            + Subnode2

             + es

     

    When check ‘Subnode1’ properties have:

                Link to document: /node1/subnode1.aspx

                Alternative Links: http://www.domain.com/subnode1.aspx

     

    I would like to get rid of the folder ‘/node1/’ in ‘Link to document’, that is returned also in NiceUrl and only have http://www.domain.com/subnode1.aspx

     

    Tried to follow steps in

    http://our.umbraco.org/forum/using/ui-questions/3505-Change-site-root-node,-NiceUrl-doesnt-change

    but no luck

    Sorry to ask you here but can not find a solution and bit desperate :)

    Many thanks

    Ricardo

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Oct 25, 2012 @ 15:50
    Stefan Kip
    0

    For newer umbraco version, you should add the following code to usercontrols/DataTypes/MediaLookup.ascx on line 40 (right inside the ajax success function):

    // Result is null all the time, so use jqXHR...
    result = jQuery.parseJSON(jqXHR.responseText).d;
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies