Postponed (maintainer needs more info)
Project:
Couloir Slideshow
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
19 Mar 2008 at 19:31 UTC
Updated:
21 Mar 2008 at 19:57 UTC
I have the following question:
How can I put the Couloir Slideshow block on the top of the front page (like a sticky block), before all sticky pages? It is possible?
I know that this question is not quite related to this module but please give me a hint.
Thanks in advance for your help.
Comments
Comment #1
ComputerWolf commentedThe best way to do this would be to add a custom region to the template you wish to use, and then put the slideshow block in that region. Depending on which version of drupal you are using, there are different ways of adding regions.
5.x:
http://drupal.org/node/29139
6.x:
http://drupal.org/node/171224
Comment #2
ionuts71 commentedOK. Thank you for your support. I am using Drupal 6.x.
I created the new region by editing the theme_name.info file and adding:
The new region appear but if I try to assign a block to it nothing appear.
So, I'm sure that is something more to be done... :-)
I must manually assigning the Couloir Slideshow block to this region? How? Or I must modify the page.tpl.php file?
Please give me another helpful hint.
Comment #3
ionuts71 commentedI search where $content variable appear in page.tpl.php template file:
I duplicated div that contain $content and I replaced this variable with $stickyblocks. For example in Garland theme now I have:
The assigned block in Sticky Blocks region is shown. That is all?