Quote:
Originally Posted by Swedie
Run this SQL command to fix that problem:
INSERT INTO `phrase` (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'wg_html', 'HTML', 1);
INSERT INTO `phrase` (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'wg_vbcode', 'vBcode', 1);
|
Thank you that's fixed the drop down menu. html still doesn't work on the webpage though, but I wasn't going to allow html anyway.
Is there a way to integrate the forum's editor (e.g. the WYSIWYG editor) with the edit webpage?