can we give ranges to views items displayed in blocks....

suppose i want items to displayed from 1 to 3 and on the next block i want to display from 3 to 6 items...is there a way to do this?

thanks

Comments

marquardt’s picture

If you configure the "Items per page", you cannot only specify the number of to be displayed, but also an offset.

So for your first block, it should be possible to set the number of items: 3 / offset: 0, for the second block - number of items: 3, offset: 3, and so on.

shady_gun’s picture

hey thanks for the reply.....
where do get the offset in views??i dont have any offset field as such....

marquardt’s picture

It's part of the settings for the items per page - just click on the little wheel icon...

shady_gun’s picture

Sorry to mention but iam using drupal 5.x and views 5.x...

marquardt’s picture

Ohh - I'm sorry. I've only got experience with D6...

shady_gun’s picture

yeah even me into drupal 6...but the project is already done in drupa l5...so kinda backtracking ... :(