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 created a flag to flag the stores. I want when a user updates a store, the store is automatically flagged. The code below does not work and there is no error message.
Was looking around the interface to figure this out. Is there any way to prevent URLs in the form fields and prevent submission of the forms? Was looking to check for "http" and "http"s in the string.
There's seems like a way to check for a pattern in the string... but it's the reverse, the string needs to be there.
I'm a Drupal novice and have been playing around with it for the last few months. It seems like every 'how-to' article tells you a different way and a reason not to do it the other way.
I am a sysadmin for some developers and don't plan on getting too far in over my head but want to successfully support Drupal with Core and Module updates as needed for security.
I set up some Drupal instances on a test vm and have some questions here with my guesses on the answers and would appreciate confirmation and perhaps a little guidance.
Hi, never had this happen before. Create Cpanel, MySQL and then I use softaculous to install drupal 9 and then tried 8.7. Things seem to work fine. Click content create content and get 505 error code. Anybody have an ideas what is wrong.
I created a code to automatically flag nodes and comments. When I put only the code to flag the nodes, it works. But when I add the code to flag the comments it doesn't work anymore.