Questions tagged [drupal-panels]

The Panel module allows users to manage content and blocks, associate them to a specific layout, and theme them easily.

The Panels module allows a site administrator to create customized layouts for multiple uses. At its core, it is a drag and drop content manager that lets you visually design a layout and place content within that layout.

72 questions
0
votes
1 answer

Showing the correct menu a page belongs

I have a Drupal website with 3 menus (a top menu, a main menu and a footer menu), and any content I publish belongs to one of those 3. My clients wants me to show the correct menu as an accordion on the sidebar, as a navigational support. I've…
Anyul Rivas
  • 655
  • 2
  • 12
  • 31
0
votes
1 answer

Displaying sub groups in a group view - Drupal 7

I've just picked up Drupal and I need to complete a task I'm not entirely sure how to do. I need to create a hierarchy of groups : The example groups: Floor : 1 Floor : 2 Floor : 3 Under each floor group, I'd like to create rooms(also a…
Patrick
  • 3,289
  • 2
  • 18
  • 31
0
votes
1 answer

Adding profile2 profile to panel in drupal7

I am building a social networking site with drupal 7.32.I am using Profile2 module for user profiles.I have added fields to the default profile type.Now, I want to display the profile on the right side of the two column stacked layout of the…
user3309732
  • 105
  • 1
  • 1
  • 7
0
votes
1 answer

Drupal Image Display with View and Panels

Can anyone please guide me on how do I create a photobox that contains image and I wanted to display that image on landing page. I have used panel to create landing pages for my website. I need to create 7 different layout for my website. I am new…
VR_999
  • 3
  • 1
0
votes
2 answers

Panels-style UI for arbitrary CCK fields?

I have a Drupal content type that has unlimited photo, textbox, and external link CCK fields, but while fields themselves can be reordered via drag-drop (i.e. photo B before photo A), I can't arbitrarily order amongst fields (i.e. photo B, link A,…
ceejayoz
  • 176,543
  • 40
  • 303
  • 368
0
votes
1 answer

Panels added via Panelizer are deleted after going to node/edit and saving the node

I create an article and then "Customize this page" and add a panel to the page. I can re-save that page using panelizer over and over again with no issues. However, when I go into the "new draft" page and edit and publish the node, all items that…
Donovan
  • 906
  • 2
  • 11
  • 17
0
votes
1 answer

Add class to reusable pane

Seems like this should be easy but I can't for the life of me figure out how to add a static class to all instances of a reusable content pane. The default classes are nonspecific (pane-1, pane-2, etc) but it would seem to be helpful to have a class…
christok
  • 1,087
  • 2
  • 12
  • 29
0
votes
1 answer

drupal how to refresh the page when the content is created in the popups

i have designed a panel where i have to used to popup links and automodal class for creation of content.... view objects now after saving the content , and…
0
votes
1 answer

Passing parameters throw url

Hello everyone. Here is my problem. I have a photo gallery content type in which i store several photos. One of my fields is a list field(named 'period') with 3 options (2000-2004, 2004-2008, 2008-2012), refers to the period the photos was taken. …
Manos Serifios
  • 577
  • 2
  • 7
  • 22
0
votes
2 answers

drupal edit attachment field of a node

I have a content type named Properties, users can create the content types I have file cck field in the content type (properties), now I want to add the attachments to the or edit the attachments field only in a block or panel for the particular…
0
votes
1 answer

drupal 6 can we write a php file in drupal which changes the headers

i have written a small code which creates a word document but i got the following errors require_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); global $user; $fp = fopen("test.doc", 'w+'); $str = "This is the text for…
0
votes
1 answer

Drupal: how to see the query when the node is created or any content type is created

I want to know the insert query when the content is created or any node is created. What is a simple example for that? The main purpose of doing this is I want to log the entries when the node is created. So I have created a history content. When…
0
votes
1 answer

Drupal 7 and Page Manager: add Selection rules based on dates

I have a content type article with a field date. I am trying to fire a variant from Page Manager by defining a selection rule based on a date field. What I am trying to do is applying this variant when the node type is article field date, start…
0
votes
1 answer

Drupal panel / view not showing in print view

I have a Drupal 5 site that is using the Printer, e-mail and PDF versions module that appears to be creating a print version of a URL like so: screen: country/uk print: print/country/uk Each page is set up using panels and has the country image and…
easement
  • 6,119
  • 3
  • 29
  • 36
0
votes
1 answer

Whats causing Drupal to freeze when creating/editing a mini-panel?

I'm quite new to drupal. Drupal has been freezing for me when I try and create or sometimes edit a minipanel. Once I select the panel layout and start adding content it just remains in the lightbox 'grayed' state and wont let me click or do…
Jiminy Cricket
  • 908
  • 1
  • 9
  • 24