I'd like to see Clean URL support in this module. At the moment pages are accessed like '/article?page=0,1' with '1' being the page number, starting with page 2. I'd like to see something like /article/, /article/2/, /article/3/ (/article/1/ should be redirected to /article/). Most Drupalsites I've seen use Clean URLs and so do I. Hope it's doable :-)

Comments

xano’s picture

I've been looking through the code of the module and it's not too hard for me to change the right functions. The only thing I figure out is how to manage the urls. When using a GET variable it's all very simple, but when using a piece of a clean url it's hard to see whether it indicates a page or something else. /article/1/ might be node '1' in term 'article', but also page 1 of node 'article'.

Gurpartap Singh’s picture

Status: Active » Closed (duplicate)