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

learn more… | top users | synonyms

0
votes
1answer
24 views

'og:url' meta property displaying wrong path, messing up posting on external sites

I'm trying to post a link to a landing page on my Drupal site, like http://me.mysite.com/aboutme. When I post it to Facebook, the link that pops up is to http://me.mysite.com/node/xyz. node/xyz is an ...
0
votes
0answers
27 views

Why Does the 'Override' a Custom Page Node Template not make any difference?

I may be missing something trivial here, but I'm at a loss as to why the below isn't happening using only Page Manager for Node layout. FYI, I'm using the Twitter Bootstrap as my primary site theme ...
0
votes
1answer
26 views

Is there a way to create custom page in panels with path “/search”?

Is there a way to create custom page in panels with path "/search" ? I need to replace default drupal 7 search page with my own views page. But I can't because this path is already exist (duplicate). ...
0
votes
2answers
27 views

Link Mini Panel thumbnail formatter to node

Working on a site that shows images and video with a Mini Panel formatter in a View. The Mini Panel has a piece of content of file display that shows an Image display as well as Vimeo Video and ...
0
votes
1answer
7 views

Some of my Panel content is missing for anonymous users. What went wrong?

I've set up a landing page panel with two items in it, a content page with a welcome message and a view showing certain content. It works great, but when I look at it as an anonymous user only the ...
0
votes
0answers
9 views

Can i effectively use hook_page_alter in panels' context?

I just read the theory regarding drupal theming and I have a question! I have built a site where $content is divided by panels into, say $content_left, $content_middle and $content_right. Can I ...
0
votes
0answers
12 views

Can the Panels module and the ThemeKey module be used together?

Can the Panels module and the ThemeKey module be used together? I'm in the process of re-theming a major section of a Drupal 7 site and have been using the ThemeKey module to help with the ...
0
votes
1answer
9 views

View with pagination to have a single url per pagination page

I was doing a View for a last news from a site, but those news won't be accesible from outside, so only will be able to see the content by the view. This view has a Pagination, and is printed as ...
0
votes
0answers
19 views

Simplify Panels “Add content to” popup with fewer options for end users

Echoing this unanswered question on D.O. Is there a way to limit (and possibly reorganize) the Panels content types and panes presented to website editors? Basically taking it from this: To this: ...
0
votes
3answers
32 views

Include panel in view?

I have a view that is shown in the footer of a theme (Lucid & Nodestream Features?). Since my task and scope is small, I do not what to change up everything - just use what is there. I want to ...
0
votes
0answers
14 views

Substitution keywords not working in Mini Panel (D6)

After loading and rendering a mini panel programmatically (see code below), substitutions are not working when adding a "custom content" to the panel (for example: %node:nid) I have the checkbox "Use ...
1
vote
1answer
14 views

User profile view - 2 x variants or view panes with args?

I've overridden the User profile template to display custom fields for the user view in Panels, I need to have a View listing with a filter of user comments by 'date' or 'conversation' this I am ...
0
votes
1answer
40 views

How to programmaticaly create a custom panel pane in drupal 7

