FAQ
Frequently Asked Questions |
---|
What is an imageboard? |
---|
An imageboard is a type of discussion board where users share images and text about various topics. The primary difference between imageboards and traditional forums is that anybody can make a post without registering an account or providing any personal information. This lowers the barrier to entry, protects user identities and focuses on what is said, rather than who says it. |
Post styling | |
---|---|
Input | Output |
>greentext | >greentext |
<pinktext | <pinktext |
==title== | title |
''bold'' | bold |
__underline__ | underline |
~~strikethrough~~ | strikethrough |
||spoiler text|| | spoiler text |
**italic** | italic |
(((detected))) | ((( detected ))) |
##2%9+3 | (##2%9+3) = 10 |
https://example.com | https://example.com |
[Board Rules](https://your.imageboard/a/custompage/rules.html)(staff only) | Board Rules |
>>123 | >>123 |
>>>/b/ | >>>/b/ |
>>>/b/123 | >>>/b/123 |
`inline monospace` | inline monospace |
[code]language int main() {...} [/code] | int main() {...} |
[code]aa ∧_∧ ( ・ω・) Let's try that again. [/code] | ∧_∧ ( ・ω・) Let's try that again. |
Supported languages for code block syntax highlighting: https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md. If you do not specify a language, a subset of languages is supported for auto-detection: javascript, typescript, perl, js, c++, c, java, kotlin, php, h, csharp, bash, sh, zsh, python, ruby, css, html, json, golang, rust, aa. If the language is "plain", an unsupported value, or the auto-detect confidence is too low, highlighting is disabled for the code block. If the language is "aa", the font will be adjusted for Japanese Shift JIS art. |
What is the file size limit? |
---|
Max size of form data per-post is 19.8MB. Because other fields e.g. name, message, etc contribute to this, the maximum size of file uploads will be very slightly smaller than this. |
How do I make my own board? |
---|
Register an account, then create a board. Please avoid making excessive amounts of boards, duplicate or boards similar to an existing one unless you expect that many users will migrate to the new board for whatever reason e.g. tyrannical moderation. |
What do the board settings for antispam do? |
---|
Lock Mode: Choose to lock posting new threads or all posts. Captcha Mode: Choose to enforce captchas for posting threads or all posts. PPH Trigger Threshold: Trigger an action after a certain amount of PPH. PPH Trigger Action: The action to trigger. TPH Trigger Threshold: Trigger an action after a certain amount of TPH. TPH Trigger Action: The action to trigger. Trigger Reset Lock Mode: If a trigger threshold was reached, reset the lock mode to this at the end of the hour. Trigger Reset Captcha Mode: If a trigger threshold was reached, reset the captcha mode to this at the end of the hour. Early 404: When a new thread is posted, delete any existing threads with less than 5 replies beyond the first 1/3 of threads. Disable anonymizer file posting: Prevent users posting images through anonymizers such as Tor hidden services, lokinet SNApps or i2p eepsites. Blocked Countries: Block country codes (based on geo Ip data) from posting. |
What do the filter options do? |
---|
Filters: Newline separated list of words or phrases to match in posts. Checks name, message, email, subject, and filenames. Strict Filtering: More aggressively match filters, by normalising the input compared against the filters. Filter Mode: What to do when a post matches a filter. Block/Ban Message: The message returned if a post is blocked, or the ban reason if a poster is banned. Filter Auto Ban Duration: How long to automatically ban for when filter mode is set to ban. Input the duration in time format described in the moderation section. Filter Bans Appealable: Whether or not a ban given by this filter can be appealed. This can be useful if the ban hits an innocent user by mistake. Replace Text: Text to substitute in for a replace filter. This is how word filters are added. |
What is the archive/reverse image search link url format? |
---|
Put a link with %s where the url of the page/file should go for reverse image search or archive links. For example https://tineye.com/search?url=%s. |
How does 2FA enforcement work? |
---|
There are two options included in global management settings that allow admins to increase security by enforcing the use of 2FA for all accounts and/or actions. Force Account 2FA: Forces all accounts to have 2FA, or else the user is redirected to the 2FA setup page. Force Action 2FA: If an account has 2FA enabled, the 2FA code must be input for: changing global settings, changing board settings, resigning from a staff position, deleting accounts, deleting your own account, or deleting a board. The granularity of what actions require 2FA will be expanded and customisable in a future release. |