Views Alpha Pager

douggreen - October 12, 2006 - 18:28

The views_alpha_pager is a simple module that implements an alphabet pager (A B C) instead of a numeric pager (1 2 3) for views. This module relies upon a reasonable alpha sort order defined in the view. When one is not defined, it reverts to the numeric pager.

Copy views_alpha_pager.module to your module directory and then enable on the admin modules page. Then, edit your view, and select the Pager option "Alpha". Add a view "Sort" that returns the sorted field in an alphabetic sort (i.e., don't sort by id or date, but rather by title or author).

This module is partially supported by CivicActions.

Releases

Official releasesDateSizeLinksStatus
5.x-1.42008-Mar-2510.22 KBRecommended for 5.xThis is currently the recommended release for 5.x.
4.7.x-1.02007-May-259.12 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2008-Jul-0210.25 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
4.7.x-1.x-dev2007-May-269.12 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.