MyBB Community Forums

Full Version: Postbit PM Button Not Showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a weird issue. When I go to view a thread, I notice that the PM button is missing for all users, but is visible on the admins post. Seeing as I'm the admin, I don't really need to PM myself, so not sure why it shows for me, but nobody else.

I changed the layout of the showthread template and I started using the classic layout in posts. MY new edits didn't quite work on the view PM page, so I added this to the postbit_classic template:

<if THIS_SCRIPT == 'private.php' then>
old postbit layout for the view PM page
<else>
my new layout
</if>

Could this be causing it? Also, the {$post['button_pm']} is in the postbit and postbit_classic template.