QuoteJun 03, 2010 05:130 likesLike
 

IMHO this is no acceptable reason to wait longer for a decent Mailbox Outbox :-( (Account owner beeing shown as Author for all sent messages rather than showing the Recipients of the messages)... After all, this is a really basic feature; historically the first functionnality of Internet !!!

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
QuoteJun 09, 2010 05:030 likesLike
 

we will decide about outbox mode!

PS: If possible do not write me personally, please try to ask on the forum first
QuoteFeb 21, 2011 12:370 likesLike
 

Sorry to bring this up to live, was this fixed from 7.0.2 onwards?

Sleepless
QuoteFeb 21, 2011 13:440 likesLike
 

I think this is the fix you need but be careful and save you current BxBaseMailBox.php file first!!!

 

Open templates/base/scripts/BxBaseMailBox.php

Find the function genMessagesRows()

Find $aProfileInfo = getProfileInfo($aItems['Sender']); and replace it with $aProfileInfo = getProfileInfo($aItems['Recipient']);

Find $sMemberIcon = get_member_icon($aItems['Sender'], 'left'); and replace it with $sMemberIcon = get_member_icon($aItems['Recipient'], 'left');

Find $sMemberLocati alt= getProfileLink($aItems['Sender']); and replace it with $sMemberLocati alt= getProfileLink($aItems['Recipient']);

Find (around line 1294) 'author' => $aLanguageKeys['author'], and replace it with 'author' => 'Recipient'

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
QuoteFeb 21, 2011 18:220 likesLike
 

Thanks again!!  Will try and let you know the result.

Regards,

Sleepless