MyBB Community Forums

Full Version: Show this Post (postbit_deleted) is not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After upgrading to MyBB 1.8.24, Show this Post button is not working anymore. On clicking the button, it closes the post instead of showing the deleted post.

I check the postbit_deleted template, no changes as you can see below :
----------------------------------------------------------------------------------------------------------------------------------------
<div class="deleted_post_collapsed" id="deleted_post_{$post['pid']}">
<div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
<div class="deleted_post_message">
<div class="show_deleted_post float_right" style="vertical-align: top;" id="show_deleted_link_{$post['pid']}"><a href="javascript:void(0)" onclick="Thread.showDeletedPost({$post['pid']}); return false;" class="button small_button"><span>{$lang->postbit_show_ignored_post}</span></a></div>
<script type="text/javascript">
<!--
$('#show_deleted_link_{$post['pid']}').show();
// -->
</script>
{$deleted_message}
</div>
</div>

-----------------------------------------------------------------------------------------------------------------------------------------

Any solution ? 
Thanks.