MyBB Community Forums

Full Version: [split] Mark all forums read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, how to make visible again the "Mark all forums read" link, on the bottom of my forum? I confirm that after last update, has disappeared.
^ you can update footer template code !
upgrading guidance Wrote:Visit your Admin Control Panel, then go to Templates & Style > Templates > Find Updated Templates.
This will show you a list of all the templates that have changed during the upgrade.

You can either revert these templates to their default - meaning all the changes you've made to it will be removed
- or you can see a Diff Report which will show you exactly what's changed. If you have a custom theme installed,
it is probably best that you look at the Diff Report and apply the changes you need.
Thanks, but now I don't have any templates in Templates & Style > Templates > Find Updated Templates beacause I manually save them after the update.
There is another "manual"mode to insert a specific code in the footer?
^ well, you can use below code within bottom links block of the footer template
<li><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a></li>

if required, similar code (without list element) may also be used in index_boardstats template