MyBB Community Forums

Full Version: How Could I Return This?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Big Grin
(2010-10-18, 06:58 PM)AXVIS Wrote: [ -> ]what is this best answer thing and mark solved? I would sure like this type of plugin Big Grin

http://mods.mybb.com/view/mysupport
@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&amp;fid={$fid}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>