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
10
votes
2 answers

Filter a Drupal view (displayed in a panel) by taxonomy term depending on domain

This is a Views 6.x-2.x problem: On a site with many different views (many of which are blocks included in Panels that pass arguments to blocks) I would like to filter views by a taxonomy term depending on the domain the site is visited through.…
yotka
  • 1,002
  • 2
  • 11
  • 19
4
votes
2 answers

Drupal - Panels - use variants according to NID

I'm using Panels to overwrite node template (node/%node). I would like the system to use specific variant when a node is loaded. E.g. node 123 should use variant A and node 223 should use variant B. There isn't an option for me to determine that…
Dean Loh
  • 47
  • 5
3
votes
1 answer

Addressing the tab menu in view when using taxonomy

I use taxonomy terms to address my menus(these taxonomy terms show the structure of my site) so when I create a view I should use the taxonomy path (instead of alias) for the page setting (the only way that I can link the view to my taxonomy address…
3
votes
0 answers

how to translate drupal menu minipanels?

I have a Druapl 7 website which heavily uses menu minipanels. Now this site is being translated into additional languages and I struggle to make the menupanels appear under the new translated menu items. Has any one tackled this task and been…
2
votes
3 answers

Drupal token current-page:query

I need to get the value of a field that is on the "Parent page" of one of my content panes. I would like to do this through the use of tokens, and the only seemingly useful one that I can find is current-page:query:? I am assuming that I need to…
Reid
  • 4,376
  • 11
  • 43
  • 75
2
votes
4 answers

Drupal Panel Pages Pathauto

I have a Panel Page set up with the path node/%node/foo and all works fine when I visit a link such as node/6/foo. However, when I visit nodealias/foo it doesn't work at all. Is it possible to get panels to work with pathauto in this way? I am…
Finbarr
  • 31,350
  • 13
  • 63
  • 94
2
votes
1 answer

Combining Page Manager and Mini Panels

I understand how I can use the Ctools Page Manager to override the system edit form for a specific content type. And I understand how I can use the Panels Dashboard to create a Mini Panel which can be embedded into a Panel Page. But I am not clear…
RJL
  • 51
  • 1
2
votes
2 answers

Drupal 7 how to write a clean url link in Panels, or Content Node

I have enabled clean URLS and it is working fine. How ever I have a Panel page with link. the link goes somethinglike this. Now, Lets say I am on that Panel page(i would think the same thing would happen on any other custom…
2
votes
1 answer

Drupal Panels, Tabs - How do I create a link to a tab within a panel node?

How do I create a link to a tab within a panel node? I'm working on a Drupal website and have tabs within panel nodes (Modules: Tabs, Panels, Tabs Panel Style). When I click on the tabs it takes me to the correct tab. When I click on the 'next' and…
Brian T Hannan
  • 3,925
  • 18
  • 56
  • 96
2
votes
4 answers

Drupal 7: Add view to content type

I've been making a template for a particular content type, but just ran into a problem: I need to embed a view into the content type. I am aware this can be done via several different methods, but I don't see one that fits exactly my needs: I need…
Woodgnome
  • 2,281
  • 5
  • 28
  • 52
2
votes
4 answers

Drupal question: Views, arguments and nodequeues

Hello :) I posted this same question on a drupal-oriented site, but didn't get any replies at all. I grumbled to myself and wished that the site was more like StackOverflow, so I thought, why not try asking it here :) I'm playing around with a view…
Ace
  • 4,443
  • 6
  • 38
  • 46
1
vote
1 answer

view within panels? drupal 7

I have created a two column homepage with panels. I would like to use views to display the content within each col so to filter by date to publish. This project will be two blogs that will have fresh content every month. So I would like to use views…
EZDC
  • 682
  • 1
  • 17
  • 33
1
vote
1 answer

Drupal | Panels+Views: What arguments are needed for one panel to dynamically generate for mulitible-contributing users?

So I'm designing a Drupal 6 site for a lefty political party. I want to generate 48 separate "Candidate Pages" from a single configuration of Views+Panels. The panel will include picture, bio, blogroll (views), and some social media widgets. Each…
grifcha
  • 11
  • 1
1
vote
2 answers

Is Panels necessary in Drupal 7?

A bit of explanation - I'm a Drupal 6 developer who has never used Panels, but was looking at it for a new site that I was going to initially build in D6, but am now going to build in D7 since the modules I need all seem to be available. This will…
tkrajcar
  • 1,702
  • 1
  • 17
  • 34
1
vote
1 answer

Can't display block in panel

I'm new to drupal, and very new to panels. I have a custom module which displays rss feed items based on user taxonomy. It displays the correct info as a block, but it needs to be on the users' dashboard page, which uses panels. When I try to insert…
Scotty
  • 204
  • 1
  • 11
1
2 3 4 5