MyBB Community Forums

Full Version: Reply getting erased when quoting someone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some, not all, iPhone users on my forum are having an intermittent issue with their replies being erased when quoting someone. Only the quote will show. Has anyone else encountered this problem or knows what to do?
What version are you using?
(2019-01-12, 04:47 PM)Michael2014 Wrote: [ -> ]What version are you using?

I'm using 1.8.19 but also the responsive theme Focus by WallBB. I noticed in the New Reply template he has edited:

{$post_javascript}

and replaced it with:

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1813"></script>


Could that be causing this issue?

I also read that this very issue has occurred earlier with Internet Explorer:
https://community.mybb.com/thread-158728.html


Is the suggested solution in that thread something I can apply:

(2014-10-10, 02:49 PM).m. Wrote: [ -> ]^ 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();" >