Hello,
I'm using Drupal 5 and Views 5.x-1.6 for displaying products on some e-commence (Ubercart) site...
View theme files has been generated using Views' Theme Wizard (so I have rather standard views-list-products.tpl.php theme file and phptemplate_views_view_list_products function in template.php).
The point is that my view completely ignores "Use Pager" (checked) and "Nodes per page" (set to 10) settings.
All the time it flushes all of my products without a pager. When I try to debug it (using var_dump in phptemplate_views_view_list_products function in template.php) I got:
["use_pager"]=>
bool(false)
["nodes_per_page"]=>
string(1) "10"
So "use_pager" setting is ignored :/
In the same time I can see it set to TRUE in export of my view...
I've spent lot of time looking for solution but I still don't know why it happens.
Cheers,
Marcin
Comments
Comment #1
dawehnercould you please export your view?
do you use panels to embed the view?
Comment #2
kotu commentedMy view provides a page, frontpage...
Generally speaking I have a problem with outputing pager, I can limit teaser nodes to some numeric value but pager doesn't appear and I'm not able to see additional items... :(
It's an export:
Comment #3
esmerel commentedGiven the age of this issue, I have to presume it's either figured out or no longer relevant.