Copied to clipboard

Flag this post as spam?

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


  • Shannon 148 posts 171 karma points
    Jul 13, 2010 @ 15:09
    Shannon
    0

    Any updates for Umbraco 4.5?

    Will this be updated for 4.5?

  • dandrayne 1138 posts 2262 karma points
    Jul 13, 2010 @ 16:01
    dandrayne
    1

    Hi Shannon,

    Try this ->  http://geckohub.com/umbraco/Paging.xslt

    It's untested, but "should work" (tm)

    Dan

  • Shannon 148 posts 171 karma points
    Jul 13, 2010 @ 16:02
    Shannon
    0

    @Dan: Famous last words

  • dandrayne 1138 posts 2262 karma points
    Jul 13, 2010 @ 16:03
    dandrayne
    0

    Hehe, yeh.  Let me know if you encounter any errors.

    Dan

  • Dmitrij Jazel 86 posts 179 karma points
    Nov 19, 2011 @ 17:10
    Dmitrij Jazel
    0

    Hi Dan,

    I used the example that you posted here:
    Try this ->  http://geckohub.com/umbraco/Paging.xslt

    Your script seams to work, it pages correctly. All looks great but, when you are trying to change page, server tryes to connect to 0.0.0.2 and chrome throws an error:

    Oops! Google Chrome could not connect to 0.0.0.2

    Suggestions:

    Any idea why this happens? What could you sudgest to make this work?
    Any kind of help would be more than appreciated.
    Maybe just a normal paging example that could fit U4.7.1 could be great :)

    Dmitrij

  • Inmedia 124 posts 176 karma points
    Apr 29, 2012 @ 11:21
    Inmedia
    0

    I get the same problem... It pages correctly, but you cant change page??

  • Arne 10 posts 30 karma points
    Sep 28, 2012 @ 08:27
    Arne
    0

    To fix the page change problem put in "?page=" before the pageNumber like this:

    previous link:    href="{umbraco.library:NiceUrl($currentPage/@id)}/?page={$pageNumber - 1}"

    and

    Next link:       href="{umbraco.library:NiceUrl($currentPage/@id)}/?page={$pageNumber + 1}"

    and

    Numberlink:   href="{umbraco.library:NiceUrl($currentPage/@id)}/?page={$i}"

Please Sign in or register to post replies

Write your reply to:

Draft