Hi!
Can someone please write a short summery how do I install a plugin? Where do I have to unzip the file I downloaded? Where is the directory? Where do I have to create it?
Thank you!
anybody can help me...i also need guide on this...:D
Which plugin?
can we start on "change user password" 1st...i really want to know about it...:D
There are three versions of plugin.
1.) You get a patch file and use ssh client with the patch command to patch your roundcube.
2.) You get the modified files and you have to replace them with the original one.
3.) You get a protokoll, which contains the Lines and filenames you have to edit.
For which one?
PS: Every Plugin can be different. So give me the link to the Plugin you wish to install!
I think the OP is looking for $rcmail_config['plugins']
in inc/main.inc.php
Let's clarify. The current official release (0.2.1 - stable) does not have a plugin api. So you have to patch the source code to get additional features. Since SVN 2400 the developement trunk version (trac.roundcube.net) has a partially documented plugin api. Look into plugins folder to see some examples. "ex_sqm" seems to refer to SVN trunk since the config $rcmail_config['plugins'] was introduced recently in SVN trunk. It is not available in the last official release.
Quote from: rosali;18620"ex_sqm" seems to refer to SVN trunk since the config $rcmail_config['plugins'] was introduced recently in SVN trunk. It is not available in the last official release.
That is correct. Yesterday, after updating to r2413, I saw the new plugins directory, asked myself "what the heck is this", looked into a sample plugin, saw the reference to main.inc.php, had a look into main.inc.php.dist - and was delighted :-)