Still about my previous reply:
I've found that in action.default.php (lines 158-159, 213-214, 282-283, 291-292 and 303-304) different parameters are dash (-) separated instead of trailing slash (/).When I insert param like show='all', prettyurl goes wild and it doesn't find page.
The good (without param):
http://www.site.com/gallery/galleryname/pageID
The bad:
http://www.site.com/gallery/galleryname/all-pageID
When I modify the file, pages are found (instead of not at all) but nothing is showing in the gallery.
http://www.site.com/gallery/galleryname/all/pageID
Does someone know if I'm on the good way ?
Thanx..