Posts: 461
Threads: 54
Joined: Jul 2017
Add this code in footer template of your forum, it will work fine
Code:
<a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a>
Posts: 34
Threads: 9
Joined: Dec 2017
(01-08-2018, 06:40 AM)WallBB Wrote: Add this code in footer template of your forum, it will work fine
Code:
<a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a>
Where would I put it if I wanted it in the bar that has Log Out | | Forum Team | Forum Statistics?
Posts: 461
Threads: 54
Joined: Jul 2017
I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files
MyBB has moved the mark all forums as read in footer since 1.8.10 release
Posts: 34
Threads: 9
Joined: Dec 2017
(01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files
MyBB has moved the mark all forums as read in footer since 1.8.10 release
Oh OK. I tried that code in the footer but it didn't line up correctly and the text was blue.
Posts: 461
Threads: 54
Joined: Jul 2017
(01-09-2018, 06:04 PM)Hyperspace Wrote: (01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files
MyBB has moved the mark all forums as read in footer since 1.8.10 release
Oh OK. I tried that code in the footer but it didn't line up correctly and the text was blue.
Can you share the URL, I will check why it didn't work
Posts: 34
Threads: 9
Joined: Dec 2017
(01-11-2018, 10:57 AM)WallBB Wrote: (01-09-2018, 06:04 PM)Hyperspace Wrote: (01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files
MyBB has moved the mark all forums as read in footer since 1.8.10 release
Oh OK. I tried that code in the footer but it didn't line up correctly and the text was blue.
Can you share the URL, I will check why it didn't work
I got it to work in the bar where is says RSS Syndication
Posts: 461
Threads: 54
Joined: Jul 2017
(01-11-2018, 04:40 PM)Hyperspace Wrote: (01-11-2018, 10:57 AM)WallBB Wrote: (01-09-2018, 06:04 PM)Hyperspace Wrote: (01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files
MyBB has moved the mark all forums as read in footer since 1.8.10 release
Oh OK. I tried that code in the footer but it didn't line up correctly and the text was blue.
Can you share the URL, I will check why it didn't work
I got it to work in the bar where is says RSS Syndication
Correct, that is where it needs to be added
Good work mate