Quote:
Originally Posted by sadiq6210
After update to 1.2, now it is not working with my Arabic forum =(
|
Sorry about that, I guess I went overboard on the security to change all characters to HTML entities.
For now if you want to edit the two plugins:
PM Previews Main Code and
PM Previews in Notifications
Find the line:
Code:
$pm['boppreview'] = htmlentities($pm['boppreview']);
and change it to:
Code:
$pm['boppreview'] = htmlspecialchars($pm['boppreview']);
(do for each plugin.)
Otherwise I will release an update later today to fix it for non-latin Languages. :up: