Winterworks
09-19-2008, 10:00 PM
Please note that you require IShop (https://vborg.vbsupport.ru/showthread.php?t=109515&highlight=iShop) and/or a cash system, or this add-on doesn't make much sense! (Credits to Blaine0002 for IShop and the basic code)
Steps to do this:
1) Go to... -> Styles and Templates -> Style Manager -> Edit Template -> Postbit Templates -> Postbit
2) Search for:
<!-- sig -->
or
<if condition="$post['signature']">
3) Below, you should see an area where the signature goes. In that area, add this...
<center><!-- show inventory -->
<fieldset><legend><title="$post[username]'s Inventory">$post[username]'s Inventory </a></legend>
<div>
$post[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory --><br />
<fieldset> <legend><title="$post[username]'s Signature">$post[username]'s Signature </a></legend> $post[signature]
</fieldset></center>
4) Click save, and you should now see the new updates in your signature! It should look something like this...
https://vborg.vbsupport.ru/
Not much of a modification, but it should look better then it did before. :)
Please note: This will only show up if you have something in your signature, so go add a signature if you don't have one already.
Steps to do this:
1) Go to... -> Styles and Templates -> Style Manager -> Edit Template -> Postbit Templates -> Postbit
2) Search for:
<!-- sig -->
or
<if condition="$post['signature']">
3) Below, you should see an area where the signature goes. In that area, add this...
<center><!-- show inventory -->
<fieldset><legend><title="$post[username]'s Inventory">$post[username]'s Inventory </a></legend>
<div>
$post[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory --><br />
<fieldset> <legend><title="$post[username]'s Signature">$post[username]'s Signature </a></legend> $post[signature]
</fieldset></center>
4) Click save, and you should now see the new updates in your signature! It should look something like this...
https://vborg.vbsupport.ru/
Not much of a modification, but it should look better then it did before. :)
Please note: This will only show up if you have something in your signature, so go add a signature if you don't have one already.