Topic: move quick reply?

Hi all.

Can someone point me in the right direction?

I am looking to move the quick reply box,  I want to put it under the first post in a forum and all the replies will appear under the quick post box (so it looks blog like). I have had a play but I cant seem to move it from the bottom of the page.

Is it possible? how do I it?

thanks

Ste

Re: move quick reply?

You can add the following code to the loop start at 304 line, viewtopic.php:

if ($forum_page['item_count'] == 1)
   echo '<!-- forum_qpost -->';

But the styles don't provide for such quick post form location and it may look ugly.