Forum: Notification with post body

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/18/2010 10:38:58 AM
Gravatar
Total Posts 30

Forum: Notification with post body

Hi there,

I noticed that the forum notification mails sent (with the "Include Post Body in Notification Email?" option enabled) are incorrectly escaped. Instead of

i havent been able to "play online" because

I get this in my mail:

i havent been able to "play online" because

 

I think your routines are escaping text too often. Or you could send the mails in HTML format. That'd help as well...

Regards,
Simon

3/20/2010 6:58:58 AM
Gravatar
Total Posts 18439

Re: Forum: Notification with post body

Hi Simon,

I will add logic to replace " with ". I believe it is th WYSIWYG editors html encoding the quotes before they go into the db.

Best,

Joe

3/20/2010 7:11:03 AM
Gravatar
Total Posts 30

Re: Forum: Notification with post body

A whole class of characters gets escaped too much:

I've finally edited 

if >1 the player 

Not to speak about all the "foreign" characters: öäüéàèÖÄÜÉÀÈÎ and so on...

Regards,
Simon

3/20/2010 1:57:46 PM
Gravatar
Total Posts 18439

Re: Forum: Notification with post body

I've added logic to HtmlDecode it. It will be fixed in the next release and the fix will be in svn trunk by late tonight.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.