User page

Seth

Verified User
Joined
Oct 26, 2003
Messages
266
Location
USA
I have installed round cube mail and want to add the url to the user page. Where is the page and what page would I edit?
 
What i have done is:

I installed RoundCube under the directory /webmail and changed the directory of uebimail to /uebimail, then i editted the language file: /usr/local/directadmin/data/skins/enhanced/lang/en/user/show_domain.html

searched for
PHP:
LANG_WEBMAIL_UEBI=Webmail: UebiMiau
and changed it to
PHP:
LANG_WEBMAIL_UEBI=Webmail: RoundCube

You can also try editting /usr/local/directadmin/data/skins/enhanced/user/show_domain.html and adding a new item, but thats harder to do.
 
Ok,

Open: /usr/local/directadmin/data/skins/enhanced/user/show_domain.html

Find:
PHP:
			<a href="|HTTP|://|HOSTNAME|/webmail" target="_blank">|LANG_WEBMAIL_UEBI|</a><br>

Add after that line:

PHP:
<a href="|HTTP|://|HOSTNAME|/roundcubemail" target="_blank">Webmail: RoundCube</a><br>

change /roundcubemail to the location where your roundcube is.

And you got yourself a link to RoundCube.
 
Back
Top