MyBB Community Forums

Full Version: Advanced WYSIWYG Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
(2011-08-15, 05:14 PM)alv4 Wrote: [ -> ]Waiting for a fix for install it Smile
Yes, can not wait ...Hope to have the fix soon Angel

How can I add Quick Reply (ajax) to this editor ? (Quick Reply Without page refresh)
(2011-08-15, 08:22 PM)MayKim Wrote: [ -> ]
(2011-08-15, 05:14 PM)alv4 Wrote: [ -> ]Waiting for a fix for install it Smile
Yes, can not wait ...Hope to have the fix soon Angel
I'm right now very busy with other things, but I will try to work on this update as soon as possible.

(2011-08-19, 05:06 PM)DJMOKHTAR Wrote: [ -> ]How can I add Quick Reply (ajax) to this editor ? (Quick Reply Without page refresh)
Enable the quick reply option in the advanced wysiwyg settings.

(2011-08-19, 05:14 PM)Simon S. Wrote: [ -> ]Enable the quick reply option in the advanced wysiwyg settings.

My settings are correct

[Image: wysiwyg_2.png]

but quick reply Is not Ajax and Multi Quote not work Sad Why ?Sad

Thank You Simon ...
When I am in the new thread , running

DJMOKHTAR,
I have the plugin Advanced Quick Reply Form (1.0.3) installed ; when I disable the Clickable MyCode Editor , the quick reply has WYSIWYG - -- Hope it helps
thank you very much, it's a great job

how can I add smiles box to quick reply?

thank you
When I edit a calendar event the editor never shows up. I changed

if($mybb->input['action'] == "addevent")

in wysiwyg.php to

if($mybb->input['action'] == "addevent" || $mybb->input['action'] == "editevent")

so now the configuration entry for addevent switches also the case of editing an event.

PS: Great piece of work. It does not only work good, it also looks good Wink
(2011-09-04, 09:23 PM)Rtlprmft Wrote: [ -> ]When I edit a calendar event the editor never shows up. I changed

if($mybb->input['action'] == "addevent")

in wysiwyg.php to

if($mybb->input['action'] == "addevent" || $mybb->input['action'] == "editevent")

so now the configuration entry for addevent switches also the case of editing an event.

PS: Great piece of work. It does not only work good, it also looks good Wink

Thanks for the post! I forgot to add that to the editor, I'll add it surely to the next version (when I have time).
How to change the CSS and put the bringing my style?
Thanks
Hello everyone,
I also have a problem of stack overflow 1822 with IE8.
Unfortunately, my users use IE.
Is there a fix for the problem?
Thanks!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17