Add HOWTO for setting up panel and tos #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implementation
Add the following text somewhere to the documentation:
Adapt Sidepanel text and Terms of Service
First make shure, that your static dir is set right
/var/lib/pleroma/static./etc/pleroma/config.exs:Check, that this directory exists and has the needed subdirectories:
Now add html stubs to both files, the panel text and to the terms of service. Here is an example text, with adapted margin. You should later adapt both text files to your needs, first the side panel, which should be the smaller one of both texts and will only show up, if you have the site specific panel switched on in the configuration settings.
Edit /var/lib/pleroma/static/instance/panel.html and add:
After this edit /var/lib/pleroma/static/static/terms-of-service.html and add:
This and other information will be shown, if you call your
/aboutpage of your site.Now set the right permissions for all files and directories:
Finally you are ready to load your Pleroma Frontend in your Browser. Attention: If you don't see the change immediately when pressing F5, the browser may have cached the files, so you need to flush your browser cahe in the browser settings and reload again.