Active
Project:
Custom Pagers
Version:
6.x-1.10-beta1
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 05:35 UTC
Updated:
1 Mar 2011 at 04:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
R.Hendel commentedI can confirm this.
Two of my views are not shown in select box.
I cannot detect a pattern, why most views are shown and some others not.
These views are "normal" node-views and using no arguments.
Has anyone an idea?
Thanks in advance,
Ralf
Comment #2
ahoeben commentedIn custom_pagers_form() (in file custom_pagers.admin.inc), the module checks to see of the view has output fields set. Does your view use the "Fields" or the "Nodes" row style?
What worked for me as a workaround was to switch the view to "Fields" rowstyle first, add some fields to the view, and save it. Then you can select it in custom pagers admin. Once the view has some fields added, it looks like you can change the rowstyle back to "Nodes".
Comment #3
ElleKitty commentedThanks, the workaround did the trick.
Comment #4
doublejosh commentedThis workaround work-arounded for me.
Just switch the view type to fields, add add a field (don't even save) then switch it back to node and save. Bam, it's in the list.
Comment #5
hansamurai commentedThanks, worked for me too!
Comment #6
manischewitzbacon commentedSounds like this is a documentation bug. Here's a patch that changes the text below the field to call out the fact that your view must have fields. hopefully it will save the next guy the 10 minutes I spent googling this :)
Comment #7
ElleKitty commentedThat's one way, I suppose, but it would be extra-nice if the module could be written so it worked both ways. I don't actually know whether or not that's feasible.