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 want to create a tag search block. I want an input field to be displayed in the block without any articles (just like normal website search). When someone enters something, tags (taxonomy terms) should be suggested. When the user clicks on a tag, he will be redirected to the taxonomy term page of that tag.
Is this somehow possible to create, for example with a view?
For the international tax consultancy firm KPMG Meijburg we built a Drupal 8 website replacing the old custom CMS. The use of the paragraphs module in combination with custom templates enabled KPMG Meijburg to create flexible content for a modern website.
Is there a solution out there that works to autosave content (Drupal 8)?
I've tried AutoSave and Node Edit Protection module, but they don't work for power outages
I'm looking for something like Gmail or Wordpress, when you enter the content, it gets saved automatically as a draft, so if the power shuts down, you don't lose your work....
I could write the content in MS word and paste it....but formating issues, and no access to fields etc...
I've read there should be a "save as draft" in Drupal 8 core, but it's not there
I am setting a new drupal page using a theme I purchased. I recently figured out that it has several issues when displaying on Safari.
When I am adding a new menu for example and set it up so that it displays on a specific area of my theme, although it displays correctly on Chrome, Safari and Opera, on Safari it displays the menu on top of my main content (instead on the right side next to the content as it is supposed to display). There are also similar issues with elements in my frontpage.
I tried to get a list of all user fields (machine names and labels), both the defaults such as username, but also the user fields added in the admin panel. I did find something, but I don't think its the right way.