There is a check in the forum version 2.2 and earlier for a min length of username, subject and comment to catch eronious posts. In Version 2.3 these min length checks are configureable.
You can look in createtopic.php for this check and modify it
Text Formatted Code
if(strlen($name) > 2 && strlen($subject) > 1 && strlen($comment) > 1) {
You will see this check twice - new topic and new reply.
(strlen($name)
Geeklog components by PortalParts -- www.portalparts.com