The "Mark All As Read" link is missing from the index page. I use this fairly regularly. It was moved to the footer template in one of the more recent version upgrades. You can see where it used to be where it says "Log Out | | Forum Team".
The code for the footer template is
You can see where it's supposed to be here
https://community.mybb.com
The code for the footer template is
Code:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a></li>
You can see where it's supposed to be here
https://community.mybb.com