Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: coibice on August 01, 2013, 07:43:13 AM

Title: Plugins don't show up in settings' menu anymore
Post by: coibice on August 01, 2013, 07:43:13 AM
Hi,

a few hours ago everything worked fine. I did a couple of edits in the main.inc.php and now plugins (like sauserprefs or password) don't appear in the settings menu bar anymore.

Here's the plugin section of my config file:
Code: [Select]
// ----------------------------------
// PLUGINS             
// ----------------------------------

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('managesieve', 'zipdownload', 'password', 'serverinfo', 'rcguard', 'sauserprefs');


The zipdownload plugin still works and some plugins appear in the about section (see attached screenshot).

Has anyone a clue how to fix that?
Title: Re: Plugins don't show up in settings' menu anymore
Post by: marco18678 on August 01, 2013, 11:52:18 AM
why you dont use the plugin manager??  anyway what did you change??