Makestation
[Bug Report] "Mark All As Read" Link Missing - Printable Version

+- Makestation (https://makestation.net)
+-- Forum: Makestation Community Related (https://makestation.net/forumdisplay.php?fid=11)
+--- Forum: Community Related (https://makestation.net/forumdisplay.php?fid=19)
+--- Thread: [Bug Report] "Mark All As Read" Link Missing (/showthread.php?tid=2047)



"Mark All As Read" Link Missing - spork985 - May 30th, 2018

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
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

Smile


RE: "Mark All As Read" Link Missing - Harry K. - May 30th, 2018

+1 Agree this is a needed feature. Doesn't have to be in the footer but would be useful to have it somewhere.


RE: "Mark All As Read" Link Missing - Darth-Apple - May 30th, 2018

Done, it's added to the footer area!

I didn't even realize it was missing. Good find lol. Finna


RE: "Mark All As Read" Link Missing - spork985 - May 31st, 2018

Looking good, thanks!