Sebastian,
I think you are using the word "module" in a way that doesn't quite make sense in a Drupal context. It sounds like what you are calling a "module", Panels calls "pane".
It also seems like you are calling "View" what might be a row in a View. Not quite sure.
But in any case I'm reasonably sure that Panels is robust enough to cover your use-case.
Shai Gluskin
On Nov 27, 2009, at 10:04 PM, sebastian inforazor@gmail.com wrote:
Hi folks, here is a question about approach.
I have a site design which has several large content modules, and within them, several sub-modules.
If I had only one module per page, I would do the following:
1 panel 1+ views which call up the respective nodes
But now I need a page that has:
several panel-blocks with x views per panel
they need to be grouped like this, because each content-module has a collapse/expand button, which will hide all the views associated to the that panel [with a jquery nice effect].
... I don't think this can be done with the way panels work..., unless there is a way to add panels within other panels?
or another way to implement? any suggestions?
Thanks!
Sebastian.
[ Drupal support list | http://lists.drupal.org/ ]