I created a custom panel layout with Panels 3 (following this excellent link) and my layout is ready. Now I have my static markup ready for a node (I can use it on the article or a custom content ...
0
votes
1answer
19 views

how to display ubercart elements (like cart) in Panels Page? (Drupal 6)

How can I use Ubercart Cart in a Panels Page? I do not see it under any of the Contents list. I think I am looking for a Drupal 6 version of uc_panels.
0
votes
2answers
37 views

How to add a checkbox form to a panel?

I have set up user comment email notification on my Drupal 7 site. When a comment is posted the author is notified by email. I did it using rules module as described here. Now the user has the option ...
0
votes
0answers
10 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" ...
1
vote
0answers
22 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 ...
2
votes
2answers
44 views

Find out if a view returns any results and if it doesn't disable a link to that view

I have a panels page with two view panes on it. The first view pane lists taxonomy terms. When you click on one of the taxonomy terms the second view pane will display a list of content for that ...
0
votes
2answers
49 views

A flexible front page layout tool

I want to build a front page in which the site administrator has a lot of control (through the UI) over the layout. Panels is the only thing that comes close, but I still don't think it can do ...
0
votes
0answers
34 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
2answers
25 views

Overwrite the default taxonomy view

I want to overwrite the default taxonomy view. I am cloning the original one, but the view I get does not provide any item. How can I achieve this? Also could I have two views, default and cloned ...
0
votes
1answer
37 views

layout content in columns

I'm trying to figure out someway to allow end-users to format page content into columns. Right now if they edit a page they get a title field and a body field which is fine a lot of the time but what ...
0
votes
0answers
11 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 ...
1
vote
0answers
18 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 ...
0
votes
1answer
48 views

Passing Argument from URL in Panel to View Pane or Block (D7)

I have a page where I want to display all resources for a course grouped by taxonomy term. The courses are organic groups and the resources are materials belonging to those groups. I'm using panels to ...
0
votes
1answer
19 views

Nodes that point to panel pages

I'm having an issue with deciding how to display nodes that in turn point to panel pages. My site currently has a lot of panel pages that have static content. I have a view on my front page that ...
0
votes
1answer
35 views

how to show a panel node only to authenticated users?

i am using panel nodes to display profile pages such as my profile page on facebook . i have created a menu link for it . When i logout my profile link still shows. I want that only the logged in user ...
0
votes
0answers
24 views

Example of inserting a menu with panels

Does someone have a detailed example of how to add a menu inside a panel? I am trying to add my own menu to a panel page but I always get an error. I'm not sure if I'm missing something. Does the menu ...
-1
votes
1answer
209 views

Error when adding a menu to a drupal panel page [closed]

I am getting an error when I add a menu to a panel page. The error: Warning: strlen() expects parameter 1 to be string, array given en drupal_validate_utf8() (línea 1587 de ...
0
votes
0answers
8 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
1answer
36 views

Redirect a Users Name (Link) to a User Homepage in Panels Using Rules

How does one create the said Redirect a Users Name (Link) to a User Homepage in Panels Using Rules. Here is my scenerio: I have a Panels set which will show a subject posted content page in the left ...
0
votes
0answers
28 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
1answer
14 views

What happened to the edit links in the Page Manager UI?

I uploaded a site to a shared hosting environment and suddenly I can't use the edit links in the Page Manager UI any more. As you can see in the screenshot, they've simply disappeared. I can click ...
0
votes
1answer
43 views

Cannot add content to panels pages (stuck in overlay)

When I try to edit the content of panels pages, I click the add content link in the drop down menu an drag and drop down menu. The progress indicator appears and turns for a while and then nothing ...
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
38 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
18 views

How can i make this (column/row) structure? [closed]

I'm using Drupal 7, Views and Panels. Created a panel page and linked to Views page. It's ok. But my design like this: Want to three area but big area is like wrapper. Is it possible?
0
votes
1answer
55 views

A non-Views, Panels-compatible slideshow?

The common way to create some variety of slideshow within Drupal is to use Views Slideshow and then display content that way. However, what if I just want a simple slideshow that appears in all of ...
0
votes
1answer
26 views

moved site does not display node content in panel page

I have a site on a development server that I needed to move to another development server. The server I am moving it to is running my site two subdirectories into the main site URL on a server that ...
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 ...
1
vote
1answer
27 views

Filter node by custom_field in admin panel

I'm using Drupal 7, Views and Panels. Created a content type and custom field (field_list) And showing contents by list on my site. Thanks Views :) But when i click find content in admin panel, many ...
0
votes
1answer
41 views

Get page title of view and panel page via url

Is there any way to get page title of view and panel page using url. I tried $normal_path = drupal_get_normal_path($path); $item = menu_get_item($normal_path); $title = $item['title']; and it is ...
0
votes
1answer
41 views

How to add a tabbed menu on group main page (panel)?

I managed to get panels working with og 7.x-2.1 following: - http://modulesunraveled.com/organic-groups/part-3-organic-groups-layout - http://www.initsix.co.uk/organic-groups-panels-and-views-drupal-7 ...
1
vote
0answers
18 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 ...
0
votes
0answers
66 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
1answer
34 views

Is it good practice to style the panel layout?

I have a panel layout. I was wondering if its okay to apply additional css ids / classes to this or to style elsewhere? I am using panels everywhere and I have moved the layout into my theme.
0
votes
0answers
34 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
22 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
17 views

Theming Panels (html) [duplicate]

I'd like to render my html / dom a bit simpler, more semantic, as Panels seem to add some unnecessary divs.. On Drupalcontrib I saw some theming helpers, but the only that seemed to have a real ...
2
votes
2answers
37 views

Module to view node in a grid layout with the ability to quickly change the reference

I'm looking for a module which allows me to have a grid layout presenting nodes in a certain view mode (like teaser or even a module own one). In the end it should look something like this: (The ...

1 2 3 4 5 9