Roundcube Community Forum

 

when using Taskbar plugin with roundcube 0.8 beta , page wont open!

Started by Coderx, April 20, 2012, 01:14:50 PM

Previous topic - Next topic

Coderx

Hello all .
i recently tried to use forgot_password plugin , and thus had to install Taskbar plugin beforehand ,
i did and when i activate Taskbar plugin , my mail login page wont start ! when i disable Taskbar form plugin array list
it then shows up fine .
my plugin array list looks like this :
$rcmail_config['plugins'] = array('taskbar','password','forgot_password ','rcguard');

i also tried adding the virtual keyboard , the same problem happened , after removing it form list , the page showed up fine !:
$rcmail_config['plugins'] = array('password','forgot_password ','rcguard','vkeyboard');

and by the way in both cases, the folders are created under plugins directory , so i dont know what the cause is :(
---------------
in forgot password , it also says i can change the javascript file , so that there would be no need for taskbar plugin, im clueless about this either .
would anyone please help me on this ?
Thank you in advance

SKaero


Coderx


rosali

I'm implementing PHP 5.2.1 compatibility. Plugins from a* - h* are done.

Plugin Manager http://code.google.com/p/myroundcube/downloads/detail?name=plugin_manager.zip is already 5.2.1 compatible.
Regards,
Rosali

Coderx

Quote from: rosali on April 21, 2012, 05:11:48 AM
I'm implementing PHP 5.2.1 compatibility. Plugins from a* - h* are done.

Plugin Manager http://code.google.com/p/myroundcube/downloads/detail?name=plugin_manager.zip is already 5.2.1 compatible.
thank you very much :)
its really a cool idea :)