"n" in emails

I have this strange "n" in all my emailmessages.

Every empty line in a message has this "n".

Example:

Hello everyone,

n

Mery xmas to you all

n

Greets

n

Me

Can I remove this annoying "n"?

Quote · 23 Dec 2009

what version are u using? Sasha fixed that in newer versions as far as I remember. Anyway I will try it again on RC4 and report back.

Quote · 23 Dec 2009

It works fine here with RC4, no issues

Quote · 23 Dec 2009

I use RC2.

I made a lot of changes to the languagekeys and layout and I'm a bit afraid to upgrade.

For example. My site is a gaycommunity. I changed a lot of languagekeys to fit mu site and added a lot of new pages, etc.

Does upgrading affect this?

Quote · 23 Dec 2009

you can wait until stable and work it all over then. I remember it was fixed after RC2. Not sure though, maybe you can find the ticket in trac and alter the files if you don't want to upgrade now.

Quote · 23 Dec 2009

I use RC2.

I made a lot of changes to the languagekeys and layout and I'm a bit afraid to upgrade.

For example. My site is a gaycommunity. I changed a lot of languagekeys to fit mu site and added a lot of new pages, etc.

Does upgrading affect this?

Hello,

Open the 'mail.php' find this string :
$sMessageBody     = ( isset($_POST['message']) ) ? process_db_input(urldecode($_POST['message']), BX_TAGS_VALIDATE) : null;

and replace :
$sMessageBody     = ( isset($_POST['message']) ) ? process_db_input( nl2br( urldecode($_POST['message']) ), BX_TAGS_VALIDATE) : null;

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 23 Dec 2009

also remove these strings from inc/classes/BxDolMailBox.php

// shielding with slashes  ;

$sMessageSubject  = process_db_input($sMessageSubject, BX_TAGS_STRIP);
$sMessageBody     = process_db_input($sMessageBody, BX_TAGS_VALIDATE);
$sMessageBody     = nl2br( urldecode($sMessageBody) );

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 23 Dec 2009

This is happening to my install of 7.0.3 in the emails i send out. It happens when "enter" is pressed to drop to next line. Please advise.

i thought this was fixed from earlier vers in mailbox.php and BxDolMailBox.php, but my 7.0.3 install is displaying it.

Hello


n

There


n

Test

Quote · 30 Oct 2010

I believe this is the latest fix:

http://www.boonex.com/trac/dolphin/ticket/2200

Someday, Someway.
Quote · 30 Oct 2010

 

I believe this is the latest fix:

http://www.boonex.com/trac/dolphin/ticket/2200

 I am sorry I am still new to dolphin. I see a bunch of red and green shaded boxex in the files you directed me too. I am I supposed to make the chages manually or overwrite with the files in the above  url. Thank you in advance.

Quote · 30 Oct 2010

 

 

I believe this is the latest fix:

http://www.boonex.com/trac/dolphin/ticket/2200

I am sorry I am still new to dolphin. I see a bunch of red and green shaded boxex in the files you directed me too. I am I supposed to make the chages manually or overwrite with the files in the above  url. Thank you in advance.

http://www.boonex.com/trac/dolphin/changeset/14496?format=zip&new=14496

 

Here's a ZIP file taken directly from the changeset. You need to replace the appropriate files in your installation with these. In the future, you can get all fixes from changesets by downloading the corresponding file from the bottom of the page and then applying it.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Oct 2010

 

 

 

I believe this is the latest fix:

http://www.boonex.com/trac/dolphin/ticket/2200

I am sorry I am still new to dolphin. I see a bunch of red and green shaded boxex in the files you directed me too. I am I supposed to make the chages manually or overwrite with the files in the above  url. Thank you in advance.

http://www.boonex.com/trac/dolphin/changeset/14496?format=zip&new=14496

 

Here's a ZIP file taken directly from the changeset. You need to replace the appropriate files in your installation with these. In the future, you can get all fixes from changesets by downloading the corresponding file from the bottom of the page and then applying it.

Thank you Manussoft the fix worked great although I only installed BxDolMailBox because the js file gave me a crazy result with the sample emails I was sending out. Therefore, I only overrode BxDolMailBox.php file in inc/classes with the link you provided. Thanks again :-)...:-)

 

Quote · 31 Oct 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.