MyBB Community Forums

Full Version: Remove the "Mark this forum read" Link - MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I'm trying to strip down the MyBB templates, for a cleaner representation of MyBB (it's good, it's just my target audience will probably prefer less links)

On forumdisplay.php , there is a link to "Mark this forum read" | "Subscribe to this forum"

Where can I remove this from the templates, I don't think my users will need it (either that, or I would like to change the text to "marks as read" | "Subscribe" )
Index >> index_boardstats

Remove:

<a href="misc.php?action=markread">{$lang->markread}</a> |

Cool, cheers.

Thats not the template I was looking for, the link is above the thread titles (to the right of the forum name)

[Image: attachment.php?aid=20054]

But thanks, it must use the same methods, so I'll search around for "markread"
Forum Display Templates >> forumdisplay_threadlist

Look for and remove:
<a href="misc.php?action=markread&amp;fid={$fid}">{$lang->markforum_read}</a> |

Its near the top.
Got it, thanks Wink
Good job Wink