Announcement

Collapse
No announcement yet.

New default design/skin forAppsuite

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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


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

      Comment


      • #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


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

          Comment

          Working...
          X