Closed (fixed)
Project:
Custom Pagers
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2007 at 17:21 UTC
Updated:
16 Feb 2007 at 14:30 UTC
The block code is broken because it expects _custom_pagers_load_all_pagers to return an array keyed by pid
Also, not in the patch, why checking the node type with strpos ... isn't a == enough?
| Comment | File | Size | Author |
|---|---|---|---|
| custom_pagers-block.patch.txt | 652 bytes | Egon Bianchet |
Comments
Comment #1
eaton commentedThe bug with pager indexing is in CVS now, and I'll be rolling a new version of the module as soon as a couple other issues get fixed.
I'm using strpos rather than == because a pager can be attached to *multiple* node types; thus, the node type field can actually be a comma delimited list of types. There's probably a better solution, but it's working for now. :-)
Comment #2
eaton commentedFixed in the current live version. Thanks!
Comment #3
(not verified) commented