'Outbox Mail' issues with 7.0.1 Update

With the update to 7.0.1 i would have hoped the issue of mail sent by me appearing in my Outbox with my name would have been addressed.  I know who sent it, it was me, so it should have the recipients name not the senders.  This appears to be an issue with the file BxBaseMailBox but as i'm not a coder perhaps someone could raise a Trac request unless someone has the solution?

Quote · 28 Apr 2010

A ticket was added in Trac a long time ago... Was probably postponed to D 7.1. Like you I think that this is an issue but was probably moved backward to enhancement Undecided

I already tried to solve this very annoying problem... but all that I was able to do was to produce real bug Laughing

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 28 Apr 2010

I like your Avatar MS

Quote · 28 Apr 2010

@ cbassthefish

Thank you :-) I will change it as soon as my D7 will have less issues with IE7 :-)) (Already better with D7.0.1)

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 28 Apr 2010

Here is the fix you need, this works on v7 perfectly:

Step 1: Find the BxBaseMailBox.php file in the following path
templates/base/scripts/BxBaseMailBox.php

Step 2: Find the function
genMessagesRows() in BxBaseMailBox.php

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

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

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

Step 6: Find ( line no 1294 ) 'author'             => $aLanguageKeys['author'], and replace with
'author'             => 'Recipient'
Quote · 29 May 2010

Dude!

Thanks .....

Small error on line 5 of your repair, it's actually

$sMemberLocati alt= getProfileLink($aItems['Sender']);

How weird, it did it to me too on the cutnpaste, stripped the last couple chartacters off the word location

$sMemberLocati alt= getProfileLink($aItems['Sender']);

 

FU__)*^%$%$G ! FISH FORUM!

 

You will have to manuall edit the word 'location' in line 5. The FISH FORUM has struck again!

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 29 May 2010

!!! The above modification will just replace a problem with another ! If you apply this "fix", this will be the Inbox that has the account owner as Recipient for all messages !!!

 

See there for Empty Trash fix: http://www.boonex.com/unity/extensions/entry/Delete_Message_Fix

Ticket 988 re-opened and link to fix added.

Changed 7.0 Beta4 with 7.0.2

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 30 May 2010

!!! The above modification will just replace a problem with another ! If you apply this "fix", this will be the Inbox that has the account owner as Recipient for all messages !!!

See there for Empty Trash fix: http://www.boonex.com/unity/extensions/entry/Delete_Message_Fix

Ticket 988 re-opened and link to fix added.

Changed 7.0 Beta4 with 7.0.2

Hello this trouble was fixed!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.