Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

How can I tell whether a web app was built using Angular (or other technologies)?

How can I tell whether a (Drupal 7) web app was built using Angular by looking at the page source, and …

angularjs drupal
Attaching image files to nodes programmatically in Drupal 7

Is it possible to add an image to a node programmatically?

drupal drupal-7
How do I use theme preprocessor functions for my own templates?

I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of …

drupal drupal-6 preprocessor drupal-theming
Drupal behaviors

What are Drupal behaviors at all? What type of service layer it offers to module developers? What type of relation …

jquery drupal drupal-6
How to display node/add/sometype form on another page?

The whole problem is following: Lets say we have Items, Items can have Bids, Items can have Questions and Question …

drupal drupal-7
How to hide Edit | View tabs?

Can I hide the Edit | View tabs on top of each node ? I've searched for this option in theme settings (…

drupal drupal-6
Adding a class to "body"

How can I modify or pre-process the <body> tag to add the class body? I don't want to …

drupal drupal-7 drupal-theming
Adding text (just text!) to a form in Drupal 7

OK, I finally figured out how to add (or edit) form controls through the form API in Drupal. But now, …

forms api drupal drupal-7 drupal-forms
How to disable Apache gzip compression for some media files in .htaccess file?

I would like to disable gzip compression for some media files which are already compressed on an Apache server via …

apache .htaccess drupal mod-rewrite apache2
What is the drush command to change a theme in Drupal 7?

What is the drush command to change a theme in Drupal 7? drush theme disable theme_name drush theme enable theme_…

drupal