Using the Panels module, authorized users can create specific layouts and theme them easily.
0
votes
0answers
6 views
Putting Panel Panes (or fields) Over The Top of Image (or pane)
Hello i have a feeling that this can be done but i just cant work out the best way t go about it. I have a PANELED PAGE there. It has, amongst other Panels, 3 which i want to combine-
...
0
votes
1answer
26 views
Redirect a Users Name (Link) to a User Homepage in Panels Using Rules
How does one create the said Redirect a Users Name (Link) to a User Homepage in Panels Using Rules.
Here is my scenerio:
I have a Panels set which will show a subject posted content page in the left ...
0
votes
0answers
16 views
Displaying only 2 digits in the countdown timer field
I am using the Countdown Timer Field. However, If i put in a value for the time to finish as greater than, say 100 days from the day it is created , i see only 2 values appearing. Let say the number ...
0
votes
1answer
12 views
What happened to the edit links in the Page Manager UI?
I uploaded a site to a shared hosting environment and suddenly I can't use the edit links in the Page Manager UI any more. As you can see in the screenshot, they've simply disappeared. I can click ...
0
votes
1answer
18 views
Cannot add content to panels pages (stuck in overlay)
When I try to edit the content of panels pages, I click the add content link in the drop down menu an drag and drop down menu. The progress indicator appears and turns for a while and then nothing ...
0
votes
0answers
14 views
Internet explorer (all versions) doesn't load certain views via panels
I'm using Drupal 7 with panels and views modules. A let my users to upload their logo to be associated with their profile. I made a view to call this logo on user generated content page, I called that ...
0
votes
0answers
15 views
Trying to use Panelizer for a node content type with a panels layout
I've got a zen theme, with a sub theme, with a plugins folder enabled in which I have a custom layout.
I've got panelizer enabled on a content type and I am trying to make that content type use my ...
0
votes
0answers
17 views
How can i make this (column/row) structure? [closed]
I'm using Drupal 7, Views and Panels. Created a panel page and linked to Views page. It's ok. But my design like this:
Want to three area but big area is like wrapper. Is it possible?
0
votes
1answer
29 views
A non-Views, Panels-compatible slideshow?
The common way to create some variety of slideshow within Drupal is to use Views Slideshow and then display content that way.
However, what if I just want a simple slideshow that appears in all of ...
0
votes
1answer
17 views
moved site does not display node content in panel page
I have a site on a development server that I needed to move to another development server. The server I am moving it to is running my site two subdirectories into the main site URL on a server that ...
0
votes
0answers
9 views
Is it possible to convert a node into a panel node
I am creating a content type in an install profile. The .install file defines the content type, fields, and instances, and a function creates the content type and saves it. At the moment it creates a ...
1
vote
1answer
19 views
Filter node by custom_field in admin panel
I'm using Drupal 7, Views and Panels. Created a content type and custom field (field_list) And showing contents by list on my site. Thanks Views :) But when i click find content in admin panel, many ...
0
votes
1answer
25 views
Get page title of view and panel page via url
Is there any way to get page title of view and panel page using url. I tried
$normal_path = drupal_get_normal_path($path);
$item = menu_get_item($normal_path);
$title = $item['title'];
and it is ...
0
votes
1answer
18 views
How to add a tabbed menu on group main page (panel)?
I managed to get panels working with og 7.x-2.1 following:
- http://modulesunraveled.com/organic-groups/part-3-organic-groups-layout
- http://www.initsix.co.uk/organic-groups-panels-and-views-drupal-7
...
1
vote
0answers
14 views
Whats the difference between a 'page', a 'panel', and a 'handler'?
I am porting a site over and looking through the code, and in a module there are folders for pages, handlers, and plugins/layouts (containing panels layouts) . The pages and handler folders contain ...