Panels 3 vs Views

Joined: 05/30/2009

Has anyone tried the new Panels 3 module for Drupal 6? It seems to be very powerful as well as stable. I'm starting to use it more than Views for custom displays although it serves a different purpose. I'm curious to get opinions on allowing a client access to add content in Panels. Thoughts?

Brent

G&G Podcast Host
Matt Farina's picture
Joined: 06/01/2006
I've looked at it

Views and Panels are really solutions to different problems. I like the both (though Panels 3 isn't really ready for production use yet).

I like to use them together. For example, use a view as a Panels pane.

When you start using Panels you do find yourself using Views differently. At this point I would be wary of sharing Panels config with clients without some good training.

Matt Farina
Geeks and God Former Co-Host
www.mattfarina.com

Joined: 05/30/2009
Matt I agree with your

Matt I agree with your comment about looking at Views differently. The great thing about Panels is the context. Let Views run the SQL queries and then use Panels to display them based on context. I have experienced some of bugs discussed on Drupal.org but they seem to be mostly UI related; although there's some strange caching stuff going on I haven't figured out yet. I think it's close to a release candidate. BTW, Views Carousel displays nicely in Panels 3. It even lets you add a CSS class or id right in the UI to easily style it. The reason I ask about client access to Panels is I'm thinking about using it for a Christian school who may need to serve up pages in English and Spanish. I still haven't really sat down and thought through the workflow but it seems like it will work without user access for Panels config. I agree it can be confusing and easy to break. I've broken it a couple times. Thanks for the comments.