![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
#21
|
|||
|
|||
|
I have the same problem ![]() Anybody help me?? Thx. |
|
#22
|
|||
|
|||
|
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>
|
|
#23
|
|||
|
|||
|
Quote:
|
|
#24
|
||||
|
||||
|
Quote:
|
|
#26
|
|||
|
|||
|
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
|
|
#27
|
|||
|
|||
|
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?
|
|
#28
|
|||
|
|||
|
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. |
|
#29
|
|||
|
|||
|
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 |
|
#30
|
|||
|
|||
|
this version of patch not works with roundcube version 0.2.2
|
![]() |
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 | |
|
|