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 ,
Having an issue with 6.0.5(mvc mode) when inserting a local link using tinymce. Iam sure i have seen this issue in previous builds but cannot be certain.
The resulting html is /{localLink:1074} and not the page url
When clicking the link on the page i get:
Can anyone replicate this issue?
Regards
Darren
Seems to be related to this issue which is for version 4.11.1
U4-1304 Umbraco.Field not replacing localLink when recursive:true
Iam guessing this fix has not been added to version 6.0.5
Two workarounds for me below if anyone has simlar issue.
@Umbraco.Field("bodyText", recursive:false) or @CurrentPage._bodyText
I have this issue in 6.1.6
I'm using a lot of uQuery.GetNode(id).GetProperty("bodyText");
Using Currentpage.bodyText fixes this issue indeed
You'll have to use something like this.
@Html.Raw(Umbraco.Web.Templates.TemplateUtilities.ParseInternalLinks(contentValue))
Thanks Christopher,
Your solution have resolved my issue, i really need for my task, thanks again.
Thanks Tuan Nguyen.
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.
Continue discussion
Umbraco 6.0.5 TinyMce Insert Local Link
Hi ,
Having an issue with 6.0.5(mvc mode) when inserting a local link using tinymce. Iam sure i have seen this issue in previous builds but cannot be certain.
The resulting html is /{localLink:1074} and not the page url
When clicking the link on the page i get:
A potentially dangerous Request.Path value was detected from the client (:).
Can anyone replicate this issue?
Regards
Darren
Seems to be related to this issue which is for version 4.11.1
U4-1304 Umbraco.Field not replacing localLink when recursive:true
Iam guessing this fix has not been added to version 6.0.5
Two workarounds for me below if anyone has simlar issue.
@Umbraco.Field("bodyText", recursive:false) or @CurrentPage._bodyText
I have this issue in 6.1.6
I'm using a lot of uQuery.GetNode(id).GetProperty("bodyText");
Using Currentpage.bodyText fixes this issue indeed
You'll have to use something like this.
@Html.Raw(Umbraco.Web.Templates.TemplateUtilities.ParseInternalLinks(contentValue))
Thanks Christopher,
Thanks Tuan Nguyen.
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.