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.
Hi so I recently submodule update(d) from https://git.drupal.org/project/webform.git on my submodule and when I did that I can not seem to get Advanced HTML/Text to display on my webform. I am running on Drupal 8.4.5, webform 8.x-5.x. On my fields I have:
I'm learning to use Drupal 8 for a few weeks now, so far I'm very impressed with everything (it's my first CMS after using self-made wannabe CMSs for years).
However I ran into a problem I couldn't get solved so far, and hope that yous might be able to help me out here:
My drupal8-website adds css files via a theme definition.
I try to remove one of the .css-file from a form (this form is rendered by a module 'kantoren')
In .info.yml file of the module (kantoren.info.yml) , i did add 'stylesheets-remove:'
However the line
@import url("/themes/socmut_tools/vendor/bootstrap/css/bootstrap.min.css?xxxx");
allways appears in the html-source of the resulting page
After a while of not using Drupal I've been asked to create a online platform that monitors students working on their thesis while doing an internship. Working with a lot of people and content makes it hard to find my way back into it.
The main goal is to know what a specific student is doing in which company and when.
Hello community
Well I have created a custom module, which has a block, which contains a form. So I need to put that block in the header of a view to be able to use the form.
The headers of the views allow to put blocks. To do this, it asks you to set an id, but it only works with the numeric ids of the custom blocks created from block types. With this block created in a custom module does not work. I do not have numeric id of the block of the module, so it does not get to show it. I do not know how I could do it.