Panels

Events happening in the community are now at Drupal community events on www.drupal.org.

Panels 2 is a module that uses drag & drop to add content to layouts. It is designed as an API so that modules can use these displays to customize their own areas, and we're working toward fully integrating this solution into Drupal 7.

socialnicheguru's picture

How can I override the url of a view pane

I am using a panel to override a page in OG

node/%/event

my view argument for event listings is http://mysite.com/events/1/2/3/4/all/6

my panel page url
http://mysite.com/node/555/allevents/1/2/3/4/all/6

Panel page context: NID, relationship: Group

If I directly add the view to the pane:
1. no context for any of the arguments (I could not get it to work when using legacy view to import a view into a pane if the panel page has context and I tried to set one of the view arguments to that context.
2. arguments: @1/@2/@3/@4/%1/@6

Read more
clarkburbidge's picture

2 Arguments

d6.8 v6x22 p6x20
I have a 2 views that each have only a default display. The views yield the content I desire when I pass them each the same two arguments. I want to display these two views in a panel. The panel url is to be /fightnight/arg1/fight/arg2. I have the following settings on my panel: settings > path = fightnight/%/fight/%, content configure defaults view > send args = checked, args = %1/%2, override url = fightnight/%/fight/%.

I'm not getting the views to come up when I use the URL"fightnight/%/fight/%" where the two args are the ones that make the views work.

Read more
ccdoss's picture

Panels, profiles and Tabs

I posted this question in the Profiles as Nodes group, but thought it may be appropriate here as well.
Basically, I'd like to have a fairly complicated profile. I'd like to combine the advanced profile kit's panels with nodeprofile, and have this linked to the user account. Basically, I want 4 things:
1. When users go to www.example.com/profiles/member-name, it brings up member-name's public profile, which of course is in a panel page.

Read more
Noyz's picture

Drupal 7 usability improvements part II : Blocks

I'm in the middle of trying to figure out the right experience for installing and using Acquia's hosted search platform. In doing so, I had to think about how to build pages that were Solr enabled. In parallel, I've been thinking about a better way work with blocks. The two topics were fairly connected, so I started working on some concepts.

Read more
macuhail's picture

How to change length of teaser in a mini panel

How do I change the length of a node teaser in a mini panel. I have created the teaser by checking the teaser option under the "configure node content" screen, but I need to change the length of the teaser.

Thanks for any suggestions.

Read more
macuhail's picture

How do I create a node teaser in a mini panel

I am new to panels so this may be a very obvious and easily answered question. But I have not been able to find any related info.

We have a community newspaper where any registered user can contribute stories. We created a mini panel to go into a block that will hold a "top story". The top story will be hand selected via the mini panel context.

We can get this action to work, but the block shows the entire story. We want the block/mini panel to show a "teaser" of a part of the story then a "read more" link at the bottom that will take the user to the full story.

Read more
bflora's picture

Panels 2 + multiple group node types

I've got a panel page set up for my drupal groups. It works fine. The path for it on the panel settings page is node/%

When I go to my groups, which are housed using a node type called "group", i get the panel page.

What I want to do now is create another group node type and have it use a different panel page. Is this possible? And if so, how? I assume it has something to do with contexts, which I've tried and tried to figure out but can't. Any help on creating a new panel page for this new group node type would be appreciated.

Read more
yched's picture

Maintainer needed for CCK / Panels integration

CCK holding many (most ?) node data on many sites, the integration of CCK with other big-named 3rd party modules is important to allow rich features across the ecosystem. However, it's not really possible for Karen and I to get intimate enough with each one of them to implement, debug and enrich integration with 3rd party code efficiently.

Read more
majestik's picture

Can someone help with CCK Fields under D6?

Hi,

I'm trying to add CCK custom fields on to panel in D6.6 without much luck. I'm guessing this might not be implemented yet, but I haven't been able to find any define answer despite my searching... Best I could see was a support request someone put with the same question...

http://drupal.org/node/323681

Any thoughts? Is there another way?

Read more
thamas's picture

How to create a "both sidebars on the right" flexibe panel layout?

Does someone the code of it for panels 5.x 2 ? Or could someone give instructions?

Read more
asugene's picture

Latest Date Mod and Panels 2

It appears the latest Date 5.x-2.3 module has a minor conflict when using the "Text Field with jquery pop-up calendar" within Panels 2. It doesn't work at first, you will need to refresh the page to get it to work.

Read more
bflora's picture

Can't add content to panels (content popups disappear when + sign button is clicked)

I recently moved to a new server and now I can't add or edit content within panels. The modal popup windows have stopped functioning.

Here's what happens:

  1. I go to the content tab of a panel and click a Plus sign button to add some content to a panel.
  2. The popular appears, empty for about 2 seconds.
  3. It disappears.

None of the form info that's supposed to show up in there shows up in there.

What could be causing this and how do I fix it? Thanks.

Read more
merlinofchaos's picture

Panels 3 UI Design Thread

This is a working thread to discuss the (still far in the future) Panels 3 UI. I want to get work started on ideas to improve the existing UI, and for the moment we are allowed to go pie in the sky and suggest features. Please assume that pie in the sky features will eventually be shot down, though, but it's on the table because sometimes pie in the sky can really work or be made to work.

Read more
cuxi's picture

A error when i create panel page( i use panel 2 + drupal 5.x)

when i create a panel page for website. there is error:
* user warning: Unknown column 'title' in 'field list' query: INSERT INTO panels_display (did, layout, layout_settings, panel_settings, cache, title, hide_title) VALUES (7, 'twocol_stacked', 'N;', 'N;', 'N;', '', 0) in ../includes/database.mysql.inc on line 172.

Read more
cuxi's picture

Create a panel layout user

Hi, all. I use drupal 5.x and modules panel 2. I have a question:
When user register on my website . Every user have a field Picture.
I want create a panel two colum layout put field picture and other field of user in two column. A column is male User. A column is female. How make it?

Read more
west_d_r's picture

Getting Group Detail block to appear in Panel on non-group node

Hopefully someone else has encountered this. I've used panels to take over a page generated by the Calendar Module. The Calendar view inserts the node ID as an argument into the url, (1646 below).

http://mysite.com/group/1646/calendar/2008/9/15

However, the organic Groups panes don't recognize this argument, because
1) You can't insert them unless you restrict the Panel Page to a "Group enable" content type
2) The Calendar URL that I'm taking over is not a node, so it can't find the ID.

