When I added a region in my custom theme, a subtheme of Seven, the region assignment of my blocks all broke.
I added one region to the .info and page.tpl.php files I believe correctly, and when I cleared my cache, I got the following messages.
The block foo1 was assigned to the invalid region content and has been disabled.
The block foo2 was assigned to the invalid region help and has been disabled.
I've created a custom content type and I want to add a CSS file on the /node/add/CUSTOM_TYPE page. I've seen lots of posts talking about adding adding this:
I'm newbie to Drupal, is it possible to install a new (just empty) theme without creating an archive and setting up ftp server on developer's computer?
Like for example in wordpress I just create a new folder in wp-content/themes, place style.css (with theme related info) there and that's all, theme available in backend, i can switch site to it and start programming.
I would like to use SASS preprocessor with Drupal 6. I tried this solution on a Drupal 6 on a local fresh install using the latest xampp (php 5.5) : https://drupal.org/project/sass using.
I created a new file : stylesheet.scss and add "stylesheets[all][] =stylesheet.scss" in the garland.info file. It didn't work. I had to comment like this in the sass.module file in order to get a result :