I want to use the module flag and have questions. I need a user to mark a node and get notifications (email) about changes of this node. Also I need a list for every user on his profile page, which gives him an overview of the nodes he marked. Is this possible?
I have done quite a bit of "googling" lately - with the goal of diminishing the size of my Drupal site. It is actually a small site (Drupal 8.9.13, migrating to D9 as soon as feasible) but - being share-hosted - it makes sense to make it smaller for obvious reasons. I am concentrating on two strategies:
I have Drupal with Bootstrap 4 theme. I want to hide the modal when I click on a link or on a form-submit in the modal. How to hide the modal automatically ?
There's a contrib module I'm using that creates a file in the public directory every time cron runs and I'm thinking of making a module that moves this file out of the webroot into a folder on my server. The way I envision it working is to use the hook_cron to execute a bash script on my server, which then moves it to the desired folder.