default views get alpha pager as default
| Project: | Views Alpha Pager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
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.
Clicking on "All" shows the results, but still shows the alpha pager with _ or # and All as the only paging.
The default sort is by field (sortable table view) and is set to created date by default.
There's no fixed sorting from the sort criteria section.
Also, the default views are displayed both by inserting the views via php and direct path.
The view have use_pager set to TRUE both in the exported php array inside the custom module and in the php function that inserts the view.
Now, despite this problem alpha pager being included by default, i can't find the views api option to force a numeric pager.
In the code taken by exporting the view there's no mention in the exported php array of the type of pager being set to numeric or alpha.
This is the php code pasted into a custom module that owns the default views.
Can the type of pager be specified directly in the php array?
In any case, default views should default to numeric pager when set to TRUE but type is not specified.

#1
I am using Views Alpha Pager 5.x-1.4, AcidFree 5-x-1-x-dev (2008-11-02, Views 5-x-1-6 and am gettings the same bug. Besides the default views (e.g. the taxonomy links from the bottom of the nodes) it also affects Acid Free albums. The initial view reports empty and click 'all' shows the contents - but without the proper set pager. I haven't checked the code. While the alpha pager was very useful for creating, for example, a type of site map, its use has effectively broken much of the site,,,