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
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
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
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
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.
how to install register plugin.
i pasted like this below active plugins "$rcmail_config['plugins'] = array('register');"(without quotes)
now calender plugin disabled
$rcmail_config['plugins'] = array('register','calendar')
ok where can i find register now