Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Phil Crowe 192 posts 256 karma points
    Sep 22, 2010 @ 15:53
    Phil Crowe
    0

    xslt get property has changed in umbraco v4.5

    I used to be able to display an image saved in an 'upload' property of a node using this

     

    <img src="{concat(substring-before(data [@alias='thumbnail'],'.'), '.jpg')}" />

    ive just started a new site in v4.5 and this no longer works. How do i do this now?


  • Sean Mooney 131 posts 158 karma points c-trib
    Sep 22, 2010 @ 16:25
    Sean Mooney
    1

    I believe you would just use thumbnail

    <img src="{concat(substring-before(thumbnail,'.'), '.jpg')}" />
Please Sign in or register to post replies

Write your reply to:

Draft