Quote:
Originally Posted by Samira
Is anyone else having problems reading messages with the Quote tags? I had a mod installed that altered the look of the quotes and I uninstalled that, but am having the same problem. Suggestions?
|
in pm.php in function parse_pm_bbcode($bbcode) change
at the end of the return line from this:
PHP Code:
,$vboptions['privallowbbcode']));
to this:
PHP Code:
,$vboptions['privallowbbcode'],1));