Using the Panels module, authorized users can create specific layouts and theme them easily.

learn more… | top users | synonyms

2
votes
0answers
32 views

How to include any view into the same panel

To reduce duplicated panel pages for every view I want to display, I'd like to re-use the same panel (the same layout) for several views. The problem is that I can't find how to include ANY view in ...
2
votes
0answers
32 views

Using panels to create a custom translation page?

I want to create a page with the translation form side by side with the node being translated. I figure the easiest way to do this would be with Panels but I can't figure out how. Is it possible to ...
2
votes
0answers
85 views

How to display devel dpm messages on a panels generated page?

I am testing a custom module for a site using Panels Everywhere & Panels. I need to put the results of a Devel module dpm() message into a pane so that I can see it on page displays. Does anyone ...
2
votes
0answers
89 views

Two pattern aliases for a node type

I am using panels with a Node template to override the view of a content-type Employee. At the moment I am using pathauto to give a clean url of /Employee/[Employee-Name]. I'd like to use the panels ...
2
votes
0answers
158 views

Vertical Tabs in Panel Pages

I am trying to have three forms available to the public on my site and would love to have them configured in in the vertical tabs layout. Initially I was going to have them available through ...
2
votes
0answers
1k views

Custom Layout in panels width

I am working with a fluid 100% theme with Panels 6.x-3.9. I have created a custom layout in Panels; it is based on threecol_25_50_25_stacked (First column is 25%, center is 50%, and last is 25%), and ...
1
vote
0answers
19 views

Checking for first and last panel arguments in a variant selection rule

I am creating a panel page in Drupal 7. My original idea is ending having urls following the next structure: problem/!nid/!topicname/!level. The "topicname" and "level" arguments are both taxonomy ...
1
vote
0answers
16 views

Node form elements don't work when inserted with Panels. Am I missing something?

What I have done: Created a Panels variant for viewing a node. Added a Context relationship to the node edit form. Added a form element with the relationship. Added the node save button with the ...
1
vote
0answers
14 views

Whats the difference between a 'page', a 'panel', and a 'handler'?

I am porting a site over and looking through the code, and in a module there are folders for pages, handlers, and plugins/layouts (containing panels layouts) . The pages and handler folders contain ...
1
vote
0answers
53 views

Relationship action on custom user profile in custom block

