Roundcube Community Forum

 

Adding Additional Colums at the sorting bar..

Started by pratik_1712, December 29, 2010, 03:32:12 AM

Previous topic - Next topic

Jack!

Quote from: pratik_1712;32166I have already added "chbox" in plugins folder and added it in main.inc.php $rcmail_config['plugins'] = array("chbox");
Probably you have a typo in your plugins line so try the following instead:
$rcmail_config['plugins'] = array('chbox'); (mind the single quotes instead of the double quotes around chbox)

pratik_1712

@Jack : Itz not a typo.. I tried with both single and double quotes...
I think i am missing on something very minute..

SKaero

Single quotes and double quotes will work the same, is there anything in your error log?

pratik_1712