Specially search highlight, some useful plugins for roundcube.
- SearchHighlight: Very simple plugin to highlight the words searched in the messages displayed.
- IdentiTeam: Create new users' identities and fancy signatures, using data from an LDAP server and complex HTML or text templates.
Only tested this plugin with following environments. Other setup may work with luck.
- PHP: >=
5.4
- Roundcube:
0.9
,1.1
,1.2.8
,1.3.0
- Supported skins:
Classic
,Larry
,Elastic
- Create folder
<pluginname>
inROUNDCUBE_HOME/plugins
if it does not exist. Each individual are in plugin directory in this repository - Copy all plugin
<pluginname>
files there. - If you want to do plugin configuration, copy
config.inc.php.dist
toconfig.inc.php
and then editconfig.inc.php
. - Edit your Roundcube's config file (
ROUNDCUBE_HOME/config/config.inc.php
or maybe/etc/roundcube/config.inc.php
), locate$config['plugins']
and add'<pluginname>',
. - For detailed info check each plugin directory in this repository.