Quote:
Originally Posted by mirrormill
This worked for me as a solution to this issue:
using the plugin manager edit newthread_post_start
comment out the line:
Code:
$value = nl2br($value);
so it becomes
Code:
// $value = nl2br($value);
as this is the line inserting the <br />s
worked for mee...
|
I've noticed that the above hack works if the poster is using standard entry for their message box. However, if you have a user using the enhanced editor, doing the above hack will take out all of the line returns in the post, making the BR tags necessary.
I've since uncommented the code, and forced my users to use the enhanced message box for consistency.
Thanks for all of the help though!