Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am using Drupal 8 and I installed the Profile Module and I cannot enable it! Below is the message error generated:
Unable to install Profile, system.action.profile_delete_action, system.action.profile_publish_action, system.action.profile_unpublish_action, views.view.profiles already exist in active configuration.
I am using Drupal 8 REST views. Each row has an image, and I would like to either add or edit an existing field inside the row in order to hold an encoded version of the image. I found a tutorial that shows how to include the raw image url.
When I try to edit the #markup section to be something like
I have been working on a complex website rather than just building a blog. My question is that can drupal help me build complex site. Currently, I am working on wordpress but my friend suggested me to try drupal since he is much active on drupal since he started into website development market. So, my question is what kind of Flexibility drupal can provide me over wordpress?
Also, I have other 5+ blogs which are currently on wordpress, if this complex website thing works, then I would like to use only one CMS and i.e., Drupal.
I wold like to make a simple, yet nice looking table of uploaded documents. The documents belongs to a content type containing the actual file, a document type (description) and a date.
Ideally for every document type, there should be one clickable label containing relevant parts of the fields combined in a meaningful sense.
I have a certain type of content which I have added in my Drupal 8 site. Now I am just wanting to add users/roles as multi-select dropdown in custom content type field, over there and store the ref with that particular content.Possible?