Hello,
I am using D6 and Views 6.x-2.16.
I created a content type "Gallery" and I only added File - SWFUpload field to this content type. Removed the body part. I have created several nodes and I worked on CSS and then, the pages were completed.
The thing is, I need to add pager to one of the nodes having this content type. So, I looked at the views module, created a new view and added "page" display. I chose fields as the thumbs of the pictures (I manipulated them using ImageCache before this operation) and I added the node id to the filters section. Then, I set the pager and path settings.
Everything seems fine but even I set the pager in the view, the pager does not work in the actual page. I can see the pictures.
What can I do to enable a pager in such a content type?
Comments
Did you set the number of
Did you set the number of items per page?
Join drupal web designers group
I have 20 files uploaded by
I have 20 files uploaded by SWFUpload and in the View, I have set 10 items per page, enabled Mini Pager and enabled AJAX. I tried by changing items per page, disabling AJAX but I got nothing.
filter
>> I added the node id to the filters section
Hi, I don't think you want to filter on the node ID. This will result in only one record being returned. Instead you want to filter on the slideshow content type, show one at a time and add a pager.
Hope that helps.
A list of some of the Drupal sites I have designed and/or developed can be viewed at http://motioncity.com/drupal
Solved!
Thank you for your suggestions. I solved the problem. The solution is very simple:
In the element I added to the Field section, there is an option to select how many elements to be retrieved and where to start (i.e. 5th element). I set it "Start from 0 and get 10 elements" and then the pager worked.
Sorry for my late reply, I was too busy with the work and the school.