Dashboard Builder
Build custom dashboards for your users or user groups.
Last updated
Build custom dashboards for your users or user groups.
Last updated
With the dashboard builder you have the flexibility if building interactive dashboards for your users.
We have provided a rich code editor that is easy to edit your code online or offline.
You can use the inbuilt widget functions to quickly build and display widgets without much coding.
For each user group you will find 2 files for it namely {group}_Bottom.php and {group}_Top.php This two files will have code displayed at the bottom or top of the dashboard for your users.
You will also Find 2 other files namely: universal_Bottom_homelinks.php and universal_Top_homelinks.php
This 2 files are used to hold dashboard code that you wish displayed for all user groups. If you do not wish to repeat common functionalities that cut across all groups you can use this 2 files to write your dashboard code.
Once you are done with your code changes you have to save code changes to make the effective immediately, if you don't save , and navigate away, all your code changes will be lost.