If the list is too long, display the index only, perhaps with the node count next to each letter.
The list could look like the glossary list.

Then once user clicks on a letter the node list is shown with pagination options, if too long.

Comments

wmostrey’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Assigned: Unassigned » wmostrey
Priority: Normal » Minor
Status: Active » Postponed
wmostrey’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Priority: Minor » Normal
Status: Postponed » Active
wmostrey’s picture

Status: Active » Closed (won't fix)

I would like to add that this functionality can be achieved with views and the views_alpha_pager module.

Since a numeric pager negates the use of an alphabetically sorted list, I would advice anyone who wants one to go for that solution.