MyBB Community Forums

Full Version: Signature in a box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I found this script that puts the signature beneath a post in a box:
<fieldset style="margin: 0 auto;"><legend align="left">Signature</legend>
{$post['signature']}
</fieldset>

(In "postbit_signature")

Looks very good as you can see here (second post) but I wonder if it is possible to put the name of the owner of the signature in front of "signature". So it say's "Ger's signature" (in this case) in stead of only "signature".

How di I have to change the above mentioned script so that the name is called in front of "signature"?

Thanks a lot for helping.

Ger
{$post['profilelink']}'s signature
It works allright, but now I get the colour of the usergroup. I want the name having the same colour than " 's signature".
Is that also possible?

Ger

EDIT: I found the solution: changed "profilelink" in "username".