Active
Project:
Custom Pagers
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 17:22 UTC
Updated:
15 Feb 2013 at 13:20 UTC
I've used the patches from http://drupal.org/node/1288368 (#58 and #84) but the pager is still not showing up. There's a possiblity that it's a compatibility problem since I have a lot of other modules and customized stuff going on so I didn't want to add to that issue. I tried adding a 'custom_pagers_node_view_alter' function to see if the pager is there and it is but then does not display on the page. I don't see any errors in the logs. What can I do or where can I look to figure this out?
Comments
Comment #1
Katrina B commentedThe pager will not display for me, either. I do have Display Suite installed; I tried the solution suggested here, but it didn't help. I tried disabling Display Suite; that didn't help, either.
Comment #2
krabbe commentedI had the same problem, but creating a block solved it.
It didn't work properly because of a cache problem, but after deactivating block caching the pager works fine...
Comment #3
klokie commentedMy custom pager wasn't being rendered either, but after I corrected the name of the function
template_preprocess_custom_pagertocustom_pagers_preprocess(in custom_pagers.module) and followed the directions in #1 it worked.Comment #3.0
klokie commentedclarification