Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality.
I'm trying to use Drupal 7's entities and field API to correctly build a new module. What I have been …
drupal drupal-modules drupal-7Here is my custom module using hook, Assume if I want to pass argument to custom1_default_form function call, …
drupal drupal-6 drupal-modulesI need to log a user out and redirect to a URL. How would I do that in Drupal 7? Thanks
drupal drupal-7 drupal-modulesHow do I hide labels that have empty fields when viewing the actual node of a certain content type? I'd …
drupal drupal-7 drupal-modules drupal-themingi have form in drupal which uploads images and has got few checkboxes in it. Here is the form: $form[…
drupal drupal-6 drupal-modules drupal-fapi drupal-formsI'm creating a custom module that has uses the form API and sends an email on submission- however, I want …
php drupal module drupal-7 drupal-modulesI have a block generated by Finder module (simple search mechanism). The block contains a form with select lists of …
drupal drupal-6 drupal-modules drupal-taxonomyWhen developing a custom module, what is the correct way to set a module's weight?
drupal drupal-modulesHow can I extend an existing module without modifying it? Actually its a contributed module, so I don't want to …
drupal drupal-6 drupal-modulesI made a module with a simple menu structure. I am able to programmatically retrieve a view of all my …
php drupal drupal-6 drupal-views drupal-modules