Author Topic: Installing the plugin  (Read 3350 times)

Offline pratik_1712

  • Jr. Member
  • **
  • Posts: 43
Installing the plugin
« on: December 30, 2010, 02:20:43 AM »
I am trying to install a plugin

I added the following line to main.inc.php:
$rcmail_config['plugins'] = array('archive');

Its not showing any visible change in my UI..
Am I missing anything..?? or an additional step for installation..??

Thanks and Regards,
Pratik

Offline hawkeye

  • Newbie
  • *
  • Posts: 2
Re: Installing the plugin
« Reply #1 on: December 02, 2012, 12:12:42 PM »
Following the documentation try:
"de_dieploegers_archive" instead of "archive"

Code: [Select]
$rcmail_config['plugins'] = array('de_dieploegers_archive');

Best regards & good luck!