php Programming Glossary: api.drupal.org
Creating Drupal taxonomy terms from code? http://stackoverflow.com/questions/2424120/creating-drupal-taxonomy-terms-from-code don't check the API docs The answer is right there. http api.drupal.org api function taxonomy_save_term 6 share improve this answer..
How to pass jquery variable to drupal (ajax) http://stackoverflow.com/questions/4834132/how-to-pass-jquery-variable-to-drupal-ajax AJAX functionality. Implementation of hook_menu @see http api.drupal.org api drupal developer hooks core.php function hook_menu 6 function..
Alter messages in Drupal 7 http://stackoverflow.com/questions/4942785/alter-messages-in-drupal-7 on display via hook_preprocess_status_messages see http api.drupal.org api drupal includes theme.inc function theme 7 on preprocess.. includes theme.inc function theme 7 on preprocess and http api.drupal.org api drupal includes theme.inc function theme_status_messages.. 7 . Edit also you can try string overrides check http api.drupal.org api drupal includes bootstrap.inc function t 7 in short conf..
Can you Create your Own Hook in Drupal? http://stackoverflow.com/questions/4994512/can-you-create-your-own-hook-in-drupal is your ticket to creating your own hooks see the API http api.drupal.org api drupal includes module.inc function module_invoke_all and..
|