Author Topic: Plugins?  (Read 3298 times)

Offline quwax

  • Jr. Member
  • **
  • Posts: 24
Plugins?
« on: February 18, 2014, 12:46:05 AM »
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Plugins?
« Reply #1 on: February 18, 2014, 01:39:39 AM »
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.