Banners
You can add banner messages to Bulgur Cloud. These banner messages can be displayed on the top of the login page, and any regular page. For example, we use this on the demo website to display the test account to log in with.
Adding a banner
You can add a banner message by following these steps:
- Create a folder named
bannerin the server directory (whereusersandstoragedirectories are) - Inside the
bannerfolder, create:login.txtfor a banner that will be displayed on the login pagepage.txtfor a banner that will be displayed on all pages after the login
Reload the web page (no need to restart the server). The banners should now be displayed on their respective pages.
Removing a banner
To remove a banner, delete the corresponding banner file. The banner is removed immediately, there's no need to restart the server. Users who already had a page open will continue to see the banner until they refresh the page.