Feng Forum

Support => Older versions => : internetonly September 30, 2009, 06:47:33 PM

: Missing columns from Email module - SOLVED
: internetonly 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
: Re: Missing columns from Email module
: internetonly 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...).