Hello folks!
I've just installed Roundcube on my nice new spangly DH account. After a bit of digging around this very forum I got it working, appart from one problem. Its not using any localisation. (or so it would seem)
From what I can tell, its displaying the tags/placeholders which should be
replaced by the phrases in its localisation files (see program/localisation folder).
However, self diagnosis isn't as good as facts, so have a look for yourselves at what my inbox looks like here: http://www.hpka.net/t/roundcube.jpg
I'm using the latest CVS version of Roundcube, installed fresh this evening using a combination of the instructions from http://www.paulstamatiou.com/2005/10/29/how-to-setup-roundcube-webmail-on-yo ur-server/ and http://www.hookturns.com/setting-up-roundcube-on-dreamhost/
Kind Regards
Henry Armitage
Correct URL is here:
http://www.hpka.net/t/rouncube.jpg
On Tue, 14 Feb 2006, Henry P. K. Armitage wrote:
However, self diagnosis isn't as good as facts, so have a look for yourselves at what my inbox looks like here: http://www.hpka.net/t/roundcube.jpg
Jon Daley http://jon.limedaley.com/
We are to wait neither so eagerly that we lose our patience, nor so patiently that we lose our expectation, but patiently eager. -- John Stott
On Tue, 14 Feb 2006, Henry P. K. Armitage wrote:
I've just installed Roundcube on my nice new spangly DH account. After a bit of digging around this very forum I got it working, appart from one problem. Its not using any localisation. (or so it would seem)
From what I can tell, its displaying the tags/placeholders which should be
replaced by the phrases in its localisation files (see program/localisation folder).
What language did you set your install to, and does that directory
exist?
The language is en_GB, this folder does exist
-----Original Message----- From: Jon Daley [mailto:roundcube@jon.limedaley.com] Sent: 14 February 2006 12:47 To: RoundCube Users Subject: Re: Roundcube Seems not to be using any localisation
On Tue, 14 Feb 2006, Henry P. K. Armitage wrote:
I've just installed Roundcube on my nice new spangly DH account. After a
bit
of digging around this very forum I got it working, appart from one
problem.
Its not using any localisation. (or so it would seem)
From what I can tell, its displaying the tags/placeholders which should
be
replaced by the phrases in its localisation files (see
program/localisation
folder).
What language did you set your install to, and does that directory
exist?
Hummm... I think you might have read that as 'not exist' when infact it does exist. Anyway.
In, main.inc.php, I changed $rcmail_config['locale_string'] = 'en'; to en_US and en_GB and had no luck.
Any further help?
-----Original Message----- From: Jon Daley [mailto:roundcube@jon.limedaley.com] Sent: 14 February 2006 19:21 To: RoundCube Users Subject: Re: Roundcube Seems not to be using any localisation
On Tue, 14 Feb 2006, Henry P. K. Armitage wrote:
The language is en_GB, this folder does exist
So, there is your problem. Just change it to en_US, or get the
en_GB directory.
The solution was found here: http://discussion.dreamhost.com/showflat.pl?Cat=&Board=3rdparty&Numb... &page=0&view=collapsed&sb=5&o=14&part=
This is due to the install path being autodetected incorrectly (it gets the whole /home/.server/yourusername thing wrong). The global variable $INSTALL_PATH needs to be manually set to your install path.
Go to index.php and change line 47 (i think) from:
$INSTALL_PATH = Dirname($_SERVER['SCRIPT_FILENAME']);
to:
$INSTALL_PATH = '/home/username/your.domain.com';
Hope this helps. Also, I was previously using that ini thing that I found here in the forums, but I removed that after I changed my install path and things seem to be working fine.
Edited by mbaizman on 02/14/06 01:28 PM (server time).
Thanks folks!
-----Original Message----- From: Henry P. K. Armitage [mailto:h@hpka.net] Sent: 15 February 2006 18:17 To: 'Jon Daley'; 'RoundCube Users' Subject: Re: Roundcube Seems not to be using any localisation
Hummm... I think you might have read that as 'not exist' when infact it does exist. Anyway.
In, main.inc.php, I changed $rcmail_config['locale_string'] = 'en'; to en_US and en_GB and had no luck.
Any further help?
-----Original Message----- From: Jon Daley [mailto:roundcube@jon.limedaley.com] Sent: 14 February 2006 19:21 To: RoundCube Users Subject: Re: Roundcube Seems not to be using any localisation
On Tue, 14 Feb 2006, Henry P. K. Armitage wrote:
The language is en_GB, this folder does exist
So, there is your problem. Just change it to en_US, or get the
en_GB directory.
Hello,
Is there a way I can populate the Username field to read just the tail end of my domain so my user accounts don't have to type out the entire full email address, just the username?
I would like the Username field to populate "@xyzdomain.com"
Is this possible?
I would like to see that feature as well :)
-----Original Message----- From: Mark Pallo [mailto:mpallo@rhinopit.com] Sent: Wednesday, February 15, 2006 7:30 PM To: 'RoundCube Users' Subject: Populating Domain in Username Field
Hello,
Is there a way I can populate the Username field to read just the tail end of my domain so my user accounts don't have to type out the entire full email address, just the username?
I would like the Username field to populate "@xyzdomain.com"
Is this possible?
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.9/261 - Release Date: 2/15/2006
Are you talking during login? I would see this as depending on your server requirements for login. Otherwise, I'm sure you could do this with javascript in a single field as you type.
Matthew Storman wrote:
I would like to see that feature as well :)
-----Original Message----- From: Mark Pallo [mailto:mpallo@rhinopit.com] Sent: Wednesday, February 15, 2006 7:30 PM To: 'RoundCube Users' Subject: Populating Domain in Username Field
Hello,
Is there a way I can populate the Username field to read just the tail end of my domain so my user accounts don't have to type out the entire full email address, just the username?
I would like the Username field to populate "@xyzdomain.com"
Is this possible?
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.9/261 - Release Date: 2/15/2006
Yes during login.
My login requirements are for the full email address.
A previous host of mine was able to populate the backend of the email domain in the text box on the webmail system they ran. If possible, I would like to be able to do that.
On Wed, 15 Feb 2006 19:51:40 -0800, "Brady J. Frey" brady@dotfive.com wrote:
Are you talking during login? I would see this as depending on your server requirements for login. Otherwise, I'm sure you could do this with javascript in a single field as you type.