missing blockareas
lomz - August 22, 2008 - 22:11
| Project: | Blue Bars |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I cant seem to find the block areas title and footer, is that just me?

#1
Same problem here.
#2
I found the problem, in the .info-file, there is missing information: http://drupal.org/node/171205
#3
I want to use footer, but it is missing. What could be missing in .info?
There is nothing about regions in it, so default values are applied. Should we enter something in that file regarding regions?
#4
I could not get the add comments form to display until I added the following to my blue_bars.info file:
regions[right] = Right sidebarregions[content] = Content
regions[header] = Header
regions[footer] = Footer
That seemed to have fixed the problem.
Also, I had to manually switch on the comments on each node that was already published, but that probably had nothing to do with this theme.
#5
That may fix the problem of not being able to add comments, but it does not fix the problem described by the original poster: The Header and Footer regions are not displayed, and making those changes to the blue_bars.info file, does not fix that problem.