hi there,
i want the follow:
when a user writes a message and i reply, the message from the user is not in the textfield. thats too bad, because i do not know, what he was writing...
i found then the file COMPOSE.PHP - there is a place near row 223 called:
<textarea class="blogText" id="blogText" name="text"></textarea>
so i want to display the text from the original message unde my reply. i tried :
<textarea class="blogText" id="blogText" name="text"><? echo $sMessage_text; ?></textarea>
but it did not work
does anybody have a glue how i can do this ?
thanx