Use entity refrence in custom entities

Use entity reference in your custom entities (without bundles)

Entities are a big boon to Drupal, just that the learning curve is a bit longer than CCKs and nodes. I've read a lot about how these entities work ....

Read More

Install Memcache on your ubuntu server

Install Memcache on your ubuntu server & make your drupal faster

This post explains setting up memcache on Drupal 6. We will very soon follow up for Drupal 7. Why do I need memcache for my drupal site?

Read More

Handling file in Drupal

Handling files with Drupal (CSV import)

Drupal allows pretty smooth file management API for developers.. Here is a small piece of code in which I tried to take CSVs as input...

Read More

Use profile field as token

Use profile fields as tokens in user emails in Drupal

In Drupal, many a times I have found the need of using user profile values in my email configurations at "User Settings" and let the client...

Read More