Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

pass arguments to ajax callback function in drupal 7 form api

how to pass arguments to Ajax callback function in drupal 7 form api $element['field name'] = array( '#type' => 'textfield', …

ajax drupal drupal-7
In Drupal 7 form API - How do I create an input of type "button" (not "submit")?

I am trying to have a button which is not a "submit" type of button, but rather a normal "button" …

drupal drupal-fapi drupal-forms
Drupal: Create a custom page

I am working on developing a drupal site right now. I have created a custom homepage and it works fine …

drupal drupal-6
How can a custom Drupal date format be added?

How do you add a custom Drupal date format. I want to display the date without hours and minutes, but …

drupal date format drupal-7
What does max_connections really mean?

I'm trying to set the ideal performance setup for MySQL and resources needed on a shared hosting. My question is, …

mysql drupal
How do I completely disable cache?

Drupal 6's cache can be set to disabled, normal or aggressive. I cannot find these options for my Drupal 7 installation. …

drupal drupal-7
finding out what is causing dreaded "The website encountered an unexpected error. Please try again later." message

while doing a drupal 6 to 7 upgrade I am getting the not so helpful message "The website encountered an unexpected error. …

drupal upgrade drupal-7
How to change footer Powered by Drupal and its link?

I am working on Drupal. I want to know how to change that footer text Powered by Drupal and link …

drupal drupal-7 drupal-modules
Drupal return number of results in a View

I have a view in Drupal that filters my content. It brings back 7 rows. All I want to return is …

drupal drupal-6 drupal-views
Drupal 8 images with image style

In 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