MyBB Codes

Full Version: [TUT] How to insert the user sign in a field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
Reference URL's