I want to be able to set specific dashlets for all users. and disallow them to adjust anything on the home page.
How can I do that?
I want to be able to set specific dashlets for all users. and disallow them to adjust anything on the home page.
How can I do that?
Go to Admin, System Settings, in the User Interface section check "Prevent user customizable Homepage layout". Make sure you do it AFTER you have set up the dashlets.
I've configured the dashlets for all users, but where does the application save this configuration ?
Thank you
Tech
Maybe they are in the cache.
So I've prefered to hide the tab "Home"
If someone is interested to do that :
- Go to table "Config" in the database
- Get the field category = 'MySettings" , name = "tab"
- Decode (base64) value( http://www.paulschou.com/tools/xlate/ )
- Remove the tab home and change the increment
- Encode and update value.
- Remove the default tab "Home" in :\modules\MySettings\TabController.php
//$tabs['Home'] = 'Home'; (in 3 functions)
Tech
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks