I'm writing a standard signature for my forums using profile fields. Is there anyway to get the linebreaks that a user enters to display when it is used?
Right now everything is displayed as one single line even if the user enters linebreaks in the textarea which is confusing. I could use 3 singleline texboxes and display that but that's kinda clunky.
I'm using $post[fieldX] to display the profile field in postbit, in there it's output without linebreaks. However if I go to my profile page/about me the linebreaks are displayed.
Right now everything is displayed as one single line even if the user enters linebreaks in the textarea which is confusing. I could use 3 singleline texboxes and display that but that's kinda clunky.
I'm using $post[fieldX] to display the profile field in postbit, in there it's output without linebreaks. However if I go to my profile page/about me the linebreaks are displayed.
Comment