I've searched a lot, and I can't seem to find an answer to this.

I know that the maxlength of a node title is 255. However, it seems faq "Questions" are limited to only 127. I think it's the form itself, i.e. there's nothing in the DB saying that it can only accept 127 - the input has maxlenth set to 128 (see below). I'm unsure where it is set / where to go to change it.

<input type="text" maxlength="128" name="title" id="edit-title" size="60" value="" class="form-text required" />

Any help is greatly appreciated. Thanks!

Comments

jbliss’s picture

Status: Active » Closed (fixed)

I figured it out. I had to use hook_form_alter() in a new module to set #maxlength to 255.

Cheers!

stella’s picture

Status: Closed (fixed) » Fixed

Added it to the faq.module, will be included in the next release.

stella’s picture

Released in 6.x-1.12.

jbliss’s picture

Great. Thanks, stella!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.