Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Is it possible to configure the "discussion topic" field to accept a larger amount of input?
There is no administrative option to achieve this, but you could do it with an extension.
... class="DiscussionBox" maxlength="100" value="'.$Discussion->Name.'" ...... class="DiscussionBox" maxlength="200" value="'.$Discussion->Name.'" ...Validate($this->Context->GetDefinition('DiscussionTopicLower'), 1, $Name, 100, '', $this->Context);Validate($this->Context->GetDefinition('DiscussionTopicLower'), 1, $Name, 200, '', $this->Context);1 to 7 of 7