{{define "title"}}Forums{{end}} {{define "content"}}

Forums

{{if or .FeatureUserForumsEnabled (.CurrentUser.HasAdminScope "admin.forum.manage")}} {{end}}
{{$Root := .}} {{template "ForumTabs" .}} {{if .IsExploreTab}}

Tip: you can "quote exact phrases" and -exclude words (or -"exclude phrases") from your search.

Reset

Found {{.Pager.Total}} forum{{Pluralize64 .Pager.Total}}. (page {{.Pager.Page}} of {{.Pager.Pages}}).

{{SimplePager .Pager}}
{{end}} {{range .Categories}}
{{if .Category}}

{{.Category}} {{if eq .Category "My List"}} {{end}}

{{end}} {{if eq (len .Forums) 0}} There are no forums under this category. {{if not $Root.CurrentUser.Explicit}}Your content filters (non-explicit) may be hiding some forums.{{end}} {{else}} {{range .Forums}} {{$Stats := $Root.ForumMap.Get .ID}}

{{if $Root.FollowMap.Get .ID}} {{end}} {{.Title}}

{{if .Description}} {{ToMarkdown .Description}} {{else}} No description {{end}}
{{if .Explicit}} Explicit {{end}} {{if .Privileged}} Privileged {{end}} {{if .PermitPhotos}} Photos {{end}} {{if .Private}} Private {{end}}

Latest Post

{{if $Stats.RecentThread}} {{$Stats.RecentThread.Title}} by {{$Stats.RecentThread.Comment.User.Username}}
{{if and $Stats.RecentPost (not (eq $Stats.RecentPost.ID $Stats.RecentThread.CommentID))}} Last comment by {{$Stats.RecentPost.User.Username}} {{end}} {{SincePrettyCoarse $Stats.RecentThread.UpdatedAt}} ago
{{else}} No posts found. {{end}}

Topics

{{if $Stats}} {{$Stats.Threads}} {{else}} err {{end}}

Posts

{{if $Stats}} {{$Stats.Posts}} {{else}} err {{end}}

Users

{{if $Stats}} {{$Stats.Users}} {{else}} err {{end}}
{{end}} {{end}}
{{end}} {{if .IsExploreTab}}
{{SimplePager .Pager}}
{{end}} {{end}}