Is there any way to ?
1. Set a default config for all Horde users (like language and others)
2. To access admin page of Horde as administrator
Thanks
Is there any way to ?
1. Set a default config for all Horde users (like language and others)
2. To access admin page of Horde as administrator
Thanks
That would be good!
But unfourtunately no, there isn't a way to to that
Cpanel doesn't care much about other languages.
There isn't even a way to setup a default cpanel language for hosting accounts!
Last edited by NovemberRain; 11-22-2005 at 09:59 AM.
Sure there's a way to edit some of that stuff. For languages, edit:
/usr/local/cpanel/base/horde/config/nls.php
For other default preferences (like to set it to got the inbox by default):
/usr/local/cpanel/base/horde/config/prefs.php
If you want to do the inbox default thing, change the initial_application value to "imp" instead of "horde".
Thank you, it does function OK!!!
The dafault lang for hord issue has been fixed, editing the
/usr/local/cpanel/base/horde/config/nls.php
file,
just changed from
$nls['defaults']['language'] = '';
to
$nls['defaults']['language'] = 'pt_BR';
and now everithing is in portuguese, by default!
(dont forget to always backup, people)![]()
Thanks
![]()
-----------
FeeL Buarque
SysAdmin.
Great, it is a one line edit and it works in spanish.
/usr/local/cpanel/base/horde/config/nls.php
file,
just changed from
$nls['defaults']['language'] = '';
to
$nls['defaults']['language'] = 'es_ES';
Thanks.
No matter how we changed the default or login with another language at the prompt, the language is ALWAYS ENGLISH.
Anyone having the same problem here?
Is there a way to lock these changes so they are not overwritten on a horde update?
Also can we disable a plugin like "Information". I still don't see what the point of it is.
Last edited by rligg; 02-21-2008 at 02:40 PM.
How about disabling a plugin?
Those instructions don't make sense to me. I simply want to edit 2 files. I do not want them overwritten.
/usr/local/cpanel/base/horde/config/config.php
/usr/local/cpanel/base/horde/config/nls.php
I get lost as to how we get to:
Immediately after step 3 in the General Install Procedure outline, and before step 4, update-horde checks for the existence of /var/cpanel/horde/install
in the instructions. It is here I am lost. Chattr + i the files possibly? Would this work since cpanel wipes out the directory?
Last edited by rligg; 02-22-2008 at 11:33 AM.
Cpannelkenneth,
Can you please address my post above.
This is untested, but may work.
- Modify the two files you want customized
- cd /usr/local/cpanel/base
- tar czvf overlay.tar.gz horde/config/conf.php horde/config/nls.php
- cp overlay.tar.gz /var/cpanel/horde
Now, each time Horde is updated, the files in overlay.tar.gz will be restored over the new install.
Last edited by cpanelkenneth; 03-07-2008 at 03:33 PM. Reason: Fixed typo
Thanks. I will give it a try.
Strangely I am getting errors trying to do this:
[root@lw base]# tar czvf overlay.tar.gz horde/config/config.php
tar: horde/config/config.php: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
Everything exists. No strange permissions.