Active
Project:
Custom Pagers
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2011 at 23:15 UTC
Updated:
7 Mar 2013 at 10:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
marc angles commentedExactly what I'm looking for tonight. +1
Comment #2
cyberwolf commentedSubscribing.
Comment #3
kemsnake commentedi added features support for 7.x version (may be it work for 6.x with few changes)
in custom_paregs.module add
it is work for me - please review it
Comment #4
13rac1 commentedCan you provide a standard git patch against the current D7 dev? Updating the status to reflect D7 code. Potentially backportable to D6.
Comment #5
jeffschulerMade #3 into a patch; fixed coding standards and added minimal function docs.
Working well for me so far; thanks @kemsnake!
Comment #6
jeffschulerRe-rolled relative to module dir.
Comment #7
steveoliver commentedNice. The only issue I see is with the numeric pager IDs.. I haven't been in Custom Pagers issues much to know about how everyone feels about implementing IDs based on the pager names or other UUIDs, but if I export my pager (pid 1), and enable this feature module on a site with other existing pagers, the existing custom pager with id 1 is overwritten.
Comment #8
eloivaque#6 it's work form me.