Author Topic: Custom my Sogo Web Interface  (Read 2825 times)

futuraservice

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Custom my Sogo Web Interface
« 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?

doncamilo

  • Zen Samurai
  • ****
  • Posts: 478
  • Karma: +165/-1
    • View Profile
Re: Custom my Sogo Web Interface
« Reply #1 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!
- Do my pigeons bother you passing over your land?
- They block the sun!

G. Guareschi., Don Camillo.,

futuraservice

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Custom my Sogo Web Interface
« Reply #2 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