Views Alpha Pager Issue Queue
Port Views Alpha Pager to D6
Posted July 8th, 2008 by douggreenIs this in the works?
Node Title Sort
Posted June 30th, 2008 by douggreenIt was brought to my attention by a client that the title sort was not being done correctly. After looking at the queries generated on Views with the views_alpha pager, I noticed that the order clause was incorrectly using the following as the first order clause.
Ajax customization
Posted June 11th, 2008 by douggreenYo, a while back I said I'd contribute back some ajax stuff I did with your module. So here's the basics:
placement of alphapager
Posted May 9th, 2008 by douggreenIs there a way to move the placement of the alphapager? Currently, if I select "top" the pager appears at the very top of the view. I would like for it to appear above the view's content, but below the header and exposed filters.
Enabling / Disabling alpha pager by arguments
Posted April 16th, 2008 by douggreenHi! I am using D5.7 with views & alpha pager 5.x-1.4.
I created a view to list all the nodes of my custom "people" content type.
And I am using alpha pager to group the view output sorting by second name.
The view provides a page, with teaser list, and I set the pager to alpha. My view URL is
/query/people/
Views alpha pager error message when at user/uid/signups
Posted March 31st, 2008 by douggreenI am recieving this error when at i go to any user/uid/signups page:
Alpha Pager enabled without a sort column, please set a sort column, defaulting to numeric pager
I am running CCK/Views/Panels/Current Pagers/Views Alpha Pager.
Could you maybe offer some insight on how to fix this. It only happens at /user/uid/signups
Thanks!
Query loses actual total number of rows after pagination
Posted March 27th, 2008 by douggreenI'm using alpha pager to break up a list of user profiles by last name, but still want to display the total number of users at the top of my view. This module replaces $view->total_rows with the number of rows that match a specific letter. The code below adds a propert named alpha_pre_total_rows to the view with the original count of matching rows for the view before pagination.
Bug/suggestion
Posted March 23rd, 2008 by douggreenHi, I've started using alpha pager right now and I like it. It's very simple and easy to use with your own views.
But I've found a weird behaviour in my opinion. When you see the letter list at the top, you can see:
# A B C ... and so on
ctype_* not available
Posted March 23rd, 2008 by douggreenHi there!
I had to install your great module onto a server that could not provide the ctype_* functions.
So instead of flushing your module, I created both needed functions for it to work.
Here's the code snippet (I added it at the top of your .module file) if you wishes to include it in your future development branches.
Have a nice day!
Benoît
default views get alpha pager as default
Posted February 6th, 2008 by douggreenI use default views on one site.
Upon activating views_alpha_pager in the modules page all the default views automatically display an alpha pager (on bottom and top) with blank results, while regular views (made with the ui) remain fine.