Drupal is an open source CMS framework written in PHP. *IMPORTANT* Rather than using this tag, consider posting your question directly on https://drupal.stackexchange.com/. Also, because of substantial differences between major versions, consider using either the drupal-6, drupal-7 or drupal-8 tags.
I am checking out Drupal 8 and try to generate a link based on the node ID of an article. In Drupal 7 it is s
Is it possible to change a user's Drupal password from the command-line with Drush?
Can I hide the Edit | View tabs on top of each node ? I've searched for this option in theme sett
I need to throw 404 error in module. Or may be there are any possibility to set required option for menu hook?
In drupal 7, i use function image_style_url('style', uri) to generate new image with style and retur
I'm using Drupal 7 and Omega 3. The front page of my website needs an image that covers only the top half
The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module.
I have 2 submit buttons and want to perform different actions for each submit button . Here I want to set the
How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?
In my module I want to get the site wide email address - the one that is set in the site information admin pag
Copy from drupal.stackexchange.com hoping to get more answers here: I face a rather common problem of display
Drupal is frequently referred as a Content Management Framework, does it comply with the MVC paradigm? If it d
In standard php or source code based projects we easily keep all of the code in SVN and each developer can che
The whole problem is following: Lets say we have Items, Items can have Bids, Items can have Questions and Que
How can I modify or pre-process the <body> tag to add the class body? I don't want to create a whol
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
I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subver