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:
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:
Code:[Highlight]
<hr size="1" width="25%" align="left" />
<fieldset><legend>{$post['username']}'s Signature</legend>
{$post['signature']}</fieldset>