Please turn JavaScript on
Drupal icon

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:  21.72 / day

Message History

I have one fieldset like,

Education Qualification: 1. School, 2. College, 3. Course, 4. Year (these are the fields which will be in this fieldset)

Now I want to do "Add more" button under this fieldset then it will add same another fieldset as per user's requirement. If anyone have an idea so let me know on this. I can use


Read full story

I am using drupal 7 with view3

I have content type named News having many fields along with a taxonomy field named News Type, News type have terms: 'Free' and 'Premium', I am displaying News on my page through view, the problem i am facing is I need to redirect the news node to some external url like ...


Read full story

I want a content editor to be able to create re-usable content, then have access to that content through the WYSIWYG editor when editing the node body or other text field. The idea is that the information gets used in multiple locations through the site, and they want to both cut down on copy/paste errors and only have to edit this information in one place.

The best a...


Read full story

The project is using Drupal 8 composer template to manage dependencies. Some of the packages are defined locally to look like Drupal modules and be installed in a specific location.

An example could be found here

The issue is that Compose...


Read full story

I have the following structure in a content type:

. field_collection_parent (multiple value = 7)

.. computed field (single value)

.. field_collection_child (unlimited multiple value)

field_collection_parent represents the days of the week and field_collection_child are some work reports of each day. The computed field returns the day (monday, t...


Read full story