Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: HTF on June 12, 2010, 07:04:37 PM

Title: Looking for two plugins from roundcube website screenshots
Post by: HTF on June 12, 2010, 07:04:37 PM
Hi,

Where I can find these two plugins:

(http://img69.imageshack.us/img69/5871/mailblocked.th.jpg) (http://img69.imageshack.us/i/mailblocked.jpg/)

(http://img535.imageshack.us/img535/8999/settingss.th.jpg) (http://img535.imageshack.us/i/settingss.jpg/)
Title: Looking for two plugins from roundcube website screenshots
Post by: rosali on June 13, 2010, 01:01:22 AM
#1- I think this is part of default Roundcube.

#2- Password plugin is bundled with default Roundcube. Just configure and activate it.
Title: Looking for two plugins from roundcube website screenshots
Post by: HTF on June 13, 2010, 05:50:58 AM
Quote from: rosali;28030#1- I think this is part of default Roundcube.

- Do I have to active it then as I don't see anything like this?

Quote from: rosali;28030#2- Password plugin is bundled with default Roundcube. Just configure and activate it.

- Can you help me with this. I have Version 0.4-beta.
Quote1. Configuration
 ----------------
 Copy config.inc.php.dist to config.inc.php and set the options as described
 within the file.
I created config.inc.php copy/paste the contents from config.inc.php.dist but I don't see any different. I use MySQL and Hmailserver so I left default settings to use SQL. What else do I have to set?

Regards
Title: Looking for two plugins from roundcube website screenshots
Post by: rosali on June 13, 2010, 06:48:26 AM
#1- Which version do you use?

#2- To activate a plugin: ...

$rcmail_config['plugins'] = array(
  "password",
  "anotherplugin",
  "andanotherplugin"
);
Title: Looking for two plugins from roundcube website screenshots
Post by: HTF on June 13, 2010, 06:58:05 AM
Quote from: rosali;28034#1- Which version do you use?

I have Version 0.4-beta. Sorry it appears when message is open in a new tab

Quote from: rosali;28034#2- To activate a plugin: ...

$rcmail_config['plugins'] = array(
  "password",
  "anotherplugin",
  "andanotherplugin"
);

I figured it out but now I receive error message:
QuoteCould not save new password
- if I use MySQL and hMailserver what driver I should use: sql or hmail?
Title: Looking for two plugins from roundcube website screenshots
Post by: rosali on June 15, 2010, 12:54:13 AM
#2- Use hmail driver.

Alternatively you could use 'settings' and 'hmail_password' plugins. These plugins are bundled with other myroundcube plugins. For download, please refer to my signature links.
Title: Looking for two plugins from roundcube website screenshots
Post by: HTF on June 15, 2010, 04:40:52 AM
Hi,

Thx for help.

Solved ;). The problem was with DCOM permissions.