For something I'm doing I'd like to be able to pre-load a reply box with a post, which the user can edit if they wish.
I'll give an example. There is a competition I run where winners are regularly announced and I'd like my calculation script to have a link something like
http:/etc/newreply.php?do=newreply&threadid=1234&winner=Mark
Then in the reply box you will see a post such as
Quote:
This weeks winner is Mark. Congratulations
|
So I'd like some guidance on how that could be done. I don't mind modifiying the newreply.php code but can't see where to insert the message.