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
umbraco v 4.5.2 issue with the following code in a master template:
<umbraco:item runat="server" field="rhsImage2Link" xslt="umbraco.library.NiceUrl({0})" Recursive="true" />
Any reason why the above would not be returning the link when the folling does infact retrun the node id:
<umbraco:item runat="server" field="rhsImage2Link" Recursive="true" />
Any pointers or ideas appreciated.
Thanks, Simon
Change umbraco.library.NiceUrl({0}) to umbraco.library:NiceUrl({0}) (period to colon) :)
Obvious really isn't it when someone points it out :) Thanks Tom
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
Problem with umbraco.library.NiceUrl in umbraco:item control
umbraco v 4.5.2 issue with the following code in a master template:
Any reason why the above would not be returning the link when the folling does infact retrun the node id:
Any pointers or ideas appreciated.
Thanks, Simon
Change umbraco.library.NiceUrl({0}) to umbraco.library:NiceUrl({0}) (period to colon) :)
Obvious really isn't it when someone points it out :) Thanks Tom
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.