Closed (won't fix)
Project:
Views Bonus Pack
Version:
6.x-1.0-beta4
Component:
Bonus Panel Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2009 at 05:31 UTC
Updated:
23 Nov 2010 at 21:32 UTC
I'd like to stop the alternating of data between columns.
Instead of
a b
c d
e f
I'd like to see:
a d
b e
c f
Is there a simply way to do this?
Comments
Comment #1
mcook commentedBumping and subscribing this.
It seems like there should be a simple (if not necessarily elegant) solution to this problem, unless there's a fundamental deficiency with the way that Panels is built, and I'm surprised that no one has bothered to develop or post it.
Looking at the views_bonus_panels module, it looks to me that this is where the horizontal population of the columns happens:
So if this is the spot where things get done horizontally, how would one go about hacking this iteration to populate the columns vertically rather than horizontally? (it should eventually be cleaned up and made into a user-selectable option, but right now I'm most interested in finding the basic solution)
Please?
Comment #2
neclimdulI'd rather not change anything about the current views bonus panels code. the views context can do everything and more and is much better suited to this sort of thing.