Blog

Metal Toad on Twitter Metal Toad on Facebook

You should follow us on twitter or subscribe to our RSS feed if you want to stay on top of all the latest.

dan's picture

Ranking Drupal Modules on Drupal.org

One of the biggest dilemmas I faced as a new Drupal developer was figuring out which module was the best to use in any given situation. Only when I finally got around some other Drupal developers did I get a real sense of which were good and which weren’t as good. The best indicator on the drupal.org site before that for me was the number of sites using it. Being a bit of a rebel, this rubs me wrong. Just because a few thousand sites are using it, doesn’t mean that it’s good, right? And what if a newer, better-developed module gets released? It would not pass that test. Read More…

dylan's picture

Exclude crawlers server-wide with X-Robots-Tag

For a staging site, it's important to exclude crawlers. You wouldn't want your content to get indexed at the wrong URL! The conventional wisdom is to use HTTP Basic authentication. There are some disadvantages to this approach however, and I've found I prefer using a new HTTP header called X-Robots-Tag. Note that this assumes your only objective is to prevent indexing by benevolent crawlers. If you do need to keep secrets this method is obviously unsuitable. Read More…

1 comment. Filed under robots, seo.

joaquin's picture

How to talk to your customers about Drupal Security updates

With the recent release of versions 7.2 and 6.22, a significant Drupal security flaw in 6.x has been identified and fixed. While I feel strongly this is illustrates the value of Drupal and Open Source, it can be a significant challenge to talk to your customers about this. Here's the email that we drafted up and shared with our customers (please feel free to use it, rewrite and share if it proves useful)... Read More…

dylan's picture

Capistrano authorization How-To

Cap has made our deployments simple, fast, and reliable. However, it can only access services you yourself have access to. Establishing this access for the first time can be a bit of a trick. Read More…

2 comments. Filed under Capistrano.

dan's picture

Drupal 7 Tutorial: Creating Custom Formatters with the Field API

Custom formatters are a great way to control the output of your fields. In this tutorial I'm going to use an example that takes a user's Facebook URL as the input and outputs a button of the Admin's choosing, along with an option to open the link in a new window. To get started, we'll need to get a module skeleton sketched out. You'll need to create these two files: facebooklink.info facebooklink.module The first file, facebooklink.info, can be fairly simple: Read More…

kronda's picture

Where's the Love for Drupal Content Editors? (UPDATED)

One of the great things about Drupal from a developer perspective is access to a large, supportive community of other Drupal developers from which I learn every day. If I'm having trouble figuring out how to achieve something, a quick Google search will often reveal the solution to my problem in just a few clicks. Read More…

dan's picture

Drupal 7 Tutorial: Creating Edit Content links in Views

Update: Use this module Old Method: Views can be very handy, but the views interface can be a little tricky. A question that comes up when training clients is "Why can't I edit this content?" when they are looking at a view. If you use the node row style, Views will add them for you but not if you use the fields style. You can surely explain how views work (results may vary depending on the client), but an even easier method is to create edit links that link directly to your content and use a little CSS/jQuery to make sure it's shown when and where it's needed. Using this method creates a handy little gear button when you roll over the content, with a link that says "Edit Content" when you click on it. Read More…

tony's picture

6 ways to make Drupal easier for non-technical admins

Over the years, I've created a list of ways to make Drupal easier for one of my target audiences: the non-technical admins and editors that run the day-to-day operations of a website. My list is getting huge, but the following six ideas are always reliable. Read More…

kronda's picture

A Look at the Mobile Tools Drupal Module

I love the Internet rabbit hole. So often I go looking for something specific and get lead down a completely different path. Sometimes that path even leads to something more useful than Plants vs Zombies. You may have noticed, Metal Toad now has a more mobile friendly theme for our friends on the go. If you're not on the go, you can see it by resizing your browser. Go ahead, try it out, I'll wait. Magical right? In looking at our mobile strategy, one of the tools we considered was a Drupal Module called Mobile Tools. This module is a helper to make it easier to detect different mobile devices and respond accordingly. It offers features such as: Read More…

2 comments.

Pages