MyBB Community Forums

Full Version: Signature missing, postbit template seems fine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Nevermind, it works now.

Howdy, I'm using MyBB 1.8.

Signatures are not showing in the postbit, the following code is in the postbit template.
I am using a custom theme where it doesn't work, but it doesn't work on the default MyBB theme either!

<div class="post_body scaleimages" id="pid_{$post['pid']}">
 {$post['message']}
 </div>
 {$post['attachments']}
 {$post['signature']}
 <div class="post_meta" id="post_meta_{$post['pid']}">
 {$post['iplogged']}
 <div class="float_right">
 {$post['poststatus']}
 </div>
 </div>

[/url][url=https://forum.arcanelands.net/showthread.php?tid=1&pid=1#pid1]Click here for thread link
test account: testuser
test password: 123456

Feel free to post a thread if you like, so you can check out for yourself with the testuser. Set a signature, I haven't done it.

Help appreciated.