Disable @import tags for stylesheets while in development on Drupal.
Starting with Drupal 7, before enabling CSS aggregation, @import statements are used to mitigate the stylesheet limitations of IE 6-9. This can cause unexpected behaviour in some scripts.
View ArticleNo-Wrap Text Area for Easier Markdown
UPDATE July 25, 2014: We've created a small drupal module for this. It's still sandbox but is rather stable and will likely be promoted to full project status soon.You can see the project page here or...
View ArticleRemove Drupal Node Translation Link
When enabling the core content translation module on Drupal, and setting a content type to Enabled, with translation, you get a small link at the bottom of each node to view the translated content in...
View ArticleRemove feed (RSS) icon From Drupal
You know.. that little syndication icon at the bottom of /node and taxonomy/term/% pages that doesn't have a setting to remove.
View ArticleApache Redirect With[out] WWW
This has to be done just about every time you are configuring a name, and (for me) is easy to forget the correct syntax.
View ArticleRedirect Users After Login in Drupal
There are a lot of modules out there for redirecting users on login, but they're pretty heavy if all you want to do is redirect the user.
View ArticleNew Drupal Module: Book Menus
Although being removed from core in D8, the book module can come in handy in some situations.However, there's rather limited functionality in terms of menu organization. Particularly not being able to...
View ArticleApache vhost_alias_module on dev and stage environments
Somehow, I've never came across vhost_alias_module until now.If you're like us and have dev/stage/prod environments where one of the only httpdconf changes is the (sub)domain, writing a VirtualHost...
View Article