Scroll all the way down.
Click on "Mark Community Read" to reveal drop-up menu.
Click on "Mark All As Read".
Instead....
Go to ACP>Look & Feel>your_skin>Templates>Search>newContentView, add text in red:
Quote
<if test="searchismod:|:$this->memberData['g_is_supmod'] == 1">
<span class='right'>
<input type='checkbox' id='tmod_all' class='input_check' title='{$this->lang->words['search_select_all']}' value='1' />
</span>
</if>
{IPSLib::getAppTitle( $this->request['search_app'] )}
<a style="float:right; padding: 1px 20px 0 0;" href="http://your_board/index.php?app=forums&module=forums§ion=markasread&marktype=all&k={$this->member->form_hash}">Mark all as read</a>
</h2>
What you'll get is a clickable link "3.1.x style":
Edited by Broni, 17 October 2011 - 03:12 AM.
Code edited to better match board's layout
















