Active
Project:
Custom Pagers
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 01:37 UTC
Updated:
19 Apr 2012 at 01:50 UTC
Jump to comment: Most recent file
The view display handler custom_pagers_php_array returns an array of NULL values.
Assume that building views_plugin_style additions has changed a lot in Views3.
The $sets variable is an array of sort order data (ie: node->node_created values with a fresh test view).
What's very strange is when compared to the D6 version the custom_pagers_plugin_style_php_array->render() never fired, but in D7 it does.
Not able to move forward solving this one alone.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Screen shot 2012-04-18 at 6.40.10 PM.png | 34.83 KB | doublejosh |
| #1 | Screen shot 2012-04-18 at 6.40.20 PM.png | 12.79 KB | doublejosh |
Comments
Comment #1
doublejosh commentedHere is the $result from custom_pagers_get_list_from_view
Also seems the dang 10 pager limit is back...
#276984: Turn off paging for view (pager only sees 10 items)
#464734: Custom Pagers limited to 10 maximum?