Internal link not working on Rich Text Editor Enhanced
Hi! I am pretty new in Umbraco, and I am developing a site.
I have been searching for some help through the web, and I can't understand why Internal Link is not working.
In the Rich Text Editor Enhanced, I select Insert/Add link button. Then, in the tree, I select my internal page.
If I want to see the code, I get this:
href="{localLink:1867}"
which is good.
Let say, the page where I want to place the link is: http://mySite/article/testArticle. The link I choose should lead me to the http://mySite/about/thisIsImportant page
But, when I run my site, I am getting this:
http://mySite/article/testArticle/about/thisIsImportant
.... which it doesn't exist.
What am I doing wrong?
I am using Umbraco 7.12.4. Chrome: Version 81.0.4044.122 (Official Build) (64-bit). Thank you in advance.
What exact version of Umbraco are you using? It looks like the url is rendering without a starting / which is making browsers think it's a continuation of the current page.
I am using Umbraco 7.12.4 version. I am trying to add a link to some images to lead to other internal pages. To do that, I am using Rich Text Editor. Into the Rich Text Editor, I place my text and images. Then, I use the Add Link icon (which is owned by the Rich Text Editor). That opens a side panel where I can pick the internal link I want to add. I select the internal link. If I go to see the code that was generated after adding the link, I can see something like this was added to my image: href="{localLink:1867}". Then, after saving everything, when I want to see my page on the browser, that link I just described is not working, it says: the page that I am looking for doesn't exist. I am using Chrome Version 81.0.4044.122 (Official Build) (64-bit). Did I explain myself?
Internal link not working on Rich Text Editor Enhanced
Hi! I am pretty new in Umbraco, and I am developing a site. I have been searching for some help through the web, and I can't understand why Internal Link is not working. In the Rich Text Editor Enhanced, I select Insert/Add link button. Then, in the tree, I select my internal page. If I want to see the code, I get this: href="{localLink:1867}" which is good. Let say, the page where I want to place the link is: http://mySite/article/testArticle. The link I choose should lead me to the http://mySite/about/thisIsImportant page But, when I run my site, I am getting this: http://mySite/article/testArticle/about/thisIsImportant .... which it doesn't exist. What am I doing wrong? I am using Umbraco 7.12.4. Chrome: Version 81.0.4044.122 (Official Build) (64-bit). Thank you in advance.
Any idea??
Hi Maritza,
What exact version of Umbraco are you using? It looks like the url is rendering without a starting / which is making browsers think it's a continuation of the current page.
Nik
Hi Nik, thank you for your answer.
I am using Umbraco 7.12.4 version. I am trying to add a link to some images to lead to other internal pages. To do that, I am using Rich Text Editor. Into the Rich Text Editor, I place my text and images. Then, I use the Add Link icon (which is owned by the Rich Text Editor). That opens a side panel where I can pick the internal link I want to add. I select the internal link. If I go to see the code that was generated after adding the link, I can see something like this was added to my image: href="{localLink:1867}". Then, after saving everything, when I want to see my page on the browser, that link I just described is not working, it says: the page that I am looking for doesn't exist. I am using Chrome Version 81.0.4044.122 (Official Build) (64-bit). Did I explain myself?
is working on a reply...
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.