MyBB Community Forums

Full Version: Signature Private Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to hide a signature in private messaging?
Assuming you still use Template Conditionals, in postbit & postbit_classic templates change {$post['signature']} to:
<if THIS_SCRIPT != 'private.php' then>
{$post['signature']}
</if>
Yep, that did it!

I wish the private message template was not so heavily relied on by postbit.