Zentyal Forum, Linux Small Business Server

Zentyal Server => Other modules => Topic started by: futuraservice on June 26, 2019, 12:16:45 pm

Title: Custom my Sogo Web Interface
Post by: futuraservice on June 26, 2019, 12:16:45 pm
Hi guys  :D :D :D :D


I want change something in my SOGo web inteface (add tooltip, change color of button, ect)

I tried to edit the files in this folder

/usr/lib/GNUstep/SOGo/WebServerResources/js/

and another

I clear the cache of browser but I don't see my changes  on browser.

Do I need to run some command?
Title: Re: Custom my Sogo Web Interface
Post by: doncamilo on June 26, 2019, 03:14:01 pm
 :)

The changes you did should run because the Zentyal Sogo template creates an alias for these resources:

Code: [Select]
Alias /SOGo.woa/WebServerResources/ \
      /usr/lib/GNUstep/SOGo/WebServerResources/

I have been able to change the sogo-full.svg file and the sogo logo has changed when loading the page.

I think it's problem of the browser cache, (or the proxy-http caché if you have enabled it.)

cheers!
Title: Re: Custom my Sogo Web Interface
Post by: futuraservice on June 27, 2019, 06:04:26 pm
Oh man, it was not the cache
I edited the wrong file for view the custom edit

I understood through your .svg example