The Arcive of vBulletin Modifications Site. |
|
Highscore Pm Notification Bug Details »»
|
|||||||||||||||||||||||||
noticed this in a pm notifying me a high score had been beaten...
HTML Code:
Hello Gizmo, your highscore in the game [b]Logrunner[/b] was beaten by [b][i]Angel[/i][/b] [url='http://www.*********/forum/arcade.php?do=play&gameid=17']Click here[/url] to play [i]Logrunner[/i] and claim back the highscore, or [url='http://www.*********/forum/arcade.php?do=stats&gameid=17']click here[/url] 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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
has anyone else had this yet?
dont want this thread to drop out of sight if its an issue to others as well, |
|
#3
|
|||
|
|||
|
Its happening to me, and also in the emails as well...
Code:
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. |
|
#4
|
||||
|
||||
|
any ideas ZP??
id like to get this sorted out.... |
|
#5
|
||||
|
||||
|
Mails are parsed to HTML while PMs are done using bbCode.
|
|
#6
|
|||
|
|||
|
It seems the emails are being sent in raw HTML
Code:
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. |
|
#7
|
||||
|
||||
|
I think the mailclient does not parse the HTML-Code ?
The script generated valid HTML ... |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
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? |
![]() |
|
|