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

pratik_1712

I am having hard time figuring out how to add another column along with name, sender, subject, attachment and flag..

I tried few things mentioned in the posts before, like editing 'main.inc.php.dist' but still no luck..

I am trying to insert a column for sender's reputation.. Any help will be highly appreciated..
Thanks..

rosali

How do you plan to fill this column? This is a job for a plugin.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

pratik_1712

is any similar plugin available for reference..
If not.. could you guide me to the proper resource..

Thanks and Regards


umount

Quote from: pratik_1712;32058is any similar plugin available for reference..
If not.. could you guide me to the proper resource..

Thanks and Regards

My plugin add colum checkbox to select message.

https://github.com/umount/rcplugin_chbox

pratik_1712

Thanks for your reply Rosali and umount..
I am having l'il problem attaching the plugin to the cube..

I added the following line to main.inc.php:
$rcmail_config['plugins'] = array('archive','chbox');

Bt didn't get any visible change in the UI.. Am i missing on something..??
any help will be highly appriciated..


rosali

Which Roundcube version do you use? Older versions do not support the plugin API. Your config looks ok to me.

You say you 'added' the line. If there was no default line ...

$rcmail_config['plugins'] = array();

... it looks to me like you are using a very old Roundcube version.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

pratik_1712

#8
I edited the line(Didn't Add).. It was already there..
But "chbox" plugin is not displaying any check-box in the list of mails..

I was using 0.4
now upgraded to 0.5 RC.. Still no luck..

I tried "markasjunk" plugin.. This happens to work fine..
Any idea what is the problem..??

Thanks and Regards,
Pratik

rosali

No, not really ... any chance to get Remote access (IMAP test account, phpmyadmin and ftp to Roundcube folder)?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

pratik_1712

I am currently working/Testing on my localhost..
I can provide u a team-viewer connection.. If its fine..??

umount

Quote from: pratik_1712;32095I edited the line(Didn't Add).. It was already there..
But "chbox" plugin is not displaying any check-box in the list of mails..

I was using 0.4
now upgraded to 0.5 RC.. Still no luck..

I tried "markasjunk" plugin.. This happens to work fine..
Any idea what is the problem..??

Thanks and Regards,
Pratik

You must add check box column in list column from menu.

pratik_1712

#12
Quote from: umount;32122You must add check box column in list column from menu.

Can you be a li'l more specific please..??
its not listing in the drop list menu..
I am adding a screenshot..



I have already added "chbox" in plugins folder and added it in main.inc.php
$rcmail_config['plugins'] = array("chbox");

umount

Quote from: pratik_1712;32166Can you be a li'l more specific please..??
its not listing in the drop list menu..
I am adding a screenshot..



I have already added "chbox" in plugins folder and added it in main.inc.php
$rcmail_config['plugins'] = array("chbox");

I am add screenshot

umount

I will look what not with a plugin so after holidays