Changes between Version 232 and Version 233 of Plugin_Repository


Ignore:
Timestamp:
Jun 3, 2012 10:42:42 AM (13 months ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Repository

    v232 v233  
    77'''Everyone who developed a plugin is welcome to add a link here.''' 
    88 
    9 == Attention == 
    10  
    119In 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. 
    1210 
    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 
     14After 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 
     16A 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 
     18For 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 
     24To disable a plugin, just remove it from the list. 
     25 
    1626 
    1727== Categories == 
     
    203213 
    204214=== 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] 
    206216 
    207217=== Samples ===