PDA

View Full Version : vB3 - What does it take to get the WYSIWYG editor to... ummm... work?


Link14716
07-09-2003, 01:29 AM
Well, I am working on a shoutbox, but whenever the WYSIWYG editor is used to make a shout, the message comes up blank. I'd think that this code would be enough to make it work: if (isset($_POST['WYSIWYG_HTML'])) {
require_once('./includes/functions_wysiwyg.php');
$newpost['message'] = convert_wysiwyg_html_to_bbcode($_POST['WYSIWYG_HTML']);
} else {
$newpost['message'] = $_POST['message'];
}But that still doesn't work. Any ideas?

filburt1
07-09-2003, 01:55 AM
Please read the forum rules. No technical vB3 hacking discussion.