MyBB Community Forums

Full Version: Quote reply in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi does anyone know how i can solve this problem on my forum when i reply to someones post in quote i get a blank white box instead.And there should be that members post on there that i have replied to how do i fix this problem thanks

http://www.handheldgaming.org
give a test user account to check
Open your "postbit_quote" template and find:

newreply.php?tid={$tid}&pid={$post['pid']}

Make it:

newreply.php?tid={$tid}&replyto={$post['pid']}
I have edited the template effone it is still the same please click this link and scroll down the topic and you will see the white box this is my problem

http://www.handheldgaming.org/showthread.php?tid=838
Okay.

Find in global.css:

blockquote {
border: 1px solid #ccc;
margin: 0;
background: #fff;
padding: 4px;
}

Change "background: #fff;" to "background: #000;" and save.
Thank you effone ive been trying to work this out it has worked rep added
I needed #FFFFFF to get mine to work on the background.
Thank you very much for sharing your knowledge with us, effone!

Edit: Added in educators username [Image: good3.gif]