Quote:
Originally Posted by Lynne
|
Lynne, I found that explanation and it is
ridiculous for vBulletin to expect their customers to do all of that to fix their broken product.
To do it manually the .diff file say to change the following in clientscript/vbulletin_quick_edit.js
Code:
- form.add_variable('message', vB_Editor[vB_QuickEditor.editorid].get_editor_contents());
to
Code:
+ form.add_variable('message', vB_Editor[vB_QuickEditor.editorid].getRawData());
Minus the - and + of course.
form.add_variable('message', vB_Editor[vB_QuickEditor.editorid].get_editor_contents()); Doesn't even exist in clientscript/vbulletin_quick_edit.js