Tagged Questions
The Panels module allows a site administrator to create customized layouts for multiple uses.
2
votes
1answer
385 views
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 ...
2
votes
1answer
692 views
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. ...
2
votes
4answers
2k views
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 ...
1
vote
1answer
35 views
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, ...
1
vote
3answers
175 views
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 ...
1
vote
1answer
320 views
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' ...
1
vote
3answers
634 views
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?
1
vote
1answer
108 views
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 ...
1
vote
2answers
149 views
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 ...
1
vote
1answer
821 views
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 ...
1
vote
2answers
430 views
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 ...
1
vote
0answers
973 views
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 ...
1
vote
2answers
722 views
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, ...
0
votes
0answers
11 views
Specify content type for each view on Panels (Drupal 7)
I am using a panel with a view for each content type, however, I cannot seem to limit each of the views to a single content type; all changes to the filters affect all of the views on this homepage ...
0
votes
1answer
60 views
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 ...
0
votes
2answers
85 views
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. ...
0
votes
1answer
97 views
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 ...
0
votes
0answers
77 views
Added field to poll doesn't show in mini panel
I added one field to poll, where I want to write javascript code. It displays ok on node-poll.tpl.php page.
But I'm using also mini panel, where I add this poll ... but the field with javascript isn't ...
0
votes
1answer
285 views
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 ...
0
votes
2answers
633 views
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 ...
0
votes
1answer
67 views
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 ...
0
votes
1answer
186 views
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" ?
0
votes
1answer
212 views
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 ...
0
votes
2answers
502 views
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 filter; when the user submits the form i need to make a query on the DB applying filters and presenting the ...
0
votes
1answer
159 views
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 ...
0
votes
2answers
390 views
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 ...
0
votes
3answers
564 views
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 ...
0
votes
0answers
285 views
Pass an argument to a panel and reload using ajax
I have a question, and I'm a complete ajax n00b and really need to make this work.
I have 2 columns, one displays a list (from one view) and another is a single node display (also generated through ...
0
votes
1answer
415 views
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 ...
0
votes
1answer
1k views
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....
<a href ="/testviewprintpdf/<?php echo $object; ?> " class ...
0
votes
1answer
2k views
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 ...
0
votes
2answers
517 views
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 ...
0
votes
1answer
493 views
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 = ...
0
votes
1answer
453 views
drupal Can we write a rule to send email to the customers on particular date
i have 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 ...
0
votes
0answers
540 views
drupal how to pass parameters from panels to views
i have to design a page with multiple views, so thought of using panels
is there is any other way to use views in views
in panels how can we pass token parameters to the views
and the final one ...
0
votes
1answer
255 views
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 ...
0
votes
1answer
382 views
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 ...
0
votes
2answers
661 views
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 ...