Koozali.org: home of the SME Server

Can I global changes to Horde Options?

CKConsulting

Can I global changes to Horde Options?
« 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

kirkf

Can I global changes to Horde Options?
« Reply #1 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.

CKConsulting

Can I global changes to Horde Options?
« Reply #2 on: October 05, 2006, 09:42:04 PM »
Thanks I'll test it.

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Can I global changes to Horde Options?
« Reply #3 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
......

CKConsulting

Can I global changes to Horde Options?
« Reply #4 on: October 08, 2006, 04:58:40 AM »
Do you know of any way to be able to view HTML in Horde?

Rick

Offline vincentmeek

  • **
  • 29
  • +0/-0
    • Triple Point Solutions
Can I global changes to Horde Options?
« Reply #5 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
Vincent Meek
Network Consultant

CKConsulting

Can I global changes to Horde Options?
« Reply #6 on: October 08, 2006, 10:37:54 PM »
Thanks,

Rick