Top "Drupal-modules" questions

Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality.

array_flip():Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load()

I have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors: * Warning: array_…

arrays drupal drupal-modules php
How to get the currently logged in user's role in Drupal 7?

How to get the currently logged in user's role in Drupal 7 ? Do you know a simple way of accomplish this ? …

drupal login drupal-modules drupal-7
Drupal: how to get the modules list

How to get the modules list in Drupal as in admin/build/modules?

php drupal module drupal-modules
How do i push a new key value pair to an array php?

I know there is a lot of documentation around this but this one line of code took me ages to …

php arrays drupal drupal-7 drupal-modules
How to change footer Powered by Drupal and its link?

I am working on Drupal. I want to know how to change that footer text Powered by Drupal and link …

drupal drupal-7 drupal-modules
ckeditor strips <span> and style attributes

I have a Drupal 7 site using ckeditor 4.2. I've created a basic page node and put a span inside an h2 …

drupal-7 ckeditor drupal-modules
Programmatically getting nodes by title in Drupal 7

I have a module that programmatically adds a whole lot of nodes to my Drupal 7 site. To prevent duplicates I …

drupal drupal-7 drupal-modules
Programmatically get and set field values

I have two fields I want to fill with the exactly same values; users should fill only one. I also …

drupal drupal-modules cck drupal-7
Can you Create your Own Hook in Drupal?

Is it possible to create your own hook in a Drupal module for other Drupal modules to consume? If not, …

php drupal drupal-modules system
Drupal 7 Webform : How to display/hide some fields based on other select option fields

I am using Drupal -7 and webform .. I need to show/hide different fields based on on select option. for …

drupal drupal-7 drupal-modules drupal-webform