Content Top and Content Bottom
tdh - October 9, 2007 - 21:34
| Project: | Sky |
| Version: | 5.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am trying to get the content top and content bottom blocks to work. In the blocks section I can to the content block, but it won't specify top or bottom and it is always dropped to the bottom. Can you please help me with how to do this?
Also, when will your site be live? I am really interested in checking it out!
Thanks,
Todd

#1
Hello tdh,
You need to make a block first, then from the blocks page, you select "content top" from the select menu and click "Save blocks."
That's all there is to it. Hope that helps.
:)
#2
I figured out why I was having trouble with this. I renamed the theme folder because I was modifying it, but wanted to keep the original Sky theme in the themes directory also. By renaming the folder back to "Sky" I can now see the content top and content bottom selections. Is this by design or do I need to change something else if I change the name of the theme folder?
Thanks,
Todd
#3
Changing the name of the folder changes the theme, and any custom functions I added in template.php that reference the sky theme. It's not working because the regions function in template.php is called sky_regions() and only works for a theme called sky.
See here for more information: http://drupal.org/node/29139
:)