Roundcube Community Forum

 

MyRoundCube Accounts Plugin - How to Install

Started by That Guy, September 01, 2010, 04:33:02 PM

Previous topic - Next topic

That Guy

OK I have been working through the install instructions and I am a little lost.

I have added to the database, that is about it.

Getting Stuck on the following:

QuoteCopy "config.inc.php.dist" to "config.inc.php".
Open the file and adjust the configuration settings.

I take it instead of "Copy to" it means "Rename to" (I have done this)

QuoteGoto [roundcube_folder]/plugins and open main.inc.php. Add [plugin_name] to $rcmail_config['plugins'] array.

There is not a main.inc.php file in my plugins folder, am I missing the point?

and finally.......

Once setup where would I find the settings for this plugin in RoundCube?

Thanks in Advance :)

SKaero

1. The accounts plugin read the config.inc.php.dist as a default config so it would mean make a copy and rename the new copy config.inc.php.

2. You would need to edit the /config/main.inc.php and Add 'accounts' to $rcmail_config['plugins']

3. There will be a new section in the RoundCube settings

Note: make sure you also install the settings plugin, its required by the accounts plugin.