Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 00:42 UTC
Updated:
13 Mar 2010 at 18:07 UTC
I have a Views page type display. The row style is 'node' and when I set the options to 'Display node comments' the pager does not display.
The nodes will stop at the correct 'items to display' amount, but the pager will not render. As soon as I take off 'Display node comments', the pager will display again.
This seems like a bug. If it is by design, is there a work around? Because I really need to have the pager and display comments too.
Comments
Comment #1
merlinofchaos commentedYes, you need to change the element ID of the pager, because comments also have a pager and you cannot change that element ID, which will always be 0. Under the pager settings you will find the element ID along with some text explaining that in situations like this you should try changing it.
Comment #2
3cwebdev commentedThank you merlin. I could swear I tried changing the element ID from 0 to 1 all ready, but when I just now did that it works. I have both the pager and the comments. Thank you for you help!
Comment #4
amir simantov commentedThis helped me, as well, thanks!
Note: This view is the only one in my page, so I don't know why at all the problem occurs.