PDA

View Full Version : Highscore Pm Notification Bug


Gizmo5h1t3
10-30-2006, 08:42 AM
noticed this in a pm notifying me a high score had been beaten...

Hello Gizmo,

your highscore in the game Logrunner was beaten by Angel

Click here ('http://www.*********/forum/arcade.php?do=play&gameid=17') to play Logrunner and claim back the highscore, or click here ('http://www.*********/forum/arcade.php?do=stats&gameid=17') to see the highscores.



thats how it shows....comes thru as code....

tried doin it in this post....shows fine without the html code brackets....weird.

Gizmo5h1t3
10-31-2006, 01:53 PM
has anyone else had this yet?
dont want this thread to drop out of sight if its an issue to others as well,

scottct1
11-09-2006, 07:17 PM
Its happening to me, and also in the emails as well...

Hello Scott Greczkowski,<br />
<br />
your highscore in the game <b>Sexy Speed Test</b> was beaten by <b><i>TYORK</i></b><br />
<br />
<a href='http://www.satelliteguys.us/arcade.php?do=play&gameid=3985'>Click here</a> to play <i>Sexy Speed Test</i> and claim back the highscore, or <a href='http://www.satelliteguys.us/arcade.php?do=stats&gameid=3985'>click here</a> to see the highscores.

Gizmo5h1t3
11-11-2006, 05:26 PM
any ideas ZP??

id like to get this sorted out....

MrZeropage
11-11-2006, 08:50 PM
Mails are parsed to HTML while PMs are done using bbCode.

Nurofen
11-14-2006, 07:43 PM
Mails are parsed to HTML while PMs are done using bbCode.

It seems the emails are being sent in raw HTML

Hello Admin,<br />
<br />
your highscore in the game <b>Space Invaders</b> was beaten by <b><i>Kat</i></b><br />
<br />
<a href='http://www.floristnews.co.uk/forum/arcade.php?do=play&gameid=2'>Click here</a> to play <i>Space Invaders</i> and claim back the highscore, or <a href='http://www.floristnews.co.uk/forum/arcade.php?do=stats&gameid=2'>click here</a> to see the highscores.


Is there a fix for this?

MrZeropage
11-15-2006, 06:01 AM
I think the mailclient does not parse the HTML-Code ?

The script generated valid HTML ...

gmatrix
11-19-2006, 03:36 PM
It seems the emails are being sent in raw HTML

I am having the same problem with emails and I don't think it's the mailclient. The email is displayed with the raw html code when received in Outlook (which displays other html emails OK) and when received in Hotmail.

gmatrix
11-21-2006, 10:29 PM
I'd really like to get this sorted. The emails are being sent in html format, but vB send emails out with the standard text header:

Content-Type: text/plain; charset="ISO-8859-1"

You need to either send the emails with the html header or send them in text format (like they were in 2.5.6). I have been trying without success to remove the 'br' tags in the $mailmessage variable using 'preg_replace' before it is sent out, but cannot get it to work.

Please can someone help me out here?