Drupal is an open source CMS framework written in PHP.
How can I know which version of Drupal is installed in my server?
drupalI am after the default .htaccess code for Drupal 7, for some reason the install did not update the .htaccess file …
drupal .htaccess drupal-7In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke('views', …
drupal drupal-theming drupal-7I am trying to import the SQL database from my Drupal production site into a sandbox testing site on my …
mysql sql drupal phpmyadmin xamppI'm trying to style some Drupal output. In particular, I'm trying to reference a class with a super long name (…
html css drupalI have a website developed on Drupal. I use a module called collapsiblock (it is basicly a JQuery plugin) to …
javascript jquery drupal content-management-system javascript-frameworkHow do I empty the Drupal caches: without the Devel module without running some PHP Statement in a new node …
drupal caching drupal-cacheI have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors: * Warning: array_…
arrays drupal drupal-modules phpI'm writing my own Drupal 7 module, and like to use JQuery in it. $('#field').toggle(); But I'm getting this …
javascript jquery drupal drupal-7Goal: To send an email with a list of URLs generated from nodes. In my custom module I have managed …
php drupal drupal-7