Changes between Version 232 and Version 233 of Plugin_Repository
- Timestamp:
- Jun 3, 2012 10:42:42 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin_Repository
v232 v233 7 7 '''Everyone who developed a plugin is welcome to add a link here.''' 8 8 9 == Attention ==10 11 9 In order to preserve the code and avoid broken links, we suggest that the developer of a plugin opens a project on [http://sf.net/ SourceForge], [http://code.google.com Google Code], [http://github.com Github], [http://gitorious.org/ Gitorious], [http://bitbucket.org/ Bitbucket] or [http://www.berlios.de/ BerliOS], or another bigger '''and secure''' open source code hosting of the developer's choice. 12 10 13 == Roundcube Community forum == 14 15 [http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/4830-plugin-repositories.html Roundcubeforum Link collection] 11 12 == Installing Plugins and Activating Plugins == 13 14 After downloading a plugin, extract (unzip) it in !RoundCube's {{{plugins}}} directory. Doing this correctly should result in a subdirectory {{{plugins/<name of plugin>}}} which contains all of the plugin's files. 15 16 A plugin is not used until you enable it by adding its directory name to the config option {{{plugins}}}, as an array element. This is done by editing your local {{{config/main.inc.php}}} file. Only plugins listed in the array will be enabled. 17 18 For example, to enable plugins named {{{additional_message_headers}}} and {{{archive}}}, {{{config/main.inc.php}}} should contain this line: 19 20 {{{ 21 $rcmail_config['plugins'] = array('additional_message_headers', 'archive'); 22 }}} 23 24 To disable a plugin, just remove it from the list. 25 16 26 17 27 == Categories == … … 203 213 204 214 === Links === 205 * [http://www.roundcubeforum.net/ 7-third-party-contributions/46-api-based-plugins/4830-plugin-repositories.html User to user Forum]215 * [http://www.roundcubeforum.net/index.php/board,46.0.html Roundcubeforum Plugin Link Collection] 206 216 207 217 === Samples ===
