Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Winchester on September 10, 2009, 09:18:00 PM

Title: Setting not saving
Post by: Winchester on September 10, 2009, 09:18:00 PM
I installed a few plugins and they loaded fine. The problem is that some of the setting will not save.

My plugins:
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('markasjunk','contextmenu','vcard_attach','vacation','help','archivefolder','msglistcols');


The vacation plugin refuse to stay checked. It says that it was successfully saved, but when you leave the page and go back, it's blank again..

Whenever I enable the "vcard_attch" plugin and save it stays.. Even if I leave Settings and go back.. Then as soon as I set the archive folder  and save, the vcard attachment unchecks. Leave settings and go back, the archive folder remains set, but not vcard.

I tried setting them in both Firefox as well as Opera.

Can someone tell me what I'm doing wrong?
Title: Setting not saving
Post by: Winchester on September 13, 2009, 02:28:15 PM
Can anyone help me with this please?:confused:
Title: Setting not saving
Post by: rosali on September 13, 2009, 03:00:30 PM
Is it possible to get remote access to rcube installation (ftp and http to roundcube root)? If so, PM'me details.
Title: Setting not saving
Post by: Winchester on September 14, 2009, 08:06:12 PM
Thanks for replying.. I will sent up an ftp and PM you the info.
Title: Setting not saving
Post by: rosali on September 16, 2009, 02:59:15 PM
Thanks for giving me remote access. Regarding my plugins 'archivefolder' (slightly modified default 'archive' plugin) and 'vcard_attach' the issue is fixed.

I missed to add a settings section check. During the developement of RC 0.3 stable the preferences step has been changed and I missed to adjust my plugins to be compatible. Thanks again for pointing this out. A new bundle will be released soon @ myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com).

Regarding the vacation plugin issue I didn't do any investigations. Please contact the developer (see top of vacations.php).
Title: Setting not saving
Post by: Winchester on September 17, 2009, 06:17:13 AM
Thank you very Rosali... I will look out for the updates. :)