Moodle Plugins directory: Unique Dashboard 🦄 | Moodle.org
Unique Dashboard 🦄
Local plugins ::: local_vxg_dashboard
Maintained by
Veloxnet Ltd.
Create customized dashboard with multi columns or tiled look for all employees or different ones for each departments!
Latest release:
74 sites
27 downloads
26 fans
Current versions available: 1
With the Corporate Dashboard, you can create your own corporate interfaces that appear on the menu, which can also be multi column or tiled, according to trends. You can easily place different blocks on the dashboard, such as our organization management blocks, as well as other blocks available on Moodle.org. This theme is part of a corporate LMS package which makes the Moodle system suitable for a complete enterprise training organization with several plugins. If you are interested in it, contact us for further information on lms@veloxnet.hu.
Useful links
Contributors
Veloxnet Ltd. (Lead maintainer)
Please login to view contributors details and/or to contact them
I'm using it in my project and love it.
Question: Since I'm using this custom menu, I would like to remove the default Dashboard link from moodle's menu.
Is there a way to do this.
Cheers.
Maybe with CSS. In the Boost(theme) settings go Advanced settings. In the Raw SCSS field copy this:
#nav-drawer .list-group-item.list-group-item-action[data-key="myhome"]{
display: none;
}
I hope this help.
A wonderful plugin, but unfortunately, it is not working for me as it should be, it could need some update.
On the current implementation, I am using Moodle 4.3, I can create the dashboard, but cannot open it for customizing, when I click on the title of the dashboard it opens the settings page which is the same when creating it. The new created dashboard does not appear on the menu.
To overcome this, I opened the link for the first dashboard directly using the link /local/vxg_dashboard/index.php?id=1, which actually worked and I can with this customize the dashboard, therefor I can add the link manually to the menu.
I tried the plugin on Moodle 3.9, it works fine without any problem.
Any thoughts if this plugin would be updated.
Thanks,
I agree, the Unique Dashboard is indeed a useful plugin. I tried it recently and came across the same issue. Thank you for posting the helpful link.
Take a look at this fork:
https://github.com/michael-milette/moodle-local_vxg_dashboard
It is based on this plugin but includes some additional work by Dan Marsden and me. Dashboards still don't appear in any menu but clicking on the dashboard name in the Veloxnet dashboard manager now takes you to the dashboard. You can then use the link to add it to the Primary custom menu.
Should work for you in Moodle 4.3 but I have only tested it in Moodle 4.1 so far.
Hope you find this helpful.
Best regards,
Michael Milette