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
1
vote
3 answers

Drupal Panels add edit links to node

I have change the default display of a node type to use panels but I don't seem to have the view, edit, version etc tabs. How do I add them to my panel?
Sally
  • 1,749
  • 7
  • 31
  • 39
1
vote
1 answer

Settings in custom Drupal Panel

I am building my own panels, but would really like to be able to customize them using some kind of customization settings. One case would be a three column layout - my goal then would be to have one panel for both the 40/40/20% layout and the…
Victor
  • 3,999
  • 3
  • 24
  • 27
1
vote
1 answer

Using content type URL Alias in Panels

I am losing my mind, this should be easy.. Right? a) I Do not want to use Node views/variants b) I want to use Panels with a view in the main page section URL Example: /cars/auto-generated-url-from-title I can create a panel that overrides the…
Ethode
  • 501
  • 1
  • 4
  • 16
1
vote
1 answer

Why does this query work inside a block but not inside custom Panel content?

Why does the following query work within a Drupal Block, but not when part of a "custom content" in a pane within a Panels Page? It gives an error saying to check the syntax of the query near "AND node.type in....". Also, if I put it in a Block then…
Chaulky
  • 699
  • 1
  • 8
  • 23
1
vote
3 answers

Display content in two columns with fixed height in drupal

I'm in need of some pointing in the right direction here... I have a site with a couple of different content types. I want to display this content in a book-like layout. The book should be of a fixed width and height and the pages should be…
Nasso
  • 75
  • 11
1
vote
2 answers

Implement javascript in drupal node

In my drupal config I have created a video page, which I'm using to create video titles. I also created a course page, which will be displaying all the video titles available in that course using views and node reference combination. It only…
Nikhil
  • 1,268
  • 2
  • 13
  • 29
1
vote
1 answer

Drupal: Loading AJAX content in Drupal

I've recently been told to use Panels to dynamically load content into different sections with Drupal. However, I've just realized that there is an easy way to do it, I've added this jQuery code to all menu items: $('.menu a').click(function(){ …
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Passing parameter from Drupal Panel page into View

I am having issues using View display in a Panel, on Drupal 7 (using Panopoly), from one of the Pages in our Drupal site. We are having problems passing parameters from Panels into Views. I would like to allow passing the Taxonomy Name (in…
nikreljin
  • 11
  • 3
1
vote
1 answer

drupal 7 creating panels 3 programatically

I'm writing custom module for Drupal 7 and I need to create a couple of panel pages with some panes with information. I've been searching and I've not found the way to programatically create a panel page, so it behaves like one done via admin…
joel.travieso
  • 91
  • 1
  • 6
1
vote
1 answer

Ensure a Rules Link only shows in a set type within a Panel Page (Drupal)

I've created a Rules Link (in a View) which shows in a users dashboard using Drupal v.7.27 as CMS for a number of (similar) projects using the same functionality. The Rules Link is set to 'trigger' a rule when the user clicks "Post Content" (the…
Paul B
  • 127
  • 11
1
vote
1 answer

Drupal-- How to place an image in Panels 3 panels and mini-panels, w/o views or nodes?

Is it possible, through any modular functionality, to insert an image into a (mini-)panel, either through token replacement, or through an upload dialog, or through a file selection menu? Do I have to use views? Do I have to create nodes? Would…
msumme
  • 222
  • 4
  • 17
1
vote
0 answers

Panel Pane visibility rule based on users in entity reference field

I have a content type called 'company' with an entity reference field called 'company_managers' referencing users who will be allowed to add and edit other content types relating to this company. The company node is displayed using panels. What I am…
user16763
  • 11
  • 2
1
vote
2 answers

Node relations in Drupal Views

I'm struggling a little bit with a View that gets data from a node that uses two node reference fields, that points to the same type of content. From my path I'm getting one string as the argument, let's call it $fruit. The query I would make if I…
Marco
  • 2,329
  • 1
  • 21
  • 25
1
vote
0 answers

Drupal Custom Content Type Node Reference Field to Custom Panels Page

I'm a little bit of a Drupal newbie here so still getting my bearings while doing site architecture and really utilizing modules to their fullest. Basically what I have setup here is a custom content type of "College" that has several custom fields…
1
vote
1 answer

Drupal 7 working with fields

Hi I'm a Drupal newbie and am really struggling with best practices for this CMS. Right now I am trying to use the Panels 3 Module to create the pages of my website with custom layouts that I have created. What I can't seem to wrap my head around is…