Clean Pagination

chrisshattuck - April 4, 2008 - 06:06

Update 9/1/08

I have been very busy with other projects, and have not been able to keep up on the issue queues for contrib I'm responsible for. I will tackle the queues as soon as I can grab the extra time. Thanks for your patience!

Clean Pagination is a very simple module that allows you to enable clean URL pagination for specified pages. The way Drupal typically works, if you had a view with the URL 'my-view', subsequent pages would normally use a query to pass the page number, as in 'my-view?page=2'. When Clean Pagination is being used for a page, it will create a url like 'my-view/2'.

Currently, the module has just two settings: 1) Set the pages where you want clean pagination enabled, and 2) Enable search-engine-friendly pagination hyperlinks.

The search-engine-friendly pagination hyperlinks is an experimental feature you can optionally turn on that will add the page URL to pagination links, and then remove them via jQuery. To a user, it will look like a single number, but to a search engine it will have the url in the hyperlink text, which is usually a good thing.

Enjoy!

Releases

Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2008-Apr-047.94 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.