01-12-2019, 03:11 PM
(This post was last modified: 01-12-2019, 03:13 PM by amanda_2011.)
Theme: Focus
Device: iPhone (8 Plus and others)
Browser: Safari
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, not the user's reply itself.
I read on myBB that Internet Explorer users have earlier been having this issue and they were talking about the template New Reply. I see this template has been edited in Focus and wonder if that may be causing the issue.
has been replaced with:
Could this be causing the problem? Is this code replacement necessary or can I safely revert the template? Hasn't the jscripts version 1813 been replaced with a newer version?
Device: iPhone (8 Plus and others)
Browser: Safari
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, not the user's reply itself.
I read on myBB that Internet Explorer users have earlier been having this issue and they were talking about the template New Reply. I see this template has been edited in Focus and wonder if that may be causing the issue.
Code:
{$post_javascript}
has been replaced with:
Code:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1813"></script>
Could this be causing the problem? Is this code replacement necessary or can I safely revert the template? Hasn't the jscripts version 1813 been replaced with a newer version?