Closed (fixed)
Project:
Sky
Version:
5.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2007 at 21:34 UTC
Updated:
10 Oct 2007 at 18:41 UTC
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
Comments
Comment #1
jacineHello 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.
:)
Comment #2
tdh commentedI 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
Comment #3
jacineChanging 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
:)