MyBB Codes
[TUT] How to insert the user sign in a field - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Tutorials for 1.4.x (/forumdisplay.php?fid=29)
+--- Thread: [TUT] How to insert the user sign in a field (/showthread.php?tid=954)


[TUT] How to insert the user sign in a field - Kevin - 03-27-2010 05:19 AM

Hello,
To insert the users sings in a field :

Go to ACP --> Themes&Templates --> Your theme's templates --> postbit_signature

And delete all codes and insert these codes:
<hr size="1" width="25%"&nbsp;&nbsp;align="left" />

<fieldset><legend>{$post['username']}'s Signature</legend>

{$post['signature']}</fieldset>