Page at http://drupal.howzthatim.com/katsudou-houkoku

I am trying to get a monthly pager view with specific number of items.
To make things complex, there are 3 versions of content I need to pull data from. These versions come from same content type- Member actvity reports, with taxonomy terms for member types as city member, prefecture member and country member.

What I have done so far
I have been able to get the monthly pager for the versions and they pull correct data.
I am using date module for this function. (Reference http://www.drupalgardens.com/content/date-browser-format-views)

Top two block views, i.e., Country member reports and Prefecture member reports are blocks and main page view is pulling City member activity reports.

The Problem
How can I control the number of items being displayed on each page. Once I change to date pager, I have no control over number of items to display on each page.

I am not a programmer or developer but a visual type guy.
Any simple tips will be appreciated.

Kind regards
Abhi

Comments

g3r4’s picture

If you are using views, on the configuration page for that specific view, under the "pager" section, you must have a link that says something like "Use pager: Display all items", if you click that "Display all items" you can select how many items do you want to be shown.

dudeshane01’s picture

Hi g3r4
Those options are not available with a date pager.

A date pager helps to have pager in form of a date or months or years.
For example, users can scroll through April, May, June etc or 2014, 2013.
Please have a look at example page to understand.
http://drupal.howzthatim.com/katsudou-houkoku

dudeshane01’s picture

Ok, I solved the problem above with help from my buddy Ben.
We had to add javascript by using views php module.
The php is confirgured as to show only the instances we need and hide the rest.
Live example at http://drupal.howzthatim.com/katsudou-houkoku

satrece’s picture

Can you provide the solution. I also in same state