Attention all PHP gurus. This is a really strange bug. You gotta read this ticket. Boonex staff was not able to duplicate this bug on demozzz.com/dolphin7b, nor was I. Maybe I'm just lucky, but I have this same bug on 2 seperate test installations... 2 different servers... 2 different hosting companies. This problem is site wide. When I type a price such as $123 .... anywhere... the dollar sign and the 2 numeric characters immediately following the $ are not displayed. This occurs in event descriptions, blog post, comments... absolutely everywhere. The kicker is... the data is stored correctly in the database.
http://www.boonex.com/trac/dolphin/ticket/1046
It only happens when numeric characters immediately follow the dollar sign.. no problem with alpha characters.
Examples:
$1234 is displayed as 34
$abcd is displayed as $abcd
$ 1234 is displayed as $ 1234 (space after dollar sign)
This is very strange... Can anybody else verify this?