This is a hack to BookStack, using the theme system, to email users about page updates to the pages they have favourited.
This uses the logical theme system.
- Within the BookStack install folder, you should have a
themes
folder. - Create a
themes/custom/functions.php
file with the contents of thefunctions.php
file example below. - Customize the email message, if desired, by editing the lines of text within the
toMail
part at around lines 32-35. - Add
APP_THEME=custom
to your .env file.
The sending of emails may slow down page update actions, and these could be noisy if a user edits a page many times quickly. These customizations are not officially supported any may break upon, or conflict with, future updates. Quickly tested on BookStack v22.11.