writing for a new script, that's what I was talking about.
if you want to query post from vbulletin's post table you may want to look at function_newreply.php or similar functions in includes. I don't think it's hard to do things like this manually.
Basicly you just have to get the postid, then in the quote newreply page, it's simply like posting a newreply without quotes, you query that post with the specified id and put it in the quote so that the new reply will content the correct words in it.
|