Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality.
I'm wondering how I can display the recently created nodes by a user on their profile page. I've created a …
drupal drupal-6 drupal-views drupal-modulesI want to add title="icons/icon_cart.gif" for each of the below options in my select list which …
drupal drupal-7 drupal-modules drupal-fapiIn hook_css_alter, I want to disable style-sheets on specific pages. Was ok for the front page requirement with …
drupal drupal-modules drupal-7For some requirement I need to pass additional information to form submit handler. In form api, while defining custom submit …
drupal drupal-6 drupal-modules drupal-fapiI'm trying to redirect the page after i submited the form. The form is at the page 'formulaires/demande-de-subvention-pour-les-entraineurs' and …
php drupal drupal-7 drupal-modulesI want to be able to disable and then uninstall a module programmatically on my local environment and then easily …
php drupal drupal-7 drupal-modulesIs there a way to run Drupal 7 in a "non-cache" mode while developing new modules? My specific need is to …
php caching drupal drupal-modulesHow do i check if the current page is in the admin section of drupal?. I want to display a …
drupal drupal-modules drupal-themingI have installed drupal 7 and have been trying to create a custom form. The below code which am trying has …
drupal drupal-7 drupal-modules drupal-formsI've a custom form (created with form API) that need send an uploaded file by email. The current form submit …
email drupal drupal-modules