Links to articles under the 3d level works only for current domain others are't reachible
(umbraco tried this to match it using this xpath query'/domainprefixes-are-used-so-i-do-not-work')
I tried use NiceUrlFullPath: the situation changed vice versa all domains exept current begin working. On curent domain I get top level folder inside url ( <add key="umbracoHideTopLevelNodeFromPath" value="true" />)
Help me please to solve one of this problems or better both
to minimize coding and errors we build modified NiceUrl which works exactly like NiceUrlFullPath but without a bug with toplevel folder. You may test following code if you have same problem
Any comments from umbraco gurus will be appriciated
using
System;
using
System.Data;
using
System.Globalization;
using
System.Configuration;
using
System.IO;
using
System.Net;
using
System.Net.Mail;
using
System.Text;
using
System.Text.RegularExpressions;
using
System.Web;
using
System.Web.UI;
using
System.Xml;
using
System.Xml.XPath;
using
umbraco.BusinessLogic;
using
umbraco.cms.businesslogic;
using
umbraco.cms.businesslogic.media;
using
umbraco.cms.businesslogic.member;
using
umbraco.cms.businesslogic.propertytype;
using
umbraco.cms.businesslogic.relation;
using
umbraco.cms.businesslogic.web;
using
umbraco.cms.helpers;
using
umbraco.presentation.cache;
using
umbraco.scripting;
using
umbraco.DataLayer;
using
umbraco.presentation.templateControls;
using
System.Web.Security;
using
umbraco.cms.businesslogic.language;
using
umbraco.presentation.nodeFactory;
using
umbraco.interfaces;
using
umbraco;
namespace
myUrl
{
///<summary>
/// Function library for umbraco. Includes various helper-methods and methods to
/// save and load data from umbraco.
///
/// Especially usefull in XSLT where any of these methods can be accesed using the umbraco.library name-space. Example:
niceurl > 3rd level
Hi,
I have a list of articles which includes items from several sub-domain sites. I used niceUrl and get the same problem as here http://our.umbraco.org/forum/using/ui-questions/3502-Problem-with-useDomainPrefixes---no-unique-URL-starting-with-3rd-level?p=0 ;
Links to articles under the 3d level works only for current domain others are't reachible
I tried use NiceUrlFullPath: the situation changed vice versa all domains exept current begin working. On curent domain I get top level folder inside url ( <add key="umbracoHideTopLevelNodeFromPath" value="true" />)
Help me please to solve one of this problems or better both
May be I can use Alternative Links? How?
it is very important for my site, SOS!
upd
I forget to say that I implemented the solution form this discussion our.umbraco.org/.../3502-Problem-with-useDomainPrefixes---no-unique-URL-starting-with-3rd-level but it's to much additional coding.
ok, no choice :(
to minimize coding and errors we build modified NiceUrl which works exactly like NiceUrlFullPath but without a bug with toplevel folder. You may test following code if you have same problem
Any comments from umbraco gurus will be appriciated
O! sorry for formating
Which file is this supposed to replace? (if any :))
If I knew that I may be able to reformat it, but at the moment I am clueless
is working on a reply...