I have customized the user profile view using panels. All great. Works like a charm. However i am stuck at one point. In the default view there is an option for users to add relationships (using the ...
1
vote
0answers
63 views

Blocks in Panopoly

I'm working with Panopoly as my very first drupal distribution and am concerned about how I'll define persistent items. For example, with core drupal, I could use or create block regions to define ...
1
vote
0answers
53 views

Display book hierarchy of one organic group with Panels

I am using organic groups for a tutorial website. I have one group for each tutorial. For example, Java Group C++ Group Python Group etc. For each Group, I have a tutorial using the book module ...
1
vote
0answers
68 views

Drupal 7 Panels - Template sort of?

I am wondering if there is a way to say have a link under add content which automatically adds a panel layout with certain "options" selected and automatically adds blank custom content slates? ...
1
vote
0answers
74 views

Passing arguments from Panels to Views in Drupal 6

I'm attempting to use The "It's Common Sense" guide to passing arguments from Panels to Views but I'm running into an issue at step 7: At the Configure Panel pane form, make sure you choose "No ...
1
vote
0answers
132 views

Passing arguments from Panel to View without url or using contextual filter from panel to field of taxomony term within view

Using Drupal 7, Panels 7.x-3.3, & Views 7.x-3.5. I'm unsure the best way to approach what I'm trying to accomplish. I have taxonomy vocabularies classifying people in my department. One ...
1
vote
0answers
155 views

Panels -> Add content in panels gives AJAX HTTP-error

When I'm trying to add Content to a panel page (just installed Panels), I get this error message: An AJAX HTTP error occurred. HTTP Result Code: 400 Debugging information follows. Path: ...
1
vote
0answers
29 views

Views Rules in edited system node template

For learning purposes, I'm working on a project which uses Rules Links. My first attempt had a Rules Link on a Node Content template I made after creating a new Content Type (which is infact an ...
1
vote
0answers
70 views

Context module not displaying block on panels' taxonomy page

I am overriding a taxonomy term page with panels and I need context (module) to display a block for the taxonomy term. When I use the default taxonomy Page (no override), the context is active, but ...
1
vote
0answers
80 views

Panel with a view that is filtered dynamically by taxonomy term

I'm using D7 with the panels3 and views 3. I've got a view of medical procedures which are categorized by medical specialty. I have doctors becoming members of the site and, using profile2, I'm ...
1
vote
0answers
131 views

How to embed edit user profile page in a panel

I am trying to embed the edit user profile page (ie what appears at the url domain.com/user/27/edit) into a panel. I have searched high and low on how to do this but I can't find any info on it. Is it ...
1
vote
0answers
165 views

how to show blogs archives using panels

I created a view to display blog pages.Then i created a blog archive block which shows years.if i click on the years it shows the blog view which i created.now i want to show the archives(year) block ...
1
vote
0answers
97 views

move script declared in panels under <body> tag

I have some google survey code that I have included in one of my panel node variants. The js code has some php in it, to include the node nid and node title. Im trying to move this code, declared in a ...
1
vote
0answers
179 views

Is there a way to set two separate views with exposed filters in a panel page?

I have been attempting to create a panel page with two columns, one to display view1 and the other view2. The intent is to have the user choose a content type in each column using exposed filters and ...
1
vote
0answers
352 views

Image upload form / image field in a panel pane

There was an earlier post on this topic, but it got no answers and its outdated. Is it possible, through any modular functionality, to insert an image into a (mini-)panel, either through token ...
1
vote
0answers
207 views

How to pass a file id (or fid) as a Views argument through a Panel?

I'm trying to create two block views in a panel variant, in order to create a photo gallery ("Stage" view plus "All Thumbnails" view). The main problem I have right now is the "Stage" view which ...
1
vote
0answers
529 views

Panels “custom content” argument formatting

I'm using Drupal 7.4 with Panels 7.x-3.0-alpha3. When creating a "New custom content" and using context keywords (eg %node:field-integer), the numeric integer field I'm adding gets pulled through ...
0
votes
0answers
8 views

Hierarchical Select and Panels modules: Any conflict?

I developed a content type having a field using "Hierarchical Select" module widget. I then developed its page using "Panels". Now "Hierarchical Select" loads the first dropdown list e.g. "Car Make" ...
0
votes
0answers
19 views

panelizer content not displaying

I have installed and enabled the panelizer module and enabled the node_view template system page on the Page Manager administer pages page. I enabled panelizer for the Basic Page content type and ...
0
votes
0answers
7 views

Submitting the node form via Panels blanks out Date field values

I have a form made of select fields from the node edit form, displaying on the node view, via Panels. When I press the submit button, it successfully updates the form, but in so doing, it blanks out ...
0
votes
0answers
7 views

Putting Panel Panes (or fields) Over The Top of Image (or pane)

Hello i have a feeling that this can be done but i just cant work out the best way t go about it. I have a PANELED PAGE there. It has, amongst other Panels, 3 which i want to combine- ...
0
votes
0answers
20 views

Displaying only 2 digits in the countdown timer field

I am using the Countdown Timer Field. However, If i put in a value for the time to finish as greater than, say 100 days from the day it is created , i see only 2 values appearing. Let say the number ...
0
votes
0answers
15 views

Internet explorer (all versions) doesn't load certain views via panels

I'm using Drupal 7 with panels and views modules. A let my users to upload their logo to be associated with their profile. I made a view to call this logo on user generated content page, I called that ...
0
votes
0answers
22 views

Trying to use Panelizer for a node content type with a panels layout

I've got a zen theme, with a sub theme, with a plugins folder enabled in which I have a custom layout. I've got panelizer enabled on a content type and I am trying to make that content type use my ...
0
votes
0answers
10 views

Is it possible to convert a node into a panel node

I am creating a content type in an install profile. The .install file defines the content type, fields, and instances, and a function creates the content type and saves it. At the moment it creates a ...
0
votes
0answers
44 views

Error with drupal_goto() used as page callback in hook_menu()

I've recently taken over a site that's displaying a very generic error when attempting to access a page that's known not to exist (e.g. /people/incorrect-name): "The website encountered an unexpected ...
0
votes
0answers
29 views

Using edit module for users profile picture

Was not able to find much on this, but anyone have any luck using Edit for the users profile picture on the user profile page? Goal is to make user avatar updating a simple single click and edit ...
0
votes
0answers
16 views

Is it possible to call a mini panel in PHP and supply a required context as an argument?

I want to call a mini panel with PHP (using Privatemsg which doesn't otherwise integrate with Panels) and I need to supply the required context as an argument. I have code that looks like this (based ...
0
votes
0answers
44 views

Are static html pages required to build a Drupal

Are static html pages required to build a Drupal based social networking site or should i go about creating content (views or modules etc) and assigning regions to them. I have already created a theme ...
0
votes
0answers
31 views

User Relationship Action Block does not display

The User Relationship Action Block (that's the block that offers the option to create a relationship with the user being viewed) does not display in a panel that replaces a user's profile page. Also, ...
0
votes
0answers
25 views

Theme and Override Privatemsg messages/view/%thread

I've managed to embed all the other pages within Panels as per the D7 Panels/Privatemsg patch, and the only remaining page is the /messages/view/%thread pages. After scouring the Privatemsg API ...
0
votes
0answers
11 views

Can't Add author picture while changing layout of a teaser display of a node

I am changing the Content Layout of a Teaser Display of node through panelizer in drupal 7. I need to show the author picture in Teaser bt Panelizer not giving me any option for doing this. Kindly ...
0
votes
0answers
22 views

How to have two view panes in one Panel, so that selecting a node title in View A displays the content for that node in View B? Do I HAVE to use AJAX?

I have been playing around with view panes, panels and context, and am struggling to find the best approach for the below: I have a Panel which, say, is my Home Page and contains various elements. ...
0
votes
0answers
13 views

Return different content in panel nodes based on path patterns with centralised settings

I am using Drupal for an app that returns Drupal based content based on a url path. the app is an overlay that sits on an international site and redirects users to content on the local version of the ...
0
votes
0answers
29 views

Display Rate module results via Panels?

Running into a pickle here. So many of us know that the Rate module does not smoothly integrate with Panels. I discovered out a way to get the voting widget to show using a custom content with the ...
0
votes
0answers
62 views

Drupal 7 Pages/Panels Title/Meta Description Tag

I have created a profile page showing a bunch of Profile2 views collected in a panel page. I cannot seem to find the correct way to, let's say, get the first and last name of one of the views and use ...
0
votes
0answers
21 views

Add class in panels region

I am trying this for long time. I am trying to add additional class in panels region. I am using panel page to display one of my node. I want to add region class but I am not getting success. Is there ...
0
votes
0answers
46 views

Views to create author information on the content page

While any user visits any content (node) on my site then that node should also have information about the author who created that node/content. For this i am creating a view as : View of type user. ...
0
votes
0answers
13 views

Click hide event in Menu Mini-panels module

How would one go about adding a click event to hide Menu minipanels tool tips?
0
votes
0answers
24 views

What are the different options for adding content to Panels

I have recently been using ctools content type plugins to add specialised items to panels. I wondered in general what are the different options for adding content to panels. E.g. custom content ...
0
votes
0answers
18 views

Display flags on custom panel page which is a callback to a quicktab instance which is placed in user_view panel page

I hope the title of this question is enough but there you go: I have created a user flag called "FLAG_TEST". Also, i have customized the user profile page view using Panels. In the panel page for ...

1 2 3 4