Difference between revisions of "OX6:DefaultTreeView"

(Created page with "= Changing the default tree view in Open-Xchange = Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI. Although it is possible to s...")
 
(Changing the default tree view in Open-Xchange)
Line 17: Line 17:
 
  # (if condition set to 3 this is the minimum number of files a user must have)
 
  # (if condition set to 3 this is the minimum number of files a user must have)
 
  modules/com.openexchange.settings.folder/minFiles=1
 
  modules/com.openexchange.settings.folder/minFiles=1
 +
 +
'''Note: This requires to have at least 6.18.2-Rev20 installed.'''

Revision as of 15:37, 11 February 2011

Changing the default tree view in Open-Xchange

Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI. Although it is possible to switch back to the previous view as a user individually in activation the expert mode, some operators might want to use the old mode per default.

This can be done in creating a configuration file

/opt/open-xchange/etc/groupware/settings/view.properties

with the content

#(enable the check)
modules/com.openexchange.settings.folder/show=true
# [1-3] (condition, 1=all user, 2=all user with infostore, 3=as 2 but user must
# have at least n files stored in the infostore)
modules/com.openexchange.settings.folder/condition=1
# (if condition set to 3 this is the minimum number of files a user must have)
modules/com.openexchange.settings.folder/minFiles=1

Note: This requires to have at least 6.18.2-Rev20 installed.