MyBB Community Forums

Full Version: Error while Quick Edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i finish edition using Quick Edit function .. I get this error

Fatal error: Call to undefined function format_variable() in /home/wwwproj/public_html/xmlhttp.php on line 423

Please help
If you have the Userformatting module of MyPlaza installed, it's a known issue.
Yes I have installed that .. Now how to remove it ?
Before line 423 (call to the format_variable() function), add the following line of code, to xmlhttp.php:
Code:
require_once MYBB_ROOT.'inc/plugins/myplaza/userformat.php';
Do u mean to add before this line
Code:
echo format_variable($post['message'], $mybb->user['postformat']);
Yeap Toungue
Changed !!!!!!
Reference URL's