markp_2000
03-27-2012, 04:30 PM
I'm updating a plugin to vb4.x from vb3.8 and I need a replacement for the following
$vbulletin->GPC['message'] = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $foruminfo['allowhtml']);
I think the function came out of the functions_wysiwyg.php file.
Mark
$vbulletin->GPC['message'] = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $foruminfo['allowhtml']);
I think the function came out of the functions_wysiwyg.php file.
Mark