MyBB Community Forums

Full Version: Can't see last posts/new replies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ever since I altered the headerinclude template, I have got a few members coming to me and reporting some kind of glitch.

When they go to view threads that are marked with 'new replies', they can't see any new posts. And it only happens in threads that they have posted in.

The weird thing is that only some of my members are getting this glitch, and I have no idea why. It also isn't happening on mobile version, so it must be the current theme.

This is my headerinclude...

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>

<!--[if lte IE 6]>
	<link rel="stylesheet" href="http://homeundone.com/wp-content/themes/brie/ie6eatskittens.css" type="text/css" media="screen" />
<![endif]-->

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

<script type="text/javascript">
jQuery.noConflict();

jQuery(document).ready(function() {
if (jQuery('.welcome-avatar').attr('src') === '') {
jQuery('.welcome-avatar').css('display', 'none');
}
});
</script>

{$newpmmsg}

Can someone please give me any clues as to what's going on here, I'll +rep you, thanks
try closing the jQuery no conflict and adding a new SCRIPT tag for the welcome avatar. If you don't know what I mean let me have ACP access.