If I pass any of the params that has to do with sidebars to drush zenophile - no sidebar.css is created. I am using the STARTERTHEME as parent theme.

Not sure if it has to do with #511434: Sidebar positioning not happening, but I did find that the zenophile.drush.inc never sets the checkbox variable (Override sidebar and page widths and placement) that triggers the zenophile_sidebars module. Wrote a patch that will set the variable if necessary.

Is that checkbox in fact necessary? If I get it correctly, one has to tick it to make the module react to any of the sidebar stuff?

CommentFileSizeAuthor
drush_sidebars.patch1 KBnaxoc

Comments

naxoc’s picture

Version: 6.x-2.x-dev » 6.x-2.0-beta4
Garrett Albright’s picture

Assigned: Unassigned » Garrett Albright

The checkbox is a relatively recent addition; previously, it would just check to see if any of the values were different from STARTERKIT's default, but I felt something more explicit was needed and that I shouldn't be presuming the user is using STARTERKIT. But you're right; it looks like I forgot to simulate the checkbox getting checked in the Drush code. Thanks for the catch.

Garrett Albright’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.