Author Topic: RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)  (Read 7503 times)

Offline Yann

  • Jr. Member
  • **
  • Posts: 46
RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
« 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.
« Last Edit: November 20, 2008, 10:38:28 PM by Yann »

Offline felipe128

  • Newbie
  • *
  • Posts: 3
Localization
« Reply #1 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.

Offline Yann

  • Jr. Member
  • **
  • Posts: 46
RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
« Reply #2 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.";

Offline taxi

  • Newbie
  • *
  • Posts: 7
RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
« Reply #3 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...
« Last Edit: December 05, 2008, 12:11:43 PM by taxi »

Offline yc3948

  • Newbie
  • *
  • Posts: 5
RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
« Reply #4 on: May 02, 2009, 12:02:04 AM »
THX!!!!!!!!!!!!!!
do you have password change plug for roundcubemail-0.2.1?

Offline fbacarin

  • Newbie
  • *
  • Posts: 1
RC 0.2-Beta cPanel Addon (Password, Forward & Vacation)
« Reply #5 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...

Offline chlankboot

  • Newbie
  • *
  • Posts: 1
Many thanks ...
« Reply #6 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 ;)