Creating a Custom Block Page
GoGuardian has various block pages depending on the type of block. It is possible to customize one of these block pages: the GoGuardian Admin Policy block page
To edit the GoGuardian Admin Policy Block, please navigate to
Configuration > Advanced Config > Global Config
Default Block Page:
Removing the Bypass Button
The Bypass Button can be used when the Bypass Password feature is utilized. Regardless if there are active passwords that work, the Bypass Button will be visible unless it is removed from the Custom Block page. To remove the button, please add this to your custom block page and preview.
<style>
.bypassCont button.bypassfilter {
display: none;
}
</style>
Adding a Google Form/Survey
If you would like to offer a Google Form/survey for users to submit requests for adding sites to be blocked/allowed via policy, we recommend adding a link to this form to the Custom Block Page and require users be logged in to submit a request.
Here is a sample addition to the existing default custom block page code:
To submit a site request, please fill out this form
<strong><a href="insert URL of form">here </a></strong>
Adding an image or gif
To add an image or gif to the Custom Block page, select a hosted image and insert this code
<img src="IMAGE URL" align="center">
Adding a disclaimer for personal devices
Sample disclaimer regarding personal devices
<strong><font color="red">NOTE:</font> <font color="white">If you are using a personal Chromebook that should not be monitored by GoGuardian, please log out of the device and log back in with a personal account.<a href="https://accounts.google.com/logout">https://accounts.google.com/logout</a>. This will not work for a school provided chromebook.</font> </strong>
Comments
0 comments
Article is closed for comments.