MyBB Community Forums

Full Version: Forum signatures not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to figure out how to get the forum signatures to work.

User Groups=>Groump=>Users and Permissions
Can add a signature? => checked

Post Bit Templates => postbit
 {$post['attachments']}
 {$post['signature']}

forum posts/reply
Signature: include your signature. (registered users only) =>checked

mybb version 8.1
website
http://guiltyofdestruction.com/index.php


Signatures show in the profile, just not on the forums.
User CP->Edit Options. Make sure display user's signatures in posts is checked.
did you mark the add signature to current posts or when you post a thread did you click the signature option?
(2014-10-09, 07:04 AM)dragonexpert Wrote: [ -> ]User CP->Edit Options.  Make sure display user's signatures in posts is checked.
Yes it is checked, sorry forgot to add that to the post at the start.


(2014-10-09, 07:06 AM)leroymcqy Wrote: [ -> ]did you mark the add signature to current posts or when you post a thread did you click the signature option?



(2014-10-09, 05:45 AM)zbyke Wrote: [ -> ]forum posts/reply
Signature: include your signature. (registered users only) =>checked
have you also checked content of postbit_signature template - can be like this
<div class="signature scaleimages">
{$post['signature']}
</div>
(2014-10-09, 02:49 PM).m. Wrote: [ -> ]have you also checked content of postbit_signature template - can be like this

<div class="signature scaleimages">
{$post['signature']}
</div>

that is there as well
^ reply here might help. if it doesn't would you like to PM me temporary access to admin panel to check ..
(however I might not be able to check it in next 90 minutes)
sent pm
looks like members have additional groups and for each & every group (including the additional groups)
can add a signature? option needs to be checked
OMG I did not even think about that!