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’m working with Drupal for website, where we offer demo versions of online slots and information on bonuses. Players can enjoy slots without registration. I need to set up automatic updating of one form after certain actions are completed on another form. For example, after a bonus is viewed on the second form, I’d like an automatic message or new element to appear on the first form, displaying updated bonus information. Context: Both forms are created using Drupal’s Webform module, but they have no direct relationship.
We just launched an upgrade of our site in Drupal 10. Within a day or two we had cache tables > 10GB, and trying to clear the cache was taking hours. This seems bad?
There has to be an easy way to do this that I am just not seeing. I am trying to remove the taxonomy links from the forum pages, I currently have .taxonomy-term-entity { display: none !important; } added to my CSS. This seems to work, but there has to be a switch somewhere in the settings that turns it off. I cannot believe that this was added without some way of disabling it, as I cannot think of a good reason to have it in the first place.
I installed and setup the Media module together with oEmbed's Media Providers module
With some providers (for the time being only Odisee) the problem is that scroll bars are visible, and the only way to effectively apply an ‘overflow:hidden’ is to insert it in the media->css->oembed.frame.css file. body {
overflow: hidden;
}
This only happens when using Dupal Media in cKeditor5, if instead I paste their embed code into cKeditor5->code the video is displayed normally.