Top "Drupal-7" questions

Drupal 7 is the Drupal version that was officially released on January 5, 2011.

How Drupal works?

Could someone provide a architectural overview of the Drupal 7 control flow? Perhaps in the sense of a flowchart about how …

php drupal drupal-7
How do i push a new key value pair to an array php?

I 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-modules
Clean urls not working in Drupal 7

I just installed and started using Drupal 7, and I followed the instructions to turn on Clean Urls. I clicked "Run …

drupal-7 clean-urls
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
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
How to set a placeholder in drupal 7 on a login form

I need to set a placeholder for a horizontal login form in Drupal 7. This text needs to disappear when clicked …

javascript php css forms drupal-7
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
Uploading and saving a file programmatically to Drupal nodes

I am trying to create a node based on a custom form submission. Everything works great except for the images …

drupal drupal-7 fileapi