Drupal is an open source CMS framework written in PHP.
how to pass arguments to Ajax callback function in drupal 7 form api $element['field name'] = array( '#type' => 'textfield', …
ajax drupal drupal-7I am trying to have a button which is not a "submit" type of button, but rather a normal "button" …
drupal drupal-fapi drupal-formsI am working on developing a drupal site right now. I have created a custom homepage and it works fine …
drupal drupal-6I'm trying to set the ideal performance setup for MySQL and resources needed on a shared hosting. My question is, …
mysql drupalDrupal 6's cache can be set to disabled, normal or aggressive. I cannot find these options for my Drupal 7 installation. …
drupal drupal-7while doing a drupal 6 to 7 upgrade I am getting the not so helpful message "The website encountered an unexpected error. …
drupal upgrade drupal-7I 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 view in Drupal that filters my content. It brings back 7 rows. All I want to return is …
drupal drupal-6 drupal-viewsIn drupal 7, i use function image_style_url('style', uri) to generate new image with style and return image's path. …
image drupal drupal-8