MyBB Community Forums
Signature in a box - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.4 (https://community.mybb.com/forum-80.html)
+------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html)
+------ Thread: Signature in a box (/thread-54050.html)



Signature in a box - wageral - 2009-08-02

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


RE: Signature in a box - adp - 2009-08-02

{$post['profilelink']}'s signature



RE: Signature in a box - wageral - 2009-08-02

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".