Roundcube Community Forum

 

Plugins?

Started by quwax, February 18, 2014, 12:46:05 AM

Previous topic - Next topic

quwax

Hello,
my plugin array looks like that:

$config['plugins'] = array(
    'archive',
    'zipdownload',
    'emoticons',
    'rc_openpgpjs',
    'antiBruteForce'
);

the first three are shown in the about dialog, the other 2 are not.
Does that mean rc_openpgpjs is neither active nor working? And if so, how can I make it work?
Same question for antiBruteForce
thanks
quwax

SKaero

Not necessarily, in order for a plugin to show in the about popup it needs to have a package.xml. If it doesn't it wont show up.