Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Changeez on November 14, 2011, 02:59:24 AM

Title: hmail_password problem
Post by: Changeez on November 14, 2011, 02:59:24 AM
hi
i installed hmail_password plugin according to its instruction inside. but nothing apeared as password setting in my mailbox setting. so my main questions are:
1- there's no main.inc.php file in plugins folder but some guides over internet say you should add hmail_password in plugins array in it. is it enough to just change the main.inc.php in config folder of RC?
2- what's the format of inserting plugin name in array; 'hmail_password'  or "hamil_password"?
3-what sort of configurations is needed for config.inc.php file inside the hamil_password plugin folder?

thanks in advance
Title: hmail_password problem
Post by: rosali on November 14, 2011, 12:13:31 PM
#1/#2
Add in main.inc.php 'hmail_password'.
The array should look then similar to ...

$rcmail_config['plugins'] = array('hmail_password','taskbar','global_config');

#3
Rename bundled config.inc.php.dist to config.inc.php and set your desired configuration inside config.inc.php (has to be valid php syntax); config options there should be self-explanatory.

... each entry reflects a registered plugin.
Title: hmail_password problem
Post by: Changeez on November 15, 2011, 04:38:43 PM
thanks for your quick answer.
i've done all those settings but nothing changed. could u plz introduce me a simple plugin which does not need to be set by config.inc.php? just let me ask you is it possible not doing any changes to config.inc.php leads to failing of installation?
Title: hmail_password problem
Post by: rosali on November 16, 2011, 03:01:52 PM
The simple answer is "NO".