Needs review
Project:
Custom Pagers
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2011 at 15:51 UTC
Updated:
27 Mar 2014 at 20:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sw3b commentedTry create a custom pager in a block style instead attaching it to a node type, then in display suite create field block. This is a good workaround, and in display suite you can do what ever you want after.
This is what i'm doing for my gallery nodes and it's working great.
Comment #2
mrP commentedthis is a great workaround for D7 as well.
@sw3b thanks a ton.
Comment #3
phenaproximaI found another way to work around this in D7, without having to do extra configuration.
Here's some code, which you can add to a custom module (just replace "MODULE" with the name of your module) which will expose custom pagers as preprocess fields in Display Suite.
This has the added benefit of being an easy patch that could be added to custom_pagers.
Comment #4
phenaproximaPatch for 7.x-1.x-dev attached.