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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...