Actually, the instructions say to do just that. I don't believe that is the issue. The instructions read:
code:
2a. Locate the following around line 302:
echo "
{$ubbt_lang['POST_TEXT']}<br>
<textarea cols="$TextCols" rows="$TextRows" class="formboxes" wrap="soft" name="Body"></textarea>
<p>
";
2b. Replace that with:
if ($quote) {
$Body2 = ereg_replace(""",""",$Body);
$Body2 = ereg_replace("<br>","\n",$Body2);
$Body2 = $html -> undo_markup($Body2);
$quote = "";
}
echo "
{$ubbt_lang['POST_TEXT']}<br>
<textarea cols="$TextCols" rows="$TextRows" class="formboxes" wrap="soft" name="Body">$quote</textarea>
<p>
";
I still haven't had the chance to look into this at all. I've been really busy with transferring webhosting companies, school, etc. I'm also waiting for v6.0 to come out so that I can see how this works with the templates and determine what other modifications may be required in order for it to operate correctly. I'll get around to it eventually. []/forum/images/icons/smile.gif[/]