How can I modify or pre-process the <body> tag to add the class body? I don't want to create a whol
I'm trying to style some Drupal output. In particular, I'm trying to reference a class with a super
Is it possible to create your own hook in a Drupal module for other Drupal modules to consume? If not, is the
I've tried a veriety of jQuery plugins recently and I keep getting this error … (source: shaunbellis.c
I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of log
In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke(&a
What is the drush command to change a theme in Drupal 7? drush theme disable theme_name drush theme enable th
How to log our own error messages(for ex: error due to invalid user date entry) which is generated in php prog
How can I tell whether a (Drupal 7) web app was built using Angular by looking at the page source, and not hav
I would like to display a Drupal view without the page template that normally surrounds it - I want just the p
Goal: To send an email with a list of URLs generated from nodes. In my custom module I have managed to get th
I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subver
I have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors:
Is it possible to add an image to a node programmatically?
How can I check Drupal log files? I'm using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.
I am trying to figure out what is the security that Drupal 6/7 uses by default to store passwords. Is it MD5,
I need to be grabbing the URL of the current page in a Drupal site. It doesn't matter what content type i
I am currently styling an <input type='button'/> element with the following CSS: background:
What are Drupal behaviors at all? What type of service layer it offers to module developers? What type of rela
How can I know which version of Drupal is installed in my server?