Closed (fixed)
Project:
Bamboo
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
20 Feb 2013 at 20:47 UTC
Updated:
28 Feb 2024 at 19:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
danny englanderHi Ron,
I have not built in any Drush specific features into the theme. You may want to check in the Drush issue queue and documentation. With that said, perhaps I should allow for a custom path to be set in the theme settings. I'll need to look into that so it could be a while. Feel free to submit a patch. Going to mark as a feature request as I think it would be a good one. You might also check out this interesting conversation on this matter here: http://groups.drupal.org/node/117494
-- danny
Comment #2
mheinke commentedi ran into this problem myself with your theme.
here is my first attempt at a patch. its alittle dirty..but it does work :)
i tried to follow your code style as much as possible,
cheers!
Comment #3
mheinke commentedComment #4
danny englanderHey Matthew, thank you so much! I will take a look at this and test it out. A great feature to have. Changing version to dev as there was a new dev pushed up yesterday.
Comment #5
mheinke commentedno problem, i cloned the current stable, wasnt sure how "stable" dev was so introducing a new patch could have broken everything or nothing. who knows.
during review, let me know what fixes you want done and i can reroll it :)
Comment #6
danny englanderokey-dokey, I used the your patch as a base but I tweaked it out some more. It's now in dev if you want to take a look-see at one point. I tested it and it works really well. Note, it probably won't show up on the project page for 24 hours or so.
I got some additional inspiration from:
http://drupalcode.org/project/litejazz.git/blob/2ed0c38237388c530946d29c...
http://drupalcode.org/project/litejazz.git/blob/2ed0c38237388c530946d29c...
http://leepowers.net/drupal-css-load-order (loading a path variable with weight -- that really stumped me for a while e.g.
drupal_add_css("$path/mytheme.css", array('group' => CSS_THEME, 'every_page' => true, 'weight' => 9999));)Thanks again!
Comment #7
mheinke commentedawesome!
Comment #8
danny englanderBTW, more of a note to myself here but I'll make sure to give you credit in Git when I commit the updated documentation and change log for this.
--author="mheinke <mheinke@615306.no-reply.drupal.org>"Comment #9
danny englander