Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: ghostshell on January 06, 2016, 12:18:29 AM

Title: Quick Plugin Install Question - config.inc.php.dist file
Post by: ghostshell on January 06, 2016, 12:18:29 AM
I am trying to figure out why some plugins I have installed and enabled do not show up on the web gui.

My question to start with is....

When copying over the folder to the plugins directory.

Should the following file inside the plugin directory

config.inc.php.dist

Be left named as is or should is be renamed to

config.inc.php

I did not rename some files just cuz I forgot to and the file stayed as config.inc.php.dist and I got no errors and the plugin works.
Title: Re: Quick Plugin Install Question - config.inc.php.dist file
Post by: SKaero on January 06, 2016, 01:02:59 AM
You should copy the config.inc.php.dist file and rename the copy to config.inc.php. All changes should be made in the config.inc.php file since the config.inc.php.dist file will be overwritten in updates.