Roundcube Community Forum

Third Party Contributions => Old Style Plug-Ins => Topic started by: Yann on November 19, 2008, 10:07:03 PM

Title: RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
Post by: Yann on November 19, 2008, 10:07:03 PM
Thanks to everybody that contributed to this plug in, especialy Nemesis02 and others. I went through the forum and put this together. :)It works fine for me on RC 0.2-Beta :). , The only thing everyone needed to change is the x3 in program\include\cpanel, look for it on this line: var $path = "webmail/x3/mail";. I host with hostmonster and I changed mine to var $path = "webmail/hostmonster/mail";.  I tested it out, it works great in IE7 and Firefox. Thanks once again to all of you. I was little lazy to post only the files involved: index, app, settingtabs, labels, message, password, forward, vacation. Since I did the changes directly in the RC files before installing it, I'm just uploading the whole thing here.
Title: Localization
Post by: felipe128 on December 02, 2008, 10:17:51 PM
Hey Yann.

Thanks a lot for the plugin it works pretty fine.

Could you let me know what are the necessary updates on the localization files so that every english word has its meaning into portuguese?

Cheers.
Title: RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
Post by: Yann on December 03, 2008, 12:01:04 PM
Quote from: felipe128;15567
Hey Yann.

Thanks a lot for the plugin it works pretty fine.

Could you let me know what are the necessary updates on the localization files so that every english word has its meaning into portuguese?

Cheers.


Hi felipe128

Here are the instructions I followed, you need to change of course the sentences or words into portuguese. Here are the english instructions, yours should be done in portugese labels.inc and messages.inc

Open program/localization/en_US/labels.inc

/*********************************/

Find:

?>

/*********************************/

Add Before:

$labels['changepassword']  = 'Change Password';
$labels['current_password']  = 'Current Password';
$labels['new_password']  = 'New Password';
$labels['repeat_password']  = 'Repeat Password';

$labels['forwards'] = 'Forwards';
$labels['forwardto'] = 'Forward to';
$labels['address'] = 'Address';
$labels['manageforwards'] = "Manage Forwards";
$labels['addaddress'] = "Add Address";

$labels['vacation'] = "Vacation";
$labels['html'] = "HTML";
$labels['message'] = "Message";

$labels['vacation_help'] = 'When configuring a vacation message you can use the following tags to insert information into your response message.';
$labels['vacation_subject_help'] = 'The subject of the recieved message';
$labels['vacation_from_help'] = 'The sender of the recieved message';
$labels['vacation_email_help'] = 'The sender\'s email from the recieved message';


Open program/localization/en_US/messages.inc

/*********************************/

Find:

?>

/*********************************/

Add before:

$messages['nopassword'] = "Please input new password.";
$messages['passwordinconsistency'] = "Inconsistency of password, please try again.";
Title: RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
Post by: taxi on December 05, 2008, 11:04:31 AM
Quote from: Yann;15581
Hi felipe128

Here are the instructions I followed, you need to change of course the sentences or words into portuguese. Here are the english instructions, yours should be done in portugese labels.inc and messages.inc

Open program/localization/en_US/labels.inc

/*********************************/

Find:

?>

/*********************************/

Add Before:

$labels['changepassword']  = 'Change Password';
$labels['current_password']  = 'Current Password';
$labels['new_password']  = 'New Password';
$labels['repeat_password']  = 'Repeat Password';

$labels['forwards'] = 'Forwards';
$labels['forwardto'] = 'Forward to';
$labels['address'] = 'Address';
$labels['manageforwards'] = "Manage Forwards";
$labels['addaddress'] = "Add Address";

$labels['vacation'] = "Vacation";
$labels['html'] = "HTML";
$labels['message'] = "Message";

$labels['vacation_help'] = 'When configuring a vacation message you can use the following tags to insert information into your response message.';
$labels['vacation_subject_help'] = 'The subject of the recieved message';
$labels['vacation_from_help'] = 'The sender of the recieved message';
$labels['vacation_email_help'] = 'The sender\'s email from the recieved message';


Open program/localization/en_US/messages.inc

/*********************************/

Find:

?>

/*********************************/

Add before:

$messages['nopassword'] = "Please input new password.";
$messages['passwordinconsistency'] = "Inconsistency of password, please try again.";

worked great for me as well....thanx a lot for your post...
Title: RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
Post by: yc3948 on May 02, 2009, 12:02:04 AM
THX!!!!!!!!!!!!!!
do you have password change plug for roundcubemail-0.2.1?
Title: RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
Post by: fbacarin on May 25, 2009, 09:04:09 PM
Hi,

I need a help... on the tab forward not show list of the mail forwards, just show edit to write mail address for forward... and I can't delete forward added...

someone please...
Title: Many thanks ...
Post by: chlankboot on June 24, 2009, 06:14:12 AM
Hey dude, this is just to thank you for this : "webmail/hostmonster/mail"
you saved my life ;)