MyBB Community Forums

Full Version: disable mark this forum read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to disable "mark this forum read" and this forum contains new posts?
Thanks
you can remove / use comment tags for the code like below
forumbit_depth2_forum template
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

forumdisplay_threadlist template
<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a>
My man thanks very much
Note that there is also a mark as read in the stats table on the index.

Admin CP -> Templates & Style -> Templates -> *TEMPLATE SET* -> Index Templates -> index_boardstats
			<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
You right @JordanMussi thanks very much +1