Adding Links in Drupal with the l() Function
In Drupal you should know that you never want to hardcode a local URL into your nodes or blocks. Firstly as your site expands the node may show from places you do not currently imagine thus breaking...
View ArticleFormatting Timestamps in Drupal
Most data dealing with times and dates is stored as a as a standard Unix timestamp in Drupal. Examples of this are the node creation and revision dates, or the user creation, login, and access dates....
View ArticleInstalling and Configuring Tagadelic in Drupal 6
Having built two fairly robust and strongly interlinked taxonomies to aid in categorization, SEO and navigability of my site, I decided I wanted one of those (old school) tag clouds to display my...
View ArticleInstallation and Setup for Node Reference View
The Node Reference module defines a field type for use by the Content Creation Kit (CCK) to reference one node from another. It works very good and allows you to add a greater amount of complexity to...
View ArticleDrupal Legal Module Provides Required Terms and Conditions
If you want to make any sort of terms and conditions applicable to becoming a member of your Drupal site, I would suggest using the Legal module. It provides for a text agreement that a user must...
View ArticleConfiguring Image Assist in Drupal 6
Image Assist is a great choice for adding images to content in Drupal. This module allows users to upload and insert inline images into posts. It automatically generates an Add image link under the...
View ArticleHow-to wrap your CSS Injector files into a new Zen sub-theme
I frequently use a 3rd party designer to help with the tedious task of going from PSD to final theme. If you haven't realized it yet, but alot of designers have problems setting up a local MAMP install...
View ArticleUp with the Google Fonts Module
After being alerted to Google Fonts, the Google Font API, and the Google Fonts Module in a recent Drupal Planet post (http://acquia.com/blog/robert/google-fonts-api-time-drupal-market-one-day), I...
View ArticleDrupal 7 'Add to Cart' Rule for Ubercart
On a current site in development I am using Ubercart to provide a renewable subscription service. To make the user experience clean, I wanted to protect the user from going 'shopping' to add their...
View ArticleDrupal 7 Ubercart Recurring Payment Cancellation Rule
For a current Drupal 7 project that uses Ubercart and Ubercart Recurring to provide for a subscription service, I need the ability for an admin user to be able to cancel a user's ongoing recurring fee...
View Article