Tuition for the GW2 forum developer

#1 - Nov. 27, 2012, 12:09 p.m.
Blizzard Post

Hi hobby developers,

here a tuition how to fix the input length of an HTML input tag!
http://www.w3schools.com/tags/tag_input.asp

<input maxlength=“45” …. >

Prevent following error message:

An Error Prevented Saving:

Topic Title is too long (maximum is 45 characters)

#2 - Nov. 27, 2012, 2:10 p.m.
Blizzard Post

45 characters is the maximum length for a topic title on the forums. It is this way to prevent titles from being cut off when viewing a thread. This is not a bug, this is by design.