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
In my template I do like this:
<a href="{umb:NiceUrl($currentFolderId)}"> <xsl:value-of select="$currentFolderId" /></a>
Which gives me this result:
<a href="#">1101</a>
I'm clearly missing something here. Any ideas why my href is empty ?
Very odd indeed...
Need more code - preferably the complete template :-)
/Chriztian
Through mutual investigation we found the reason: NiceUrl() returns "#" for Media item Ids...
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
Why won't NiceUrl play along ...
In my template I do like this:
<a href="{umb:NiceUrl($currentFolderId)}">
<xsl:value-of select="$currentFolderId" />
</a>
Which gives me this result:
<a href="#">1101</a>
I'm clearly missing something here. Any ideas why my href is empty ?
Very odd indeed...
Need more code - preferably the complete template :-)
/Chriztian
Through mutual investigation we found the reason: NiceUrl() returns "#" for Media item Ids...
/Chriztian
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.