RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > Old Style Plug-Ins

For more information about the ads and why they're here, please see the FAQ

Reply
  #21  
Old 04-22-2009, 11:49 AM
Registered User
 
Join Date: Oct 2008
Posts: 1
Default

Quote:
Originally Posted by nadir View Post
Hi, how did you fixed it?
I too would like to know how Unatine has solved the problem with the lastest 0.2.1 version.

I have the same problem
Anybody help me??

Thx.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 04-23-2009, 01:53 PM
Registered User
 
Join Date: Mar 2008
Posts: 1
Default

try add file roundcube/skins/default/includes/settingscripts.html
Code:
<script type="text/javascript">

if (window.rcmail && rcmail.env.action)
  {
  var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action);
  var tab = document.getElementById('settingstab'+action);
  }
else
  var tab = document.getElementById('settingstabdefault');

if (tab)
  tab.className = 'tablink-selected';

</script>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 04-26-2009, 02:07 PM
Registered User
 
Join Date: Apr 2009
Location: Russia
Posts: 2
Default

Quote:
Originally Posted by xoma View Post
try add file roundcube/skins/default/includes/settingscripts.html
Code:
<script type="text/javascript">

if (window.rcmail && rcmail.env.action)
  {
  var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action);
  var tab = document.getElementById('settingstab'+action);
  }
else
  var tab = document.getElementById('settingstabdefault');

if (tab)
  tab.className = 'tablink-selected';

</script>
Doesn't work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 04-26-2009, 05:50 PM
DJManas's Avatar
Registered User
 
Join Date: Mar 2009
Location: Lithuania
Posts: 13
Send a message via Skype™ to DJManas
Default

Quote:
Originally Posted by fritz001 View Post
It seems there is a problem patching latest myroundcube !!

patch -p1 <Qmail+Mysql+Vpopmail\ Password\ Change\ Patch\ v1.0.patch
patching file index.php
Hunk #1 succeeded at 293 (offset 100 lines).
patching file program/js/app.js
Hunk #1 FAILED at 235.
Hunk #2 FAILED at 904.
2 out of 2 hunks FAILED -- saving rejects to file program/js/app.js.rej
patching file program/localization/en_GB/labels.inc
patching file program/localization/en_GB/messages.inc
patching file program/localization/en_US/labels.inc
patching file program/localization/en_US/messages.inc
patching file program/steps/settings/password.inc
patching file skins/default/includes/settingstabs.html
patching file skins/default/templates/password.html
Same problem for me. Roundcube version roundcubemail-0.2.1 how to solve this problem? All files are fresh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 04-27-2009, 06:29 AM
Registered User
 
Join Date: Apr 2009
Location: Russia
Posts: 2
Default

Quote:
Originally Posted by DJManas View Post
Same problem for me. Roundcube version roundcubemail-0.2.1 how to solve this problem? All files are fresh.
Replace a file app.js with my file app.zip
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 05-30-2009, 04:05 PM
Registered User
 
Join Date: May 2008
Posts: 14
Lightbulb find a bug

Hi,

I've placed my roundcube installation with vpopmail and mysql.

The change password plugin works very well, but it has a problem with the domain with a " - " in the middle

Ex: user@some-domain.ext

I've make my solution to correct this bug

This in my code to replace in password.inc file


$dom_table_1 = str_replace(".","_",$domain[1]);
$dom_table_2 = str_replace("-","_",$dom_table_1);

// ONLY CHANGE YOUR vpopmail DATABASE NAME !!!!!

$passwordquery = "UPDATE vpopmail.$dom_table_2 SET pw_passwd = '$crypted',pw_clear_passwd='".$new_password."' WHERE pw_name = '$domain[0]';";


Bye bye
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 06-03-2009, 09:07 AM
Registered User
 
Join Date: Feb 2009
Posts: 6
Unhappy for new release v0.2.2

Hi. can anybody help me? have the password change patch for new release?
old patch not works.
Why roundcube does not add this function to the project?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 06-12-2009, 09:22 AM
Registered User
 
Join Date: Feb 2009
Posts: 6
Angry patch for new release

Hi, somebody can help me fix problem with roundcube v0.2.2? current password change patch not works on this version. when i click to password tab, i see blank page. i tried fix this but i see that app.js and other js files changed.

Last edited by nadir; 06-12-2009 at 09:29 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29  
Old 06-16-2009, 12:30 AM
Roundcube Newcomer
 
Join Date: Jun 2009
Posts: 1
Default Help me.....

what sql command to give permissions roundcube users to update vpopmail database. this is my database name
vpopmail databases name: vpopmail
vpopmail username : vopmailuser
roundcube databases name : roundcubemail
roundcube username : roundcubemail

are corect or not ?
// ONLY CHANGE YOUR vpopmail DATABASE NAME !!!!!
$passwordquery = "UPDATE vpopmail.vpopmail SET pw_passwd = '$crypted',pw_clear_passwd='".$new_password."' WHERE pw_name = '".$emailuser."';";


Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30  
Old 07-06-2009, 07:38 AM
Registered User
 
Join Date: Feb 2009
Posts: 6
Exclamation help

this version of patch not works with roundcube version 0.2.2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

LinkBacks (?)
LinkBack to this Thread: http://www.roundcubeforum.net/7-third-party-contributions/25-old-style-plug-ins/4286-new-file-added-qmail-mysql-vpopmail-password-change-patch-v1-0-a.html
Posted By For Type Date
wheaties.us || Andy and Natasha Wheatley's Blog This thread Refback 02-22-2009 08:48 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:30 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community