Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

How to find version of Drupal installed

How can I know which version of Drupal is installed in my server?

drupal
Drupal 7 Default .htaccess

I am after the default .htaccess code for Drupal 7, for some reason the install did not update the .htaccess file …

drupal .htaccess drupal-7
How to insert a block into a node or template in Drupal 7?

In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke('views', …

drupal drupal-theming drupal-7
Error #1046 - No database selected SQL import on XAMPP

I am trying to import the SQL database from my Drupal production site into a sandbox testing site on my …

mysql sql drupal phpmyadmin xampp
How to reference a long class name with spaces in CSS?

I'm trying to style some Drupal output. In particular, I'm trying to reference a class with a super long name (…

html css drupal
how to select all class except the clicked element in JQuery?

I 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-framework
How do I empty Drupal Cache (without Devel)

How do I empty the Drupal caches: without the Devel module without running some PHP Statement in a new node …

drupal caching drupal-cache
array_flip():Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load()

I 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 php
Using JQuery in Drupal 7

I'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-7
Getting the URL of a node in Drupal 7

Goal: To send an email with a list of URLs generated from nodes. In my custom module I have managed …

php drupal drupal-7