hi,
i am interested in using panels2 within a drupal 6 installation, in conjunction with views2.

my impression is that much of the functionality in the current situation with the most recent downloads of these 3 things is pretty clunky in parts but works fine in other parts.

in particular, i am thinking of the following (until of course newer versions come out -- thanks developers for working on those...)

so, AS OF NOW, i am thinking of:

i will NOT use:
on admin/panels page: Node panes, Panel nodes, Panel pages, View panes

i WILL use:
on admin/panels page: Mini panels

when Editing a specific Mini panel (on the /admin/panels/panel-mini/xyzpanel/edit-general page),
i will NOT use: Context
i WILL use: Preview, Layout, Settings, Layout Settings, Content

when adding a Pane using the Add pane button @ /admin/panels/panel-mini/xyzpanel/edit-content
when I am in the Add content window:
when using Views:
(using a view called VehicleForSaleListing)

i will NOT use: VehicleForSaleListing block
i WILL use: VehicleForSaleListing Defaults

It took a lot of trial and error to decide what to use + what not to use, but for me, that is what it boiled down to...

---

the WAY that i will use the above combo of stuff is:

1. create a View. the default of the View has Node:NID argument which is taken from Provide default argument... PHP code... which uses ereg regular expression to get the NID from $_GET['q'] of the url.

2. create a minipanel which uses a Pane using the default of the View (created in step 1).
the minipanel may include other panes above or below to the left or right of the aforementioned pane. (That is the entire point of what I am doing here.)

3. use admin/blocks to have my minipanel show up on the correct urls.

---

does this make sense to anyone?

is anyone else doing this?

is this helpful to anyone?

am i crazy to be doing it this way?

basically boiled down, what i am doing, is using the most current versions of drupal+views+panels, and taking advantage of the great and non-glitchy themeing aspects of views. yet also taking advantage of at least, the page layout flexibility of panels.

that is the only aspect of panels which i can figure out so far given my current versions of everything.

anything else related useful?

thanks and keep up the good work on getting the Panels fully operational for drupal 6.

Comments

xmvcnr’s picture

by the way i am using:
-drupal 6.5
-panels 6.x-2.0-alpha2
-views 6.x-2.1
-with patch from http://drupal.org/files/issues/panels-6.x-2.0-alpha1-307287-2.patch
also using cck+pathauto fyi

simplulo’s picture

The Road to Panels2:
http://groups.drupal.org/node/11557
seems long. It is on the critical path of my site's upgrade to Drupal 6.

xmvcnr’s picture

does anyone have any opinions, agreements, corrections or disputes with this statement:

"it seems like the intra-pane display-related aspects of panels can be taken care just as well with views; in contrast, the positioning different sections of content in different sections of a page can only best be done with panels / minipanels" (within the panels2 + drupal 6 + views2 combo as of today)

i am saying this because after non-exhaustive but semi-exhaustive research and experimentation, i am finding that setting up:
--views2 to display certain fields in a certain order with certain themein
--and then the ordering/ positioning of different sections using minipanels
(as per my original post).

seems to be the way to go. i'm putting this out there specifically looking for agreement or disagreement. also, am i crazy to be using drupal6+views2+panels2, or is it reasonable?