Quote:
Originally Posted by bfdzio
Being told the 'Mark Forums Read' button doesn't work again...?
|
It works in Forumhome, but after checking I see that I did not update it in the search results.
To correct, edit the search_resultlist template and replace
Code:
<div class="footlink"><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a></div>
with
Code:
<div class="footlink"><a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a></div>