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

Title: Can I global changes to Horde Options?
Post 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
Title: Can I global changes to Horde Options?
Post by: kirkf on October 05, 2006, 08:40:59 PM
You'll need a custom template for /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash
Code: [Select]

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.
Title: Can I global changes to Horde Options?
Post by: CKConsulting on October 05, 2006, 09:42:04 PM
Thanks I'll test it.
Title: Can I global changes to Horde Options?
Post by: mrjhb3 on October 08, 2006, 03:53:38 AM
Quote from: "CKConsulting"
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
Title: Can I global changes to Horde Options?
Post by: CKConsulting on October 08, 2006, 04:58:40 AM
Do you know of any way to be able to view HTML in Horde?

Rick
Title: Can I global changes to Horde Options?
Post by: vincentmeek on October 08, 2006, 05:03:53 AM
Quote from: "CKConsulting"
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
Title: Can I global changes to Horde Options?
Post by: CKConsulting on October 08, 2006, 10:37:54 PM
Thanks,

Rick