Closed (works as designed)
Project:
Panopoly
Version:
7.x-1.0-rc4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2013 at 14:05 UTC
Updated:
13 Jun 2013 at 09:22 UTC
Hi,
What if I want add Content image or text on Left sidebar for all panels pages... and if i want remove it from all .. anyway for that..?
Thank u
Comments
Comment #1
populist commentedThis is a common question and the best answer I can give is as follows:
1.) Panels does not provide you an easy way to make "global" additions of panel panes to pages. This is to say the case you are describing, where you add an image to the sidebar of all pages, isn't really possible in the Panels world.
2.) Panels, however, does play nice with random theme regions so it would be possible to have a global sidebar implemented with a mini panel and exposed to a sidebar region through the block.module. Check out http://drupal.org/project/panels_mini_ipe if you want to use the IPE with it.
3.) Panels also has a "Reusable Content" idea so you could make a reusable item that you want in your sidebar and you would just need to add it to all the pages.
Comment #2
wooody commentedThank you :)