Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: CKConsulting on October 05, 2006, 06:02:32 PM
-
SME 7.0
Is there a way to make global changes to Horde Options, like "When deleting messages, move them to Trash"
Users are also complaining about the way HTML is view or actually not being view. Any help on Viewing HTML.
Rick
-
You'll need a custom template for /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
cd /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php/
cp /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash .
edit 410use_trash, and change 0 to 1.
expand-template /home/httpd/html/horde/imp/config/prefs.php
You can do the same thing to change any other prefs you need to. The trick is finding which template fragment the value you are looking for is in.
-
Thanks I'll test it.
-
Thanks I'll test it.
One note, if any users have already saved the particular preference you are trying to set a default for, the user's preference does override. You will need to delete that setting from the horde_prefs table. Also, if you don't want your users to be able to change from the default you set, make sure to set the locked value to true.
John Bennett
-
Do you know of any way to be able to view HTML in Horde?
Rick
-
Do you know of any way to be able to view HTML in Horde?
Rick
See http://forums.contribs.org/index.php?topic=34076.0
-
Thanks,
Rick