Hello,
Thanks for this great theme, it will be perfect for our organization. But I need to subtheme it. Can you tell me if it is possible and if so, the particular method for Busy? I am trying it the usual way outlined at http://drupal.org/node/225125 and it isn't inheriting css files or anything else from the main theme. What files do I need, and not need, in my subtheme folder to make this work?
Your help would be appreciated.

Comments

nothinghere’s picture

subscribing

aschiwi’s picture

@nothinghere please use the new big green "Follow" button to subscribe to an issue - saves us pointless email notifications :)

Concerning this issue, I don't think we ever tried subtheming with Busy, not sure why it wouldn't work. Maybe someone who's done it finds this issue and can help out?

McGo’s picture

Status: Active » Closed (works as designed)

Subtheming works like a charm. simply create your theme folder and a .info file with the same name. I just tried it and it works perfectly. this is my .info file:

name = Busy overriden
description = overrde the busy theme.
version = 7.x-1.0
core = 7.x
engine = phptemplate
base theme = busy

regions[header] = Header
regions[header_top_right] = Header top right
regions[header_left] = Header left
regions[header_right] = Header right
regions[page_top] = Page top
regions[help] = Help
regions[highlight] = Highlight
regions[content_top] = Content top
regions[content] = Content
regions[sidebar_first] = Sidebar first
regions[page_bottom] = Page bottom
regions[footer] = Footer

Feel free to add / remove regions css files, whatever or override template files as described in the theming docs => http://drupal.org/node/441088