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:
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 :)
Any updates for Umbraco 4.5?
Will this be updated for 4.5?
Hi Shannon,
Try this -> http://geckohub.com/umbraco/Paging.xslt
It's untested, but "should work" (tm)
Dan
@Dan: Famous last words
Hehe, yeh. Let me know if you encounter any errors.
Dan
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
I get the same problem... It pages correctly, but you cant change page??
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}"
is working on a reply...