Postponed
Project:
Views Rotator
Version:
6.x-1.0-alpha
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2008 at 11:04 UTC
Updated:
22 Jun 2009 at 04:25 UTC
Is it possible, or planned, to display multiple items from the generated view rather than just one item?
So...
node1
node2
node3
node4
node5
node6
Thanks...
Comments
Comment #1
mfer commentedDisplaying multiple items won't be in the 1.0 release. It's a good idea and might come in later releases.
I understand your need and have built multi-item rotations before. Before I look into that I want to make the basics feature complete and solid. This would have to come in a later version.
Comment #2
msoler75 commentedI've modified the views-view-rotator.tpl.php to obtain these effect (very useful)
Note the variable $step, it is the number of items in each view.
If there is a cycle (more than 0 transitions), in the last transition may "lose" or show empty elements (for example, if $step is 3 and there is 4 total items, the last view only shows 1). I've solved this with the $i%$nitems (it shows the first elements again). I think it is better visual.
You must think that the javascript that do the cycle effect no knows about items, it only understand the html code inside "div class=views-rotator" . I only expanded the code inside to include more than 1 $row.
You can erase the "ul" and "li" if don't want html lists.
Thanks for this great and necessary module.
Comment #3
szy commented@msoler75 - thanks a lot, it works fine :]
Szy.
Comment #4
Eliza commentedIs it possible to do this trick using grouping field - show one group at a time? At the moment in rotate style options there is no grouping field option at all.