Roundcube Community Forum

 

how to Install Plugins ?

Started by Predatorftp, February 28, 2010, 07:03:46 AM

Previous topic - Next topic

Predatorftp

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

dakkar

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

Predatorftp

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

dakkar

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

Predatorftp

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.

charan315

#5
how to install register plugin.
i pasted like this below active plugins "$rcmail_config['plugins'] = array('register');"(without quotes)

now calender plugin disabled

rosali

$rcmail_config['plugins'] = array('register','calendar')
Regards,
Rosali

charan315

ok where can i find register now