Read more
west_d_r's picture

Passing Arguments to the Calendar with OG, Panels 2

Hi all,
I'm using Calendars (version "5.x-2.3"), Panels 2 (version = "5.x-2.0-rc1a"), Organic Groups (version = "5.x-2.0-rc1a"), and I'm attempting to create a calendar for each group.

Unfortunately, the excellent guide here http://vineyardvoice.org/files/how_tos/groups_walkthrough/index.html is slightly out of date now, and I can't find anyway of passing the needed arguments through to the calendar. The views pane seems to cause the Calendar to select the current node ID as the date argument, even with the view argument handling code in place.

Read more
glewe's picture

Panels 2 and FCKEditor

Hi all,
I started playing with Panels 2 and I like it. However, I have FCKEditor installed but it is not loaded when editing the content of a panel. Looking at the page source of the editing page shows that no fckeditor js files are loaded. What do I have to do to use FCKEditor with panels?
Best regards,
George

Read more
MacRonin's picture

YUI 3 with Draggable Portal example - Ideas for Panels 3

I know that work is still progressing on Panels 2 but I also saw a call for ideas for Panels 3. So with that in mind I thought I'd point to some info I saw over on Yahoo's YUI blog. It's only in preview release but one of the example's looks like it may have some nice functionality that could be borrowed.

Drag & Drop Utility: Portal Style Example
http://developer.yahoo.com/yui/3/examples/dd/portal-drag.html

A Closer Look at YUI 3.0 PR 1: Dav Glass’s Draggable Portal Example
http://yuiblog.com/blog/2008/08/15/portal-example/

Read more
failedvagabond's picture

Multiple Value CCK Field as Context Relationship

Hi.

On a panels_page, I'm trying to pass the values of a Nodereference CCK field with multiple values to a panel_view, using a Relationship in the context system.

The nodereference relationship only seems to support passing the first value to the view. Looking at other relationships (term_from_node, user_from_node, etc) they all seem to pass only one object.

Read more
Subscribe with RSS Syndicate content

Panels

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week