Displaying posts tagged: drupal

Drupal - Get a working Nodereference Explorer module

No Comments

The short version is that I now know way too much Drupal for my own well being. 

How to write a Drupal Panels style plugin

No Comments

If you're looking to build your own style plugins for Drupal's Panels module, the following post will step you through how to do so. The functions and files you'll need to declare are a bit arcane and this beats stepping through the panels code yourself.  I've found the rounded corners plugin that ships with panels is ...

Drupal: Link directly to external URLs for feedapi items

No Comments

The FeedAPi module is a nice little workhorse module that can create nodes out of item from an RSS or Atom feed.  Couple it with the Views module, you have a very low effort aggregation solution.  But since FeedAPI creates a node for each item, Views will link to the node on your own site when ...

Can you clone Drupal sites?

No Comments

I was asked the following question today and this is my stab at a response. I'd appreciate and welcome any feedback if you've worked with a Drupal multi-site instance.

MLS Playoff Widget

No Comments

Now that the MLS season is close to an end, the playoff picture will start to come into clearer view. Using the Embed Widget module for Drupal, I was able to take a block containing the standings as a single table and make it available as a widget that anyone can put on their own website. ...