All settings are stored as WordPress options (get_option / update_option).
| Option Key | Type | Default | Description |
|---|---|---|---|
of_replies_per_page | int | 25 | Replies loaded per page on thread view |
of_edit_window_minutes | int | 30 | Minutes users can edit their own replies (0 = disabled) |
of_guest_read | bool | 1 | Whether non-logged-in users can read public rooms |
of_rich_text_enabled | bool | 1 | Enable rich text toolbar in reply form |
of_markdown_enabled | bool | 0 | Enable Markdown mode toggle per user |
of_reaction_emojis | string | 👍,❤️,😂,🔥,💡 | Comma-separated allowed emojis |
of_akismet_enabled | bool | 0 | Enable Akismet spam filtering (requires Akismet plugin) |
of_trust_threshold_1 | int | 5 | Posts needed to reach Level 1 (Member) |
of_trust_threshold_2 | int | 25 | Posts needed to reach Level 2 (Regular) |
of_trust_threshold_3 | int | 100 | Posts needed to reach Level 3 (Leader) |
