Parent Portal Custom Menu Item
You can add a custom menu item to the main toolbar of the Parent Portal. The custom menu item can re-direct your parents/students to any web site you wish. To accomplish adding a custom menu item to the Parent Portal, you will need to add some JavaScript.
For example, to add a custom menu item called "Custom Menu Item" to the main toolbar in the Parent Portal that re-directs the user to google.com, follow these instructions:
- Click on "Administration" in the main menu.
- Click on "Parent Portal" in the sub-menu.
- Click on "Parent Portal Footer" in the side-menu
- In the editor, click on the button labeled "HTML". This button is located in the 2nd row of the buttons, 6 buttons from the right side.
- Enter in the text below
- Click on the save button
- Test your Parent Portal
Please note, this script below adds a new button to the main toolbar and also sets the default class view to "Class Grid by Day of Week":
Please note, to change the default class view, use the following values in place of the "gridweek" text above:
- list: Display an alphabetical list of all classes.
- week: Display an alphabetical list of all classes by day of the week.
- grid: Display an alphabetical list of all classes in a table/grid.
- gridweek: Display an alphabetical list of all classes by day of the week in a table/grid.