Koozali.org: home of the SME Server

Other Languages => Español => Topic started by: rootero on February 11, 2007, 02:27:26 AM

Title: Como se puede cambiar el nombre Horde del webmail?
Post by: rootero on February 11, 2007, 02:27:26 AM
Al ya estar instalado y configurado, que archivo debo tocar para cambiar el nombre que aparece al inicio:
Bienvenido a "Horde" o Welcome to Horde...?

Desde ya muchas gracias.
Title: Re: Como se puede cambiar el nombre Horde del webmail?
Post by: diapente on February 23, 2007, 08:06:04 AM
Quote from: "rootero"
Al ya estar instalado y configurado, que archivo debo tocar para cambiar el nombre que aparece al inicio:
Bienvenido a "Horde" o Welcome to Horde...?

Desde ya muchas gracias.


Lo hice de la manera genérica, buscando .html apropiado y redactándolo :(
Title: Como se puede cambiar el nombre Horde del webmail?
Post by: rootero on March 06, 2007, 02:37:22 AM
problema solucionado, muchas gracias.
Title: Necesito cambiar el saludo de "Bienvenidos a Horde"
Post by: wyanez on August 06, 2007, 08:57:16 PM
Necesito cambiar el saludo de "Bienvenidos a Horde" por "Bienvenidos a Empresa", que archivo html debo cambiar.

Saludos
Title: Como se puede cambiar el nombre Horde del webmail?
Post by: jfarschman on August 09, 2007, 08:20:42 PM
Aqui es lo tiene.

#### Webmail - replace the word horde with webmail.
# Create the Directory & copy over the templates
rm -rf /etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/
cd /etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/
cp -Ra /etc/e-smith/templates/home/httpd/html/horde/config/registry.php/110AppRegistryHorde .
# Substitute the string in Custom Templates
mv 110AppRegistryHorde 110AppRegistryHorde.old
sed -e 's/"Horde"/"Webmail"/' \
110AppRegistryHorde.old > 110AppRegistryHorde
rm -f 110AppRegistryHorde.old
cd /home/httpd/html/horde/themes/graphics/
rm horde-power1.png -f
wget http://www.hitechsavvy.com/downloads/horde-power1.png ### Missing graphic
Title: Re: Como se puede cambiar el nombre Horde del webmail?
Post by: rayo on November 06, 2007, 04:23:06 PM
Hola  a todos, me podrian explicar, por que estoy tratando de cambiar el logo de horde y el cartelito que dice "Biendenidos a Horde" y no lo puedo hacer.
Desde muchas gracias.
Rayo