Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

Drupal Commerce Line Items: alter the price?

I have to add to my cart some line items with a custom amount. The commerce product is saved with …

drupal drupal-7 drupal-commerce
How to speed up Cygwin?

I have been running drush scripts (for Drupal) with Cygwin on my relatively fast windows machine, but I still have …

bash drupal cygwin drush
What are the differences between dpm() and dsm()?

What are the differences between dpm() and dsm()?

drupal
Drupal 7 Node Import from CSV

I'm trying to import some content from a CSV into Drupal 7. I've tried the Feeds module but it doesn't allow …

drupal import content-management-system
Drupal Views: Display recent nodes created by user on profile page

I'm wondering how I can display the recently created nodes by a user on their profile page. I've created a …

drupal drupal-6 drupal-views drupal-modules
drupal form alter in webform forms

I know that there is possible to use some functions to alter drupal core forms: hook_form_alter(). Can we …

drupal drupal-webform
How to import a view in Drupal?

How I can Import a view to Drupal. I have an exported view that I need to import in a …

drupal import drupal-7 drupal-views
How do I give a specific user editing rights to a specific node?

How do I give a specific user editing rights to a specific node? I have a user role named "Student". …

drupal drupal-permissions drupal-roles
Adding attribute to option element using forms api : drupal 7

I want to add title="icons/icon_cart.gif" for each of the below options in my select list which …

drupal drupal-7 drupal-modules drupal-fapi
How to throw 404 error in Drupal module?

I need to throw 404 error in module. Or may be there are any possibility to set required option for menu …

drupal drupal-7 drupal-8