Views Alpha Pager
nonlatin1 characters support?
Posted September 12th, 2008 by douggreenis there any way to support turkish characters in pager? I changed
$where = "INSTR('0123456789ABCÇDEFGHIİJKLMNOÖPRSŞTUÜVYZ', $myfield) = 0"; part. but it did not work. it is actully latin5.
what can I do?
Alpha Pager doesn't show up when using a Node: Created Time Filter
Posted August 31st, 2008 by douggreenHere's a strange problem I encountered today:
I wanted for my views to show only those nodes that were created before the current date. So I chose the Node: Created Time filter which had the effect that Alpha Pager wasn't showing any letters but only "All". Disabling the filter fixes the problem.
I am using Views 5.x-1.6 and Alpha Pager 5.x-1.4.
error message
Posted August 12th, 2008 by douggreenEnabling alpha pager results in the following error message:
D6 version?
Posted August 5th, 2008 by douggreenAny plans for a Drupal 6 version?
Port Views Alpha Pager to D6
Posted July 8th, 2008 by douggreenIs this in the works?
Commit 124876 by douggreen
Posted July 2nd, 2008 by douggreenExposed Filters not compatible with alpha pager sort item
Posted July 2nd, 2008 by douggreenTo recreate
Create a view with an exposed filter for a CCK text field
Use Views alpha pager
With no text entered in the exposed filter text field, the alpha page functions perfectly.
Insert some text in the text field and hit search - the search works fine.
The alpha charachers are now reduced to just the one beginning with the filter text.
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.
Commit 121901 by douggreen
Posted June 17th, 2008 by douggreenAjax 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: