I do Drupal for a living and I like the system. However I've always been intrigued by Plone and wanted to
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
I am using the fpdf library for my project, and I'm using this to extend one of the drupal module. These
I've been dipping my toe into web development technologies for fun (ya, i should get out more), and am a
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
I'm writing my own Drupal 7 module, and like to use JQuery in it. $('#field').toggle(); But
what is the difference between $_SERVER['REQUEST_URI'] and $_GET['q'] (which is used in Dr