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
1 answer

Drupal 7 panel content prints the word 'Array' instead of my field and body content

I am using Drupal 7 with panels. When I place content into my panel it just prints the word 'Array' out instead of the content. This seems to happen with the fields I created and also the main body content as well. Does anyone know how I can fix…
1
vote
1 answer

Drupal 7: Use current node id to dynamically generate link on page?

I'm building an artgallery using Page Manager and Panels in Drupal 7. A piece of art in the gallery is a node type and each one is related to a period of time, which is also a node type. When viewing a page displaying a period of time, I need a…
acrmuui
  • 2,040
  • 1
  • 22
  • 33
0
votes
3 answers

Drupal 7 "Panels"

I want to know about Drupal 7 module "Panels", and to know how to work on it, how it is useful in creating panes and customising it. like the right top side in the below website. http://www.newsclick.in.
0
votes
1 answer

Use Panels + CTools Page Manager Node Template with Views Row Style Node

I have used Panels + CTools Page Manager to configure the 'Node template' (node_view) for a particular content type. When viewing these nodes at /node/% the Page Manager's node template renders the nodes just fine. However, when trying to display…
tyler.frankenstein
  • 2,314
  • 1
  • 23
  • 36
0
votes
1 answer

Override taxonomy pages with panels and provide taxonomy-based breadcrumb trail for nodes

I have a page where nodes are categorized using a base taxonomy (let's say "species" -> animal -> mammal -> ape). I want to override taxonomy pages with panels I also want to make sure all nodes get a nice breadcrumb based on the default taxonomy…
Victor
  • 3,999
  • 3
  • 24
  • 27
0
votes
1 answer

Using panels3, how can I output a mutivalue cck field using tokens?

In my website, I have a custom content type called "projects". This type as a User Reference Field called "Project Author(s)" and another user Reference Field called "Project Supervisor(s)". These fields are mutivalue fields (can have 1 to unlimited…
Tivie
  • 18,864
  • 5
  • 58
  • 77
0
votes
1 answer

Drupal 7 create blank page

How to create blank page with Views || Panel || Display Suite modules? Or How to create blank page with theme-hook, like page--contentType.tpl.php without fields? Blank page for landing page or custom layout different with page.tpl.php regions? I…
0
votes
1 answer

set up views using panels in drupal

How do i set up a view to show up in my drupal panel. I have the view created. I have assigned it to the panel. However what do i put in under the "context type" ?
user550265
  • 3,171
  • 8
  • 44
  • 55
0
votes
1 answer

what is a HTTP response code variant in Panels 3 Drupal

Dear Friends.I am using Panels 3 in drupal 6.2. While creating page panel i get the option variant type where i can either select panel or HTTP response Code. My query is what is this HTTP response code option for.I tried to add a panel using this…
0
votes
2 answers

Custom search form in Drupal 6: Views/Panels or custom sql?

I use CCK in Drupal 6 and I need to build a search form in Drupal with 8-10 fields used as a filter. When the user submits the form I need to make a query on the DB applying filters and presenting the result on a table. I know how to do this…
Cris
  • 12,124
  • 27
  • 92
  • 159
0
votes
1 answer

How do I override the body of a form within a panel for a specific path?

I am working with a site that uses panels for layout. One of the simpler panels we have is used to show a node with sidebars around it with other content that changes dynamically based off of the path. The node and sidebars are always the same. …
Mike Munroe
  • 836
  • 1
  • 9
  • 20
0
votes
2 answers

drupal 7 panels landing page, how to remove default theme elements

I'm drupal beginner, and can't solve problem with landing page. I create landing page with panels, set custom css code to it but it doesn't look how I want. I see default elements from my theme (header, nav-menu, etc.) on it. I want that layout fill…
NashGC
  • 659
  • 8
  • 17
0
votes
1 answer

Views - Separating multi-value fields into rows

I'm creating a view for a production site and I've run into a bit of a problem. What I'm dealing with is a a fieldset, and a multiple fields container nested inside. Within there are three different values: Cheque amount Cheque date Cheque…
user5632157
0
votes
1 answer

Change drupal theme based on panels layout

I'm using panels and ctools page manager on Drupal 7 in order to create landing pages. I want to force the use of a specific theme for pages defined with a certain panels layout. I can use hook_ctools_render_alter to get layout name -…
0
votes
1 answer

How can I hide the taxonomy field for authenticated users but show it for other users in Drupal 6?

I have a Drupal (v6.17) Content Type which includes a Taxonomy field. I want to hide this from ordinary Authenticated Users, but want it available to my Site Contributor role users, so they can review and then assign tags to user-created…
Jaymie Thomas
  • 812
  • 2
  • 10
  • 22