Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality.
I have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors: * Warning: array_…
arrays drupal drupal-modules phpHow to get the currently logged in user's role in Drupal 7 ? Do you know a simple way of accomplish this ? …
drupal login drupal-modules drupal-7How to get the modules list in Drupal as in admin/build/modules?
php drupal module drupal-modulesI know there is a lot of documentation around this but this one line of code took me ages to …
php arrays drupal drupal-7 drupal-modulesI am working on Drupal. I want to know how to change that footer text Powered by Drupal and link …
drupal drupal-7 drupal-modulesI have a Drupal 7 site using ckeditor 4.2. I've created a basic page node and put a span inside an h2 …
drupal-7 ckeditor drupal-modulesI have a module that programmatically adds a whole lot of nodes to my Drupal 7 site. To prevent duplicates I …
drupal drupal-7 drupal-modulesI have two fields I want to fill with the exactly same values; users should fill only one. I also …
drupal drupal-modules cck drupal-7Is it possible to create your own hook in a Drupal module for other Drupal modules to consume? If not, …
php drupal drupal-modules systemI am using Drupal -7 and webform .. I need to show/hide different fields based on on select option. for …
drupal drupal-7 drupal-modules drupal-webform