Is there a way to have views_alpha_pager create a "pager" for every letter, even if there is no content starting with that letter? If there is no content for a given letter, it should basically return the letter, but without a link.

Mike

Comments

douggreen’s picture

Status: Active » Closed (won't fix)

You need to over-ride theme_alpha_pagerin your theme. In your over-ride function, rather than iterating over $items, you'll want to iterate over the alphabet.

Lios’s picture

Yeah, maybe you could give the code too? I think most people know you need to 'iterate over the alphabet', but have no clue how to do that. Else they would not be asking...