Copied to clipboard

Flag this post as spam?

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


  • Steve Barnhouse 40 posts 63 karma points
    Aug 05, 2010 @ 21:48
    Steve Barnhouse
    0

    xslt change for Umbraco 4.5.1 to display images

    The newsImage.xslt (and similar code in newsList.xslt) files need a minor change to correctly display images under Umbraco 4.5.1.

    Change from this:

    <xsl:value-of select="umbraco.library:GetMedia($currentPage/newsImage, false() )/Image/umbracoFile" />

    to this:

    <xsl:value-of select="umbraco.library:GetMedia($currentPage/newsImage, false() )/umbracoFile" /> 


  • Medjeti 75 posts 126 karma points
    Aug 12, 2010 @ 10:56
    Medjeti
    0

    Whoa, minor change but major impact! This had me stumped for a few hours...

    Thanks for bringing this to everyone's attention!

  • dandrayne 1138 posts 2262 karma points
    Aug 16, 2010 @ 11:15
    dandrayne
    0

    Hi Steve

    Thanks for this, must have let this slip.  I'm cvatching up after a week or two off so I'll try to fold this back in when I get a free moment.

    Cheers,
    Dan

Please Sign in or register to post replies

Write your reply to:

Draft