Copied to clipboard

Flag this post as spam?

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


  • Tobbi 31 posts 20 karma points
    Jan 15, 2009 @ 15:28
    Tobbi
    0

    Simple Sort

    Hello

    i'm trying get a list sorted but no matter what i try it just show the list in the order of the content tree's order.

    here's a snippet my of my xslt:



    i'm not sure it's even possible to make a sort like this :)
    am i doing something wrong ?
    i don't get any errors when saving xslt.

  • Finn 86 posts 50 karma points
    Jan 15, 2009 @ 17:15
    Finn
    0

    Umbraco doesn’t contain any property with the alias @pageTitle but rather @pageName

    If it’s you own property then you can sort by doing something like this:


    /Finn

  • Tobbi 31 posts 20 karma points
    Jan 15, 2009 @ 17:38
    Tobbi
    0

    ok, thx now it works.

  • Tobbi 31 posts 20 karma points
    Jan 19, 2009 @ 11:50
    Tobbi
    0

    is it possible to get a querystring value in Xslt or is there another way to change sorting ?



    I want a link on the page where you can change the way a list orders, like change "PageTitle" to something else, is that possible ? :)

  • Tobbi 31 posts 20 karma points
    Jan 19, 2009 @ 11:55
    Tobbi
    0

    think i found a way...

    umbraco.library:RequestQueryString(’page’)

    now to test it.

Please Sign in or register to post replies

Write your reply to:

Draft