Please turn JavaScript on
header-image

Drupal

Want to keep yourself up to date with the latest news from Drupal?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Drupal: "Drupal Answers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  23.18 / day

Message History

I need to add the onload event in jquery script tag as advagg does. I have done a bit of research, and I found that they are actually invoking hook_element_info_alter() and thereby add their hook_advagg_modify_js_pre_render() implementation into it. Then, they alter the child elements.

When I do the same in a hook_element_info_alter() implementation, type['script'] is...


Read full story

I have a vocabulary set up called (for example) "Produce". And it has parent terms like "fruit" and "vegetable". Child terms are like "banana", "apple" and "cucumber", "squash".

Whenever I create a new node about fruit or vegetables, I use a content type that I created. In this content type, I have a field set up called "field_produce_and_name". So when I create a new...


Read full story

I have altered a webform by adding a date field in different language like chinese in Drupal 7. But what steps are required to store custom field value in database and retrieving value when webform results are accessed?

I used hook_form_alter() to add custom date field in ...


Read full story

I am using taxonomy manager module I want to add ajax callback to checkbox tree view for checkbox is checked condition but it is not working can some one please suggest me. I have modified the code like this

$form[$term->tid]['checkbox'] = array( '#type' => ($multiple) ? 'checkbox' : 'radio', '#title' => $term->name, // Escaping is done in theme wrappers. '...

Read full story

I am trying to import a rather large database (~450MB) on my local machine (running Acquia Dev Desktop). To do this, I was going to use BigDump.

However, I must not be con...


Read full story