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
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;
Working on 4.5+
Aaron, do you know if there are any plans to get the link checker working on 4.5 or newer?
Plus 1. Really need this also to keep our Media node from growing out of control.
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
For newer umbraco version, you should add the following code to usercontrols/DataTypes/MediaLookup.ascx on line 40 (right inside the ajax success function):
is working on a reply...