Author Topic: Missing columns from Email module - SOLVED  (Read 1771 times)

internetonly

  • Newbie
  • *
  • Posts: 6
    • View Profile
Missing columns from Email module - SOLVED
« on: September 30, 2009, 06:47:33 pm »
- In "Open Goo" v. 1.5.3 - Email Module - Inbox / Sentbox, we have a lot of columns ( From / Subject / Account / To / Tags / Date / Folder ) BUT... columns "To" and "Folder" are not fully functional, when you check them to appear on the screen, in fact nothing appears below "To" and "Folder" columns... (especially "To" column can be very usefull in Sentbox...)  All other 5 columns works as designed.
- We use : Mozilla Firefox 3.5.2 / PHP 5.2.6 / MySql  5.0.45 / Apache 2.2.8
« Last Edit: October 03, 2009, 06:37:23 pm by internetonly »

internetonly

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Missing columns from Email module
« Reply #1 on: October 03, 2009, 06:32:00 pm »
- So, for "Open Goo" v.1.5.3, go to :

\application\controllers\MailController.class.php and after line # 1366 which stated  :
"subject" => $msg->getSubject(),
insert this single line :
"to" => $msg->getTo(),

and from now, your "To" column will be fully functional... (after you will check them, of course...).
« Last Edit: October 03, 2009, 06:49:19 pm by internetonly »