Ok I'm attempting a heavy customization of vb. The one piece of the puzzle I can't fix is getting the subject line to work like the message field. I've gotten it to work expect when a line ends like this...
It just puts it on one line. This is the only stumper we've got Everything else worked fine.
Sorry yeah carriage return. Unfrotunately I'm not very good at php and I've been looking for the differences between the message and the subject, but I have no clue even where to look to even look for where you put something to allow carriage returns in the subject line.
Are you still using a text input box? You need to use a <textarea> to allow carrage returns. Then to display them when you print it out, you'll need to use the nl2br() PHP function.
Yup I got the textarea tags and everything a ok and I do understand what I gotta do now. I just can't find where I gotta do Unfortunately I've found title piece in showthread, newthread, and admin/functions.php So I don't know which one has to be edited to work