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

learn more… | top users | synonyms

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" ...
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 ...
2
votes
2answers
39 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
44 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
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
2answers
21 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
28 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
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 ...
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 ...
0
votes
1answer
32 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
18 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
29 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
1answer
16 views

Example of inserting a menu with panels

Does someone has 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 ...
0
votes
1answer
61 views

Error when adding a menu to a drupal panel page

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
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
1answer
33 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
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
1answer
13 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
28 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
23 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
17 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
41 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
21 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
24 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
29 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
26 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
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 ...
0
votes
0answers
45 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
33 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
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
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
32 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 ...
0
votes
1answer
28 views

Create stacked page with panels module

I'm trying to create a stacked page with 3 'rows', where every row is a different table, with the Panels module, but I don't know how to do it. Take a look at my Drupal testing site for a picture. ...
0
votes
1answer
28 views

Is there a implementaion of the foundation framework for panels?

I recently heard about the foundation framework and I wondered if there is an implementation for panels.
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
32 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
1answer
79 views

Panels vs theming

Panels versus themes: What is the best way? Since Panels is included in Drupal 8 core, isn't it the way forward? Do we still need to design static HTML pages and then integrate them with Drupal, or ...
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
31 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 ...
1
vote
1answer
37 views

Create a node on user account creation. Display link to user on first login

I need to capture addtional private information about a users company when they register (one time). What i am currently doing. Creating new node on account creation with rules. Add a view that ...
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
1answer
39 views

Edit permissions for Panel panes

Is there a way to configure edit (not view) permissions for a Panels 'pane'? I would like to add a pane for 'custom content', for example above and below a view, so that the content manager role that ...
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. ...

1 2 3 4 5 9