Views Alpha Pager Issue Queue

Port Views Alpha Pager to D6

5.x-1.x-dev, Code, task, normal, active

Is this in the works?

Node Title Sort

5.x-1.4, Code, bug report, critical, patch (code needs review)

It 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

5.x-1.x-dev, Code, feature request, normal, active

Yo, 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

5.x-1.4, User interface, support request, normal, active

Is 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

5.x-1.4, Miscellaneous, feature request, normal, patch (code needs work)

Hi! 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

5.x-1.4, Code, support request, normal, active

I 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

5.x-1.3, Code, bug report, normal, active

I'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

5.x-1.4, User interface, bug report, normal, active

Hi, 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

5.x-1.x-dev, Code, feature request, normal, active, benCorpo

Hi 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

5.x-1.x-dev, Code, bug report, normal, active

I 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.

CVS Commits

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    <a href="http://drupal.org/node/183425">#183425</a> - remove the page number from the query string used to go to the alpha pages
    cvscid: 
    124876

    commit #124876 by douggreen on DRUPAL-5 - #183425 - remove the page number from the query string used to go to the alpha pages

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    allow exported views to set the views_alpha_pager placement
    cvscid: 
    121901

    commit #121901 by douggreen on DRUPAL-5 - allow exported views to set the views_alpha_pager placement

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-6--1
    cvscomment: 
    clean up info file
    cvscid: 
    113213

    commit #113213 by douggreen on DRUPAL-6--1 - clean up info file

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)
    cvscid: 
    106171

    commit #106171 by douggreen on DRUPAL-5 - remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    fix code style
    cvscid: 
    104271

    commit #104271 by douggreen on DRUPAL-5 - fix code style