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 all
I have an RTE in Umbraco 8. When i highlight a word and select a page i would like to modify the URL to add some extra parameters. For example
Original URL (after highlighting word and selecting a page in Umbraco)
/myContent/somepage/somepageOne/SomePageTwo
would now become
/material/myContent/somepage/somepageOne/SomePageTwo?id=1
How could i achieve this?
Thank you
just add it to the anchor/querystring parameter
Thanks so that resolves the end of the URL, what's about the start?
Notice the word material at the start
you can't add a prefix or edit the url you pick, but you could type the url manually if you can't actually pick it as a node.
Why do you need to add this prefix?
I need to add a word before it so it goes into another system (long story)....
Although I was thinking they could type in the URL manually the issue with this is the URLs could be pretty long.
Is there a way to intercept that call by page, node, doc type or something similar so I can edit the URL and let it continue to the page intended?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to format URL in RTE
Hi all
I have an RTE in Umbraco 8. When i highlight a word and select a page i would like to modify the URL to add some extra parameters. For example
Original URL (after highlighting word and selecting a page in Umbraco)
would now become
How could i achieve this?
Thank you
just add it to the anchor/querystring parameter
Thanks so that resolves the end of the URL, what's about the start?
Notice the word material at the start
you can't add a prefix or edit the url you pick, but you could type the url manually if you can't actually pick it as a node.
Why do you need to add this prefix?
I need to add a word before it so it goes into another system (long story)....
Although I was thinking they could type in the URL manually the issue with this is the URLs could be pretty long.
Is there a way to intercept that call by page, node, doc type or something similar so I can edit the URL and let it continue to the page intended?
is working on a reply...