Re: [SOGo] Customize a tad of SOGo

2011-11-14 Thread Donny Brooks

That did exactly what I was wanting Francis. Thanks!

Donny B.


On 11/11/2011 8:32 AM, Francis Lachapelle wrote:

Hi Donny

On 2011-11-09, at 4:54 PM, Donny Brooks wrote:


I am looking to customize only a few things for our department wide rollout of SOGo. I have already 
edited the sogo-logo.png and the only other thing I want to edit is in the top left of the browser 
where it says SOGo - Mozilla Firefox. I would rather it say something like MDAH 
Webmail Powered by: SOGo - Mozilla Firefox.

Set the parameters SOGoPageTitle (sudo sogo -c defaults write sogod SOGoPageTitle 
'MDAH Webmail Powered by: SOGo').


I see the post here: 
http://www.sogo.nu/english/nc/support/faq/article/how-to-customize-the-html.html
 about how to keep changes between versions but that seems not current any 
more. Also I am not sure this is what I would want anyways. Any pointers?

This FAQ entry is still valid.


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Customize a tad of SOGo

2011-11-12 Thread Jan-Frode Myklebust
On Fri, Nov 11, 2011 at 09:32:27AM -0500, Francis Lachapelle wrote:
 
  I see the post here: 
  http://www.sogo.nu/english/nc/support/faq/article/how-to-customize-the-html.html
   about how to keep changes between versions but that seems not current any 
  more. Also I am not sure this is what I would want anyways. Any pointers?
 
 This FAQ entry is still valid.

Valid, but still a bit unclear -- at least to me. It would be good
if it was specified if/that sogod needs to be restarted whenever
wox-templates are changed, and also mention that the entry is just about
modifying wox-templates. Customizing anything below
/usr/lib*/GNUstep/SOGo/WebServerResources/ needs to happen there, as
these are not served trough sogod but rather served by apache directly.


  -jf
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Customize a tad of SOGo

2011-11-12 Thread Jan-Frode Myklebust
On Sat, Nov 12, 2011 at 06:57:12PM +0100, Jan-Frode Myklebust wrote:
 
 modifying wox-templates. Customizing anything below
 /usr/lib*/GNUstep/SOGo/WebServerResources/ needs to happen there, as
 these are not served trough sogod but rather served by apache directly.

I just realized that the WebServerResources/ could work the same as
wox-templates in /home/sogo/GNUstep/Library/ with a little mod_rewrite
hack:

RewriteCond %{REQUEST_URI} ^SOGo/WebServerResources.*
RewriteCond /home/sogo/GNUstep/Library%{REQUEST_URI} -f 
RewriteRule ^(.+) /home/sogo/GNUstep/Library/$1 [L]
RewriteRule ^ - [PT]

Untested, and I never get these right without some trial and error, but you
probably get the idea. Based on:

http://httpd.apache.org/docs/current/rewrite/remapping.html#multipledirs




  -jf
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Customize a tad of SOGo

2011-11-11 Thread Francis Lachapelle
Hi Donny

On 2011-11-09, at 4:54 PM, Donny Brooks wrote:

 I am looking to customize only a few things for our department wide rollout 
 of SOGo. I have already edited the sogo-logo.png and the only other thing I 
 want to edit is in the top left of the browser where it says SOGo - Mozilla 
 Firefox. I would rather it say something like MDAH Webmail Powered by: SOGo 
 - Mozilla Firefox.

Set the parameters SOGoPageTitle (sudo sogo -c defaults write sogod 
SOGoPageTitle 'MDAH Webmail Powered by: SOGo').

 I see the post here: 
 http://www.sogo.nu/english/nc/support/faq/article/how-to-customize-the-html.html
  about how to keep changes between versions but that seems not current any 
 more. Also I am not sure this is what I would want anyways. Any pointers?

This FAQ entry is still valid.


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Customize a tad of SOGo

2011-11-09 Thread Donny Brooks
I am looking to customize only a few things for our department wide 
rollout of SOGo. I have already edited the sogo-logo.png and the only 
other thing I want to edit is in the top left of the browser where it 
says SOGo - Mozilla Firefox. I would rather it say something like 
MDAH Webmail Powered by: SOGo - Mozilla Firefox.


I see the post here: 
http://www.sogo.nu/english/nc/support/faq/article/how-to-customize-the-html.html 
about how to keep changes between versions but that seems not current 
any more. Also I am not sure this is what I would want anyways. Any 
pointers?


--
Donny B.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Customize a tad of SOGo

2011-11-09 Thread Martin Rabl

Am 09.11.11 22:54, schrieb Donny Brooks:

I see the post here:
http://www.sogo.nu/english/nc/support/faq/article/how-to-customize-the-html.html
about how to keep changes between versions but that seems not current
any more. Also I am not sure this is what I would want anyways. Any
pointers?


I think it runs, but with a small limitation because of an javascript 
error.
When you are using a pre 1.3.9 template with 1.3.9 you have to insert an 
input-field with the id rememberLogin. If its not available, login 
fails with an javascript error. There is no check for existence of the 
html-element remeberLogin ...


Greetings,
  Martin
--
users@sogo.nu
https://inverse.ca/sogo/lists