Author Topic: Adding Additional Colums at the sorting bar..  (Read 9844 times)

Offline Jack!

  • Jr. Member
  • **
  • Posts: 34
Adding Additional Colums at the sorting bar..
« Reply #15 on: January 05, 2011, 07:16:28 AM »
Quote from: pratik_1712;32166
I 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:
Code: [Select]
$rcmail_config['plugins'] = array('chbox'); (mind the single quotes instead of the double quotes around chbox)

Offline pratik_1712

  • Jr. Member
  • **
  • Posts: 43
Adding Additional Colums at the sorting bar..
« Reply #16 on: January 17, 2011, 01:02:58 AM »
@Jack : Itz not a typo.. I tried with both single and double quotes...
I think i am missing on something very minute..

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Adding Additional Colums at the sorting bar..
« Reply #17 on: January 17, 2011, 01:19:57 AM »
Single quotes and double quotes will work the same, is there anything in your error log?

Offline pratik_1712

  • Jr. Member
  • **
  • Posts: 43
Adding Additional Colums at the sorting bar..
« Reply #18 on: January 20, 2011, 04:35:02 AM »
@umount : Thanks a lot.. The updated version of the plugin is working great.. just what i needed..:)

@all: thanks for all the help.. I appreciate it..

Plz help me in the further query...

http://www.roundcubeforum.net/10-miscellaneous/33-roundcube-discussion/7869-retrieve-set-email-header.html

http://www.roundcubeforum.net/10-miscellaneous/33-roundcube-discussion/7871-how-retrive-data-database.html