MyBB Community Forums

Full Version: Missing Reply Button In PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Mybb Community! Looks like I might have deleted the Reply button, and several others by mistake when editing my custom theme. I'm really only wanting the Reply button back. Here's how a PM looks but as you can see there Is no reply back button. The only way to reply back at the moment Is to quote/copy there text, and paste there text into a composed message to them. It's quote frustrating as i tried looking in post bit, and editing the trow. Is this a problem with my CSS or did i remove something in the template? Thanks!

PM:
[Image: 51544275.png]

Solved this myself. Will be marking this as solved as.
Add the following code in your postbit template.

{$post['button_pm']}

In "author_buttons float_left"

So the outcome would be

<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
				</div>