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
0 answers

Drupal 6.22 Custom Page Not Displaying

I have just migrated a Drupal site to a new Windows Server 2012 IIS8 server. The migration went fine and the database and all files copied across fine and I was able to log in and so on. However one thing is not working and its driving me nuts. The…
jiraiya
  • 977
  • 4
  • 13
  • 34
0
votes
2 answers

Possible pitfalls on a multilingual Drupal site?

I'm about to embark on a journey to build a multilingual Drupal site, where I will most likely have to use Views, Panels and Taxonomy pretty heaily. I am a bit worried about the new-node-for-every-language approach, especially using Panels. So far…
Marco
  • 2,329
  • 1
  • 21
  • 25
0
votes
1 answer

Drupal 7: Dynamic first segment of a path with Panels

I am working to create dynamic landing pages for a site, using panels. The first step in the process is to designate the path. I want the landing pages to have the same path as the nodes, just ending in "home" for the landing page. For example, I…
0
votes
2 answers

Drupal 7 use custom layouts created by Panels module

I have recently installed the Panels module. It allows me to create custom layouts for my contents. Now, what i wish to do is, choose these template layouts while creating/editing a certain type of component so that when viewed that content appears…
Pratip Ghosh
  • 1,810
  • 1
  • 12
  • 20
0
votes
1 answer

Drupal: jquery and panel page issues

What the heck have i done? Could some tell me what is happening with my site please? I'm re-learning drupal, css and jquery - doing all as the same time is probably not the best idea, but I am stuck for now. this is my test:…
user1176783
  • 673
  • 4
  • 19
  • 39
0
votes
1 answer

Drupal view with contextual filters returning blank screen

This is a very particular question so any input will be appreciated... I'm using panels and views in a custom view template file in a drupal 7 site. The panel has a view embedded in it, as well as some extra content beneath. I have the view set with…
Kai Qing
  • 18,793
  • 5
  • 39
  • 57
0
votes
1 answer

Create a list in Views of non-node pages created in Views and Custom Pages

I have a fairly large enterprise site and I am needing to create a dynamic HTML site map. Similar to the site map at Apple. With that in mind, I have created a view that lists all node-based pages (i.e.) those pages created and associated with a…
Cory
  • 191
  • 2
  • 10
0
votes
2 answers

How to assign a content type to a specific block in Drupal 7?

I want some content types to open in a block in the sidebar, not in the main content area, ideally without refreshing the main content area. How can this be done in Drupal 7? I was thinking of using Panels but have not found the solution yet.
0
votes
1 answer

Creating displays to interact with data using multiple Panels

I'm wanting to use Panels to drive a whole bunch of pages for data interaction, but I'm not sure how to get Panels to "interact" with each other. I think the best way to put it is with an example. Say I have one Panel which has a list of nodes (in a…
user173342
  • 1,820
  • 1
  • 19
  • 45
0
votes
1 answer

Pass a string into view content pane and print in view header

I've got a view content pane that show the latest 3 articles with a certain tag. The tag used is passed to the contextual filter as an argument in the panels interface. I need to display the name of the tag that is being passed as an argument above…
DonutReply
  • 3,184
  • 6
  • 31
  • 34
-1
votes
1 answer

drupal Can we write a rule to send email to the customers on particular date

I have a calendar module each user can create his schedules, meetings. Now I want to send emails to the user before one hour (or one day before) of their schedule meetings. Is that possible in drupal? I thought of working with rules but not sure…
-2
votes
1 answer

How to redirect to custom page after login in panels?

I have '/front' page is homepage in Drupal.'/front' is realized by panel page. I want to redirect to another page after logging in panels template for '/from'.
1 2 3 4
5