Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, I would like umbraco to make relative links when I'm using the richtext editor.
When I use it now, it generates the absolute url eg:
http://www.subdomain.domain.com/page.aspx
My site setup is like this:
subdomain.domain.comsubdomain.domain.desubdomain.domain.dk
and I have enabled useDomainPrefixes:
<useDomainPrefixes>true</useDomainPrefixes>
Is it possible to make the richtext box generate locallinks or relative links, like so?
/%7BlocalLink:1427%7D/path/page.aspx
I just realised that all links are saved by nodeid, so I guess Umbraco will take care of the links if the subdomain is changed or removed.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using locallink/relative links in richtext editor
Hi, I would like umbraco to make relative links when I'm using the richtext editor.
When I use it now, it generates the absolute url eg:
My site setup is like this:
subdomain.domain.com
subdomain.domain.de
subdomain.domain.dk
and I have enabled useDomainPrefixes:
<useDomainPrefixes>true</useDomainPrefixes>
Is it possible to make the richtext box generate locallinks or relative links, like so?
I just realised that all links are saved by nodeid, so I guess Umbraco will take care of the links if the subdomain is changed or removed.
is working on a reply...