Custom pager does not show up
kaakuu - June 22, 2009 - 03:52
| Project: | Custom Pagers |
| Version: | 6.x-1.10-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I read the docs, enabled Tracker in Views, and added named custom template in sites theme directory but still the pager does not show up. I guess I need a little bit of hand holding here. I am using Drupal 6.12 and custom_pagers-6.x-1.10-beta1.

#1
Similar issue here: Custom pager does not show up reliably - on some nodes it's there, on others it doesn't shop up.
I'm open to suggestions ;)
Greetings, -asb
#2
Same issue. Tried adding/removing arguments in Custom_Pager module and view, paging in view off/on, AJAX in view off/on,
Here's the weird thing. paging for that node (in this case, images) works fine in Views preview, and if I click on any link FROM THAT PREVIEW. But not when entering through Galleries on front end.
This was a D5.x to D6.13 update, and un-installed/re-installed custom_pager module.
Running:
Custom Pagers 6.x-1.10-beta1
Views 6.x-2.6
Image 6.x-1.0-alpha5 (Image Galleries turned on)
#3
Turn off the caching feature for custom pagers. I had the same problem until I turned that off and now it shows up when it's supposed to.
#4
Hi ubersoft,
do you mean the checkbox "Cache the list of nodes" at ./admin/build/custom_pagers/edit/1? I've never hat checked that one...
Greetings, -asb
#5
Ah. that is what I meant. If it was never checked, then... I dunno. Sorry...
#6
I am having the same issue. Anyone?
I would like to use this only for Blog posts! and not images. Nothing works...
I tried setting the block view and ALL my blog posts show in the block.
I followed the Basic Settings Instructions
#7
I did notice that the instructions for basic settings says:
"
If you are using Drupal 6, you must currently install the 6.x-1.x-dev version of Custom Pagers, as there is a serious bug in 6.x-1.10-beta1 (when used with Views, it only shows up to 10 items, no matter what). "
although I think my issue is something else cause nothing shows up.
#8
i think my issue is almost fixed.
I just deleted the cookies and refreshed the page and it showed up.
now I need to configure it properly including fixing the theme.
#9
actually now im totally confused. it shows up on some pages and sometimes it doesnt. I changed it to Block and I see a whole list, no Next or Prev links.
then when I set it above and below post it showed up for a second then when I clicked on another page it dissapeared.
Does this have anything to do with Cache?
#10
same deal here. No custom pager showing up. trying to debug the code.
#11
Just found some info that may help.
http://www.robhamm.com/tutorials-and-essays/website-building-and-adminis...
On that page, he indicates that custom pagers only show if your view row style is fields ( as opposed to node ). He explains his workaround in the post.. setting it first to fields, then to node.. afterwards they display.
Should this issue be a bug report?
#12
Related issue: #578258: custom pager nowhere to be found
#13
updating to the dev snapshot did solve the problem for me!
pager shows up right now.