I have a views and a few exposed filters. With the numerical pager everything ok, if I visit my views' url my content displayed.
If I switch to the alpha pager and visit my views, nothing displayed first. I have to click one of the letters in the alpha pager to show my content. I have no idea what is wrong. Could you please help me with that? Thank you.

Comments

douggreen’s picture

Alpha pager attempts to figure out the first alpha (non numeric, non punctuation) letter and display that page. It sounds like it's not selecting the first page correctly.

Are any of the alpha pager links selected (i.e., they're not links, but regular text)?

What are the displayed alpha pager letters (i.e., # A C F G L Z)?

You've selected the version as 5.x-1.x-dev. What is the version number of views_alpha_pager.module (at the top of the module)? 1.5.2.20?

MrPrise’s picture

Nothing is selected, everything is link. The letters are A and B (I only have nodes with A and B letters yet as this is a test content)
The Alpha pager's version is: v1.5.2.9, it is the latest Development snapshot.

douggreen’s picture

Version: 5.x-1.x-dev » 5.x-1.0

This is a rather old version. Please try the 5.x-1.0 or 5.x-1.1 versions.

MrPrise’s picture

Status: Active » Closed (fixed)

I installed the new version and it is working well! :-)
Thank you!