MyBB Community Forums

Full Version: Mark forum as read vanished after updating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Updated from 1.8.9 to 1.8.10 and the mark forum as read option has vanished.

I usually have it next to all this - 
[Image: S9neugP.png]

index_boardstats - 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$collapsedthead['boardstats']}" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.png" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">

{$whosonline}	
{$birthdays}
{$forumstats}
<tr>
	<td class="tfoot" style="text-align: right" colspan="2">
		<span class="smalltext">
			{$logoutlink}
			<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a>
			<a href="showteam.php">{$lang->forumteam}</a>
			{$statspage}
		</span>
	</td>
</tr>
</tbody>
</table>

Any idea why it's not showing?
It's been moved to the footer, view a diff report on the footer template to see what needs adding.
(2017-01-28, 12:23 PM)Matt Wrote: [ -> ]It's been moved to the footer, view a diff report on the footer template to see what needs adding.
Oh okay, thanks.