Mark this forum read | Subscribe to this forum
Or can anyone give me the code of "Subscribe to this forum" cause I removed it and I can't remember nor where I deleted it from or the code so I kinda need help.
It's in the forumdisplay template, you can view a diff report to see what to add back.
By the way kinda off topic but what is this best answer thing and mark solved? I would sure like this type of plugin
@Matt in a regular forumdisplay I get this:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>
Witch part is it?
Oh, sorry, it's forumdisplay_threadlist.
<span class="smalltext"><strong><a href="misc.php?action=markread&fid={$fid}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&type=forum&fid={$fid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>