|
Comments
|
kikionrcube 08-19-2008 at 10:52 AM |
Hi everybody!
It seems that some files are missing in the tar file. As this file:
progam/includes/Cpanel.php refers to the file dopasswdpop.html.
I search for this file (dopasswdpop.html) in RC files tree unsuccessfully.
Many other files referred in Cpanel.php still unfound.
Where can we find these files please? |
Nemesis02 08-20-2008 at 03:58 PM |
Those files are not included in the package as they are part of cPanel. The mod communicates with those files on cPanel. If you have cPanel and it still doesn't work, then you need to make sure you have the theme variable in that cpanel.php file set to your theme.
Example, my path to my cPanel mail to changet he password is as follows:
http://www.mydomain.com:2095/webmail...passwdpop.html
the variable in the cpanel.php file is:
Code:
var $path = "webmail/x3/mail";
You just need to make sure x3 matches yours. |
speck2000 08-25-2008 at 10:43 PM |
Do you have to have a reseller account for cPanel to use this? We host with HostMonster.com (not a reseller) We have RoundCube on our server for our clients. This is the path that shows for me "frontend/hostmonster/mail/passwdpop.html"
I plugged that in after making the needed changes to all of the files. It didn't work though. Any advice?
Thanks! |
Nemesis02 08-26-2008 at 03:49 PM |
Reseller accounts are not required to use this, just a standard cPanel account with the host. All you'd have to do to get yours to work is modify the var $path variable in the cpanel.php file as said in the previous post to :
Code:
var $path = "frontend/hostmonster/mail";
That should work. |
speck2000 08-27-2008 at 07:42 PM |
Nemesis02,
I replaced the var $path with what you posted, but it still doesn't work. The tabs change when you click on them on the settings page, but the content doesn't change? Is there something I'm missing?
Thanks! |
Nemesis02 08-29-2008 at 01:56 AM |
I actually saw the page you where talking about, i'm talking about the site:
http://www.mydomain.com:2095/
That will take you to the webmail, and its more than likely
Code:
var $path = ""webmail/hostmonster/mail";
|
Nemesis02 08-29-2008 at 01:57 AM |
I actually saw the page you where talking about, i'm talking about the site:
http://www.mydomain.com:2095/
That will take you to the webmail, and its more than likely
Code:
Code:
var $path = "webmail/hostmonster/mail";
|
speck2000 08-29-2008 at 02:51 PM |
Nemesis02,
I am so sorry to bother you again. I have tried everything you have posted. I made all of the changes in the files and set the var $path. When I click on the added links in the settings area, it just takes me back to the preferences area.
When I login to cpanel and go to the mail section. This is the link that I get when I click on an option for an email address:
http://ministrypixel.com:2082/fronte...passwdpop.html |
sickthor 09-08-2008 at 11:57 PM |
Hello guys,
Has anyone of you had any luck trying to modify or install this plug in so i can be use with out cPanel?
Nemesis02 is there any chance you help me out here! i am runing a Cyrus imap mail server under Xserve and i'm using roundcube for my webmail.
would be really appreciated if i get a helping hand
regards |
bigdog988 09-18-2008 at 04:30 PM |
Hello,
I to have set this up and pointed the cpanel file to my passwdpop.html location. i have the three extra tab up but when I click on password it directs me back to the main preferences page.
any help would be great |
marbles1704 09-20-2008 at 09:26 AM |
Hello .. i put this script on my roundcube and it shows the buttons but it does nothing when i push them .. any idea please hoe to fix this problem? ... sorry for my band english |
dwpegues 10-11-2008 at 04:14 PM |
I suppose this is the going trend at the moment. I followed the directions exactly as specified, but no luck. I changed all the php, js , etc files, but no luck. I get the same problem with the buttons appearing, but when password, vacation, or forwards is clicked all that shows up are the preferences.
I have changed the var path as specified for hostmonster, but still nothing works.
Nemesis02, I am with hostmonster, is there something I am missing? Do I need to change anything from my Cpanel, or are the only changes the ones you listed in directions?
Thanks for your time. |
dwpegues 10-11-2008 at 05:25 PM |
i have tried this on .2-beta, and it does not work. i suppose this is only for .2-alpha. Please specify that at the top.
This does not exist in .2-beta
if ($RCMAIL->action=='save-identity') |
dwpegues 10-12-2008 at 11:13 AM |
i have tried this on .2-alpha and it does not work. i figured it was only for .2-alpha, but it is ultimately the same result. the buttons appear in both .2 alpha and beta, this is only due to the code for the html code. as for the php and js files, i get the same result as everyone else. nemesis, could you make a demo so we can all see it? also, can you post the very files you use for your roundcube .2-alpha? as from what i have seen thus far, this does not work. |
incrovision 11-13-2008 at 09:33 PM |
On .2-beta it will run, if you search for
$action_map = array( ... in the index.php
Then insert
'vacation' => 'vacation.inc',
'save-vacation' => 'vacation.inc',
'del-vacation' => 'vacation.inc',
'password' => 'password.inc',
'save-password' => 'password.inc',
'forwards' => 'forward.inc',
'add-forward' => 'forward.inc',
'del-forwards' => 'forward.inc'
in the array-part of 'settings' => array(
Then you can see the tabs in the taskbar and the pages themselves, but it doesn't run...
I hope I will get some help from my provider tomorrow, or has anybody any idea?
Greetz Patrick |
tedateoperu 11-18-2008 at 08:32 PM |
It took a couple of pots of coffee and some hair pulling but i was able to make this work with .2-beta. My thanks to those who contributed to this thread. Thanks to incrovision for making the code conversion to .2-beta. I also found help with my cpanel config in another thread.
http://roundcubeforum.net/plug-ins/3...-vacation.html
I had to change my var from x3 to bluehost and it works great. thanks to Nemesis02 for a wonderful plugin. |
ositobad4 11-19-2008 at 06:41 PM |
This patch is perfect but on FirefoX....
for internet explorer dont work!! help.... |
Nemesis02 11-22-2008 at 03:48 AM |
What won't work in IE? I've tested the password changing and it worked fine in IE.
Sorry about the lack of support on this, it was supposed to send me notifications of responses but it never did. Things are updated now. |
rodiguim 12-04-2008 at 03:43 PM |
It didn't work for me because my provider doesn't use cpanel or x3 they use DnsMail and I checked everywhere to find a solution but I can't get this to work  |
tfyisupportteam 01-23-2009 at 04:56 PM |
do you know what code needs to be placed in the settingstabs.html file underneath /skins/default/includes/
I think that the reason i am not able to use the addons is becuase there is no tab for them.
please help |
tfyisupportteam 01-23-2009 at 05:35 PM |
btw will you be making a version that works with 0.2 stable, i have tried using this version and it just does not work. For one the tabs will not open their pages, and when i enter the action code in the url it opens the page but they do not work, i can not change or save a password. |
Nemesis02 01-26-2009 at 02:07 AM |
Ok, I've modified the instructions to install for v0.2 stable. It should all work if you install it properly, I've tested it myself. |
Yann 01-26-2009 at 02:30 AM |
Is that possible to remove these lines from the vaction page? I didn't add them to the labels.inc but it's still showing something.
%subject% -
%from% -
%email% - |
dukhunter99 03-22-2009 at 11:56 PM |
Great plugin! I'm getting an error on the page that you set up forwarders. First the page appears stretched past the normal size and then I'm getting the following error:
[21-Mar-2009 03:59:18] PHP Warning: fputs(): supplied argument is not a valid stream resource in /home/guerbes0/public_html/email/program/lib/imap.inc on line 209
I believe the stretch is from the error taking up to much space when it displays on the page.
Any thoughts?
|
alaborda 02-06-2009 at 04:04 PM |
I've fount a label ("to") in forwards page that isn't fine for translating.
That's why I've modified 2 lines in /program/steps/settings/forward.inc:
From:
$out .= sprintf( "<tr><td>%s</td><td align=\"center\">to</td><td>%s</td><td>%s</td></tr>\r\n", $fwd['forward'], $fwd['to'], $chkbx->show(false));
$out .= sprintf( "<tr><td>%s</td><td align=\"center\">to</td><td align='right'>%s</td><td> </td></tr>\r\n", $_SESSION['username'], rcmail_get_edit_field("addfwd",'',array('type' => 'text', 'size' => 30), 'text'));
To:
$out .= sprintf( "<tr><td>%s</td><td align=\"center\">%s</td><td>%s</td><td>%s</td></tr>\r\n", $fwd['forward'], rcube_label("fto"), $fwd['to'], $chkbx->show(false));
$out .= sprintf( "<tr><td>%s</td><td align=\"center\">%s</td><td align='right'>%s</td><td> </td></tr>\r\n", $_SESSION['username'], rcube_label("fto"), rcmail_get_edit_field("addfwd",'',array('type' => 'text', 'size' => 30), 'text')
Then you need to add this label in /program/localization/*/labels.inc:
$labels['fto'] = 'to'; |