MyBB Community Forums

Full Version: move my quick reply post?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason when I get a quick reply, it places it above the powered by MyBB part of the forum, below the users browsing this page, and after the Smalltext part of the footer.

How can I move it above the quick reply box, so when the users post a quick reply, it shows above the quickreply box, rather than where they don't notice it?

my forum is http://www.gamingforumz.com

a test account is:

username: testuser
password: testuser

please try this in the everything else section, if you wish to see it in action (found at http://www.gamingforumz.com/forumdisplay.php?fid=38)

I thank you in advance for all help provided
The problem is your theme. You have the posts div extended all the way down to the bottom of the page when it should end where the posts end.

In showthread template the posts area should be:

	<div id="posts">
		{$posts}
	</div>

Then remove the </div> at the end of the footer template.
The post bit was as you said. I had a play around, and inserted another </div> tag into the show_thread template before the float left div later in.

Thank you for your help Smile