Forums

Join
bbPress Support ForumsTroubleshootingHow to fix it

Info

How to fix it

  1. I have some problem with display name, how to set the maximun characters in First name and Lastname, also in displayname =))

  2. lol

  3. http://www.dynamicdrive.com/dynamicindex16/limitinput.htm

    sth like this would be cool

  4. You can limit it on input with that javascript, which will take care of most of the people who use a long name by mistake, not knowing what it will affect. You could also just limit the field maxlength, which will prevent people from entering more characters than you want. Either of those client side ways can be circumvented by someone who is really determined, but really, you just want to prevent people from doing it be accident.

    You could also just add overflow:hidden to the display of that field in your style.css and have the displaye truncated rather than have it mess up your layout.

  5. You must log in to post.