Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: That Guy on September 01, 2010, 04:33:02 PM

Title: MyRoundCube Accounts Plugin - How to Install
Post by: That Guy on September 01, 2010, 04:33:02 PM
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:

Quote
Copy "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)

Quote
Goto [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 :)
Title: MyRoundCube Accounts Plugin - How to Install
Post by: SKaero on September 02, 2010, 01:44:47 AM
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.