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
Hello Umbraco-Community,
i started to use Vorto in Umbraco 7.1.8I just want one content(in this case: richtexteditor) with several languages so I started with german an english.
What I did:I've inserted the following code in my template.
<umbraco:Item field="vorto" runat="server" />
This is myResult on my homepage:
How can I fix this problem?Sincerely David :)
Hi David
I think you should do it like this @Model.Content.GetVortoValue("vorto")
@Model.Content.GetVortoValue("vorto")
Please see this post http://our.umbraco.org/projects/backoffice-extensions/vorto/bugs-feedback-suggestions/52887-GetVortoValue%28propertyName%29-returning-null - The line I posted above is basically what the creator of the package Matt Brailsford is advising :)
Hope this helps.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using Vorto with Richtexteditor
Hello Umbraco-Community,
i started to use Vorto in Umbraco 7.1.8
I just want one content(in this case: richtexteditor) with several languages so I started with german an english.
What I did:
I've inserted the following code in my template.
This is myResult on my homepage:
How can I fix this problem?
Sincerely David :)
Hi David
I think you should do it like this
@Model.Content.GetVortoValue("vorto")
Please see this post http://our.umbraco.org/projects/backoffice-extensions/vorto/bugs-feedback-suggestions/52887-GetVortoValue%28propertyName%29-returning-null - The line I posted above is basically what the creator of the package Matt Brailsford is advising :)
Hope this helps.
/Jan
is working on a reply...