MyBB Community Forums

Full Version: A couple of issues with post reply to a post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ the suggestion was to replace below code segment from newreply template
<form action="newreply.php?tid={$tid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
with that code segment
<form action="newreply.php?tid={$tid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input" onclick="$('#message').sceditor('instance').updateOriginal();" >
Do you think it's working? Can I use it as temporary solution untill a official MyBB- fix is available?
^ please try. there is no harm in trying it.
Yes, I did and it seems that it works....
I have used that new code, but with IE11 smilies don't work on newreply, also to you?
(2014-10-18, 03:43 PM)niere8 Wrote: [ -> ]I have used that new code, but with IE11 smilies don't work on newreply, also to you?

No problems with smilies in a new reply here when using IE 11 after that script-change.......
Pages: 1 2