Custom html head content not seen by users #3862

Closed
opened 2026-02-05 07:42:12 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @hlucian on GitHub (Jun 16, 2023).

Attempted Debugging

  • I have read the debugging page

Searched GitHub Issues

  • I have searched GitHub for the issue.

Describe the Scenario

Hello
I have installed bookstack as a docker on a NAS and it is generally working great.
However I noticed that changes to the "Custom HTML head content" are only seen
by myself as the admin. Users do not see these changes. E.g. I added the option two switch
between Markdown and WYSIWYG editor or to attach PDF-files. Can I enable this for all users?

Exact BookStack Version

v23.05.2-ls85

Log Content

No response

PHP Version

No response

Hosting Environment

Docker container on QNAP NAS

Originally created by @hlucian on GitHub (Jun 16, 2023). ### Attempted Debugging - [X] I have read the debugging page ### Searched GitHub Issues - [X] I have searched GitHub for the issue. ### Describe the Scenario Hello I have installed bookstack as a docker on a NAS and it is generally working great. However I noticed that changes to the "Custom HTML head content" are only seen by myself as the admin. Users do not see these changes. E.g. I added the option two switch between Markdown and WYSIWYG editor or to attach PDF-files. Can I enable this for all users? ### Exact BookStack Version v23.05.2-ls85 ### Log Content _No response_ ### PHP Version _No response_ ### Hosting Environment Docker container on QNAP NAS
OVERLORD added the 🐕 Support label 2026-02-05 07:42:12 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jun 16, 2023):

Hi @hlucian,

However I noticed that changes to the "Custom HTML head content" are only seen by myself as the admin.

If you believe that to be the case, can you share the custom code added so I can understand exactly what it's doing?

E.g. I added the option two switch between Markdown and WYSIWYG editor or to attach PDF-files. Can I enable this for all users?

Those are both built-in features though? Both of those features may be permission controllers via user roles. Do the other users belong to roles that have permission to change page editor? Or upload attachments?

@ssddanbrown commented on GitHub (Jun 16, 2023): Hi @hlucian, > However I noticed that changes to the "Custom HTML head content" are only seen by myself as the admin. If you believe that to be the case, can you share the custom code added so I can understand exactly what it's doing? > E.g. I added the option two switch between Markdown and WYSIWYG editor or to attach PDF-files. Can I enable this for all users? Those are both built-in features though? Both of those features may be permission controllers via user roles. Do the other users belong to roles that have permission to change page editor? Or upload attachments?
Author
Owner

@hlucian commented on GitHub (Jun 19, 2023):

Hi Dan

I figured it out, sorry. All my users have the role "Editor". I had to enable the features
in the role configuration in

  • System Permissions -> Change page editor
  • Asset Permissions -> Attachements

Kindly
Lucian

@hlucian commented on GitHub (Jun 19, 2023): Hi Dan I figured it out, sorry. All my users have the role "Editor". I had to enable the features in the role configuration in - System Permissions -> Change page editor - Asset Permissions -> Attachements Kindly Lucian
Author
Owner

@ssddanbrown commented on GitHub (Jun 19, 2023):

Thanks for confirming, Will therefore close this off.

@ssddanbrown commented on GitHub (Jun 19, 2023): Thanks for confirming, Will therefore close this off.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3862