Drupal

How to theme radios in Drupal ?

 

The default theming for any form element can be easily override in Drupal. There are two choices in the place of using the override function. One is in the template file, other is in modules. I am going to demonstrate the theming in module using Drupal 6. Using template file or Drupal 7 do not have major different. I will show how to use them in the end of this page.

There are 2 different theming function for radios. One is, single radio button theming, other is group of radio button theming. The following theming functions are used by default for theming the above.

EZ Banner Rotator for Drupal

 

Advance and configurable JQuery based banner rotator. This project is a port to drupal from Dynamic multitransition banner which was released by Encodez.com in early 2009. The script has been listed in HotScript and recieved a rating of 4.7 out of 5 as at June 2011 with number of visit 14k+.

Status

Under Development

Tags:

A sample Splash Module for your Drupal website

 

Below is a simple guide to develop a Drupal module for presenting a splash page for your website. For further information on how to install the modules and basic guides, follow the below link

splash_screen.info file

Using node_save in drupal 7 with CCK fields

 

If you are a Drupal developer, you probably know how to save a node using node_save() function. I am coming across saving node with CCK fields so often. I had no any issue while on the D6. First time on the Drupal 7, it hurt me lot leaving CCK field blank when saving where I used the same technique as D6. It might help some one of you…

Drupal 6 way of saving CCK

Subscribe to RSS - Drupal