Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Predatorftp on February 28, 2010, 07:03:46 AM

Title: how to Install Plugins ?
Post by: Predatorftp on February 28, 2010, 07:03:46 AM
Hi,

I have found in my RC folder a folder called "plugin"  how do i use or install it ?

I am new here please give me detailed instructions.

P.s I was searching the forum and did cross the answer.

Thanks.
Daniel
Title: how to Install Plugins ?
Post by: dakkar on February 28, 2010, 07:19:43 AM
U have to put the plugin in this directory an enable it, by writing it in the main config file (search for plugin, its an array)

dakky
Title: how to Install Plugins ?
Post by: Predatorftp on February 28, 2010, 07:22:52 AM
can you be more specific please add some details.

I have Main.inc.php opened on my screen, what should i edit there ?

I haven't got PHP skills but i found what you said, now can  you give me an example ? i will understand from there
Title: how to Install Plugins ?
Post by: dakkar on February 28, 2010, 07:28:10 AM
sry was in a hurry ;)

here some details:
configfile: config/main.inc.php

search for: plugin ... this leads to the config parameter.
Here is an example:

$rcmail_config['plugins'] = array('show_additional_headers','settings');

This activates the plugins in the folders: plugins/show_additional_headers and plugins/settings

hope this helps

dakky
Title: how to Install Plugins ?
Post by: Predatorftp on February 28, 2010, 07:46:59 AM
Thank you i managed using you instructions to activate the plugins.

Can you help me find a plugin or a method to import my outlook contacts ?

Thanks.
Title: how to Install Plugins ?
Post by: charan315 on February 28, 2010, 09:16:33 PM
how to install register plugin.
i pasted like this below active plugins "$rcmail_config['plugins'] = array('register');"(without quotes)

now calender plugin disabled
Title: how to Install Plugins ?
Post by: rosali on March 01, 2010, 01:26:20 AM
$rcmail_config['plugins'] = array('register','calendar')
Title: how to Install Plugins ?
Post by: charan315 on March 01, 2010, 02:26:19 AM
ok where can i find register now