Results 1 to 4 of 4

Thread: How to prevent users from customizing their Home page?

  1. #1
    datura77 is offline Junior Member
    Join Date
    Mar 2007
    Posts
    3

    Default How to prevent users from customizing their Home page?

    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?

  2. #2
    JackieBM is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    32

    Default Re: How to prevent users from customizing their Home page?

    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.

  3. #3
    tech is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    11

    Default Re: How to prevent users from customizing their Home page?

    I've configured the dashlets for all users, but where does the application save this configuration ?

    Thank you
    Tech

  4. #4
    tech is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    11

    Default Re: How to prevent users from customizing their Home page?

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. View all users on Home Page
    By silverfox in forum Help
    Replies: 0
    Last Post: 2006-01-20, 03:29 PM
  2. 3.0 Portal Home (default page) Configuration
    By gatezone in forum General Discussion
    Replies: 3
    Last Post: 2005-06-16, 11:36 PM
  3. Changing default calendar view in Home Page
    By smueller72 in forum Feature Requests
    Replies: 5
    Last Post: 2005-03-03, 04:36 PM
  4. Customizing home page?
    By markh in forum General Discussion
    Replies: 1
    Last Post: 2005-02-24, 05:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •