
Changing Drupal System messages to your own custom messages
I am sure many Drupal developers out there want to have control over Drupal's system messages generated by modules and core and rewrite these messages to be more user friendly or even suppress them.
0 Comments Read more...
Create Image Submit Button with hook_form_alter in Drupal
With most of the sites i built there has been a need for me to use customised submit buttons. While some of them were fine with just CSS, some required image buttons to be used. Drupal form api doesn't support input submit button type as image, so i had to use the help of PHPtemplate overrides and hook_form_alter to achieve this.
1 Comments Read more...
Essential Drupal 6 Modules
After building a few sites with Drupal 6, i have made a list of some of the best modules available for the CMS. Drupal is considered as an out of the box CMS with bundled functionality like user management, menu management and content management as core. Once you start integrating modules the CMS becomes super powerful. The tricky part is to evaluate and identify which ones.
1 Comments Read more...
