Did you know… you can bypass the 20 character limit? Just put something in angle brackets (These things: <>) and fill it with a bunch of letters. The forum system will read it as an HTML tag (or some weird text formatting) and hide it, but still count the characters inside it toward the character requirement. That way, you can make posts that are less than 20 characters. (Keep in mind, people can reveal the hidden text if they know what they’re doing.)
Keep this in mind. Should help with those minimalists.
Here is an example.
There is hidden text in here.
UPDATE:
Not sure if anyone will see this, but I found out how to hide any text, not just letters.
The old method was sensitive to special characters and most punctuation, but I found out how to fix it.
The old method hid your text by disguising it as an HTML tag. (e.x <>
put something in angle brackets.).
The new method instead uses HTML comments, which I should’ve though of earlier. This is how you make an HTML comment: <!--(Hidden Text goes here)-->
. Allows you to put anything you want. Just though I’d update it.