Node API Function
Functions to define and modify content types.
[Read More]
Theming a view from within your module
The views module has a number of template files (.tpl.php files) which determine how each field will be output, how each row will be output and how the overall display will be output. If you want to customize any of these template files, or make changes to the variables available...
[Read More]
Multilanguage support for user email using i18n
As of now, multilanguage support for user emails. I was in a need to create translatable strings for text entered using Example module and i used the following code to create variable
[Read More]
Create custom token Drupal 7
For creating custom token we will use three token api function.
[Read More]