New default design/skin forAppsuite

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shkhtw
    Junior Member
    • Jun 2015
    • 3

    #1

    New default design/skin forAppsuite

    Hello,

    I created a new design for the Appsuite. The design is working however I can't seem to set it as a default.
    I changed the appsuite.properties in '/opt/open-xchange/etc/settings'

    Code:
    io.ox/core//theme=test
    
    io.ox/core/settingOptions//themes/test=test
    io.ox/core/settingOptions//themes/default=Default Theme
    The new design should be the standard for all users that login to the Appsuite unless they change it. However the OX Standard blue design is always set.

    How can I force the new design?
  • Viktor Pracht
    Open-Xchange Developer
    • Feb 2007
    • 253

    #2
    When a user logs in, the UI adds many own defaults to the configuration, and saves it. Therefore, existing users will have a fixed theme even without explicitly changing it.

    Have you tried created new users after changing the default?

    Comment

    • shkhtw
      Junior Member
      • Jun 2015
      • 3

      #3
      Yes they seem to get the the old default theme as well.

      Comment

      • Viktor Pracht
        Open-Xchange Developer
        • Feb 2007
        • 253

        #4
        When logged in as a new user, enter
        Code:
        require('settings!io.ox/core').get('theme')
        in the browser console. What does it return?

        Comment

        • shkhtw
          Junior Member
          • Jun 2015
          • 3

          #5
          I get an error. (Screenshot attached)
          screenshot_1500981845.png

          Comment

          Working...
          X