DocsOForumThread & Reply System
Features

Thread & Reply System

OForumorravo.com/docs/oforum/thread-reply-system

Thread Types

TypeDescription
discussionGeneral community discussion
questionQ&A with "Solved" / accepted-reply marking
announcementMod-only posting; displayed prominently
showcaseProject showcases with media emphasis

Thread States

  • Sticky — pinned to top of room listing (of_thread_sticky meta)
  • Closed — new replies disabled (of_thread_closed meta)
  • Solved — a reply has been marked accepted (of_thread_solved_reply_id meta)

Reply Features

  • Quoting — reply includes a reference to parent reply (of_reply_parent_id)
  • @mentions — parsed and stored; referenced users receive notification
  • Emoji reactions — managed by OForum_Reactions; stored in wp_of_reactions table
  • Report — via flag button; queued in moderation

Reading Position

OForum stores per-thread reading position in localStorage (key: of_read_{thread_id}) so returning visitors resume where they left off.

Pagination

Replies are paginated. Configurable via OForum → Settings → Replies per page (default: 20).

Thread & Reply System — OForum Docs — Orravo