{% include 'public/partials/header.html' %}HOME›{{ strtoupper($forum['name']) }}Forum{{ $forum['name'] }}{{ $forum['description'] }}{% if $currentUser && $canPostTopic %}+ New Topic{% elseif !$currentUser %}Sign in to post{% endif %}{% if $currentUser %}Mark forum read{% endif %}{% if $subforums %}Subforums{{ count($subforums) }}{% foreach $subforums as $subforum %}{{ $subforum['forum_type']==='link'?'↗':'#' }}{{ $subforum['name'] }}{{ $subforum['description'] ?: ($subforum['forum_type']==='link'?'External link':'No description.') }}{% endforeach %}{% endif %}{% if $forumModerators %}Forum moderatorsThese moderators are assigned specifically to {{ $forum['name'] }}.{% foreach $forumModerators as $moderator %}{% if $moderator['avatar_url'] %}{% else %}{{ strtoupper(substr($moderator['username'],0,1)) }}{% endif %}{{ $moderator['username'] }}{% endforeach %}{% endif %}{% if $canModerate %}◆Moderator tools activeSelect one or more topics below to apply a bulk action.Open report queue{% endif %}Topic legendTopic status is saved to your account when you open a discussion.● Unread○ Read◆ Pinned▣ Locked{% if $canModerate %}Select allClear0 selectedChoose action…PinUnpinLockUnlockMoveDeleteMove to…{% foreach $moderationForums as $modForum %}{% if $modForum['id']!=$forum['id'] %}{{ $modForum['name'] }}{% endif %}{% endforeach %}Apply{% endif %}{% if $canModerate %}Select{% endif %}TopicRepliesViewsLast post{% foreach $topics as $topic %}{% if $canModerate %}{% endif %}{{ $topic['is_unread']?'●':'○' }}{% if $topic['prefix_name'] %}{{ $topic['prefix_name'] }}{% endif %}{{ $topic['title'] }}{% if $topic['solved_post_id'] %}Solved{% endif %}{% if $topic['is_pinned'] %}Pinned{% endif %}{% if $topic['is_locked'] %}Locked{% endif %}Started by {{ $topic['author'] }} · {{ date('M j, Y',strtotime($topic['created_at'])) }}{{ $topic['reply_count'] }}{{ $topic['view_count'] }}{{ $topic['last_post_author'] ?: $topic['author'] }}{{ $topic['last_post_ago'] }}{% endforeach %}{% if !$topics %}No topics yetBe the first member to start a discussion.{% endif %}{% if $canModerate %}{% endif %}{% include 'public/partials/footer.html' %}
{{ $forum['description'] }}
Be the first member to start a discussion.