Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

Advanced search with Drupal (Views and CCK)

I'm building a site where products are hold in a content type created with CCK. Products can be associated with …

search drupal views cck
Inserting a form into a block in Drupal?

Is there any command or method that I can use to insert the contents of a form (e.g. the …

drupal forms
XAMPP/MySQL: could not open single-table tablespace file .\mysql\innodb_index_stats.ibd after restart of MySQL

I've installed Drupal on my local XAMPP Server. It worked all fine, no problems with including and working with the …

php mysql database drupal xampp
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
How to sort View results programmatically?

I'm trying to take the results of a view - using the function views_get_view_result() - and sort …

php drupal sorting drupal-views
Postgres 9.2 - add conditional constraint check

I'm using PostgreSQL 9.2 and need to add a conditional constraint on a column. Essentially I want to make sure that …

postgresql drupal constraints postgresql-9.2
Uncaught TypeError: Object#<Object> has no method 'dispatchEvent'

I'm trying to combine Drupal with Picasa web integrator. I have these 3 lines in the section of my page.tpl.…

javascript drupal typeerror picasa
Drupal get site wide email address?

In my module I want to get the site wide email address - the one that is set in the …

email drupal
Drupal. Get path alias from current url without the installation's folder arguments

I'd like to retrieve the current page path alias without the installation's folder arguments. I'm using: drupal_get_path_alias(…

drupal drupal-path-aliases
Drupal: Display success/error message

how can I show users success/error messages without creating a node for it? Thanks in advance!

drupal drupal-6