By shady_gun on
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
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
If you configure the "Items
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.
how do i get the offset??
hey thanks for the reply.....
where do get the offset in views??i dont have any offset field as such....
It's part of the settings for
It's part of the settings for the items per page - just click on the little wheel icon...
oops version is different
Sorry to mention but iam using drupal 5.x and views 5.x...
Ohh - I'm sorry. I've only
Ohh - I'm sorry. I've only got experience with D6...
lol me 2.....
yeah even me into drupal 6...but the project is already done in drupa l5...so kinda backtracking ... :(