Drupal is an open source CMS framework written in PHP.
I have to add to my cart some line items with a custom amount. The commerce product is saved with …
drupal drupal-7 drupal-commerceWhat are the differences between dpm() and dsm()?
drupalI'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-systemI'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-modulesI know that there is possible to use some functions to alter drupal core forms: hook_form_alter(). Can we …
drupal drupal-webformHow I can Import a view to Drupal. I have an exported view that I need to import in a …
drupal import drupal-7 drupal-viewsHow do I give a specific user editing rights to a specific node? I have a user role named "Student". …
drupal drupal-permissions drupal-rolesI 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-fapiI 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