iShop Customization - Signature and Inventory Updates - vBulletin.org Forum
Version: 3.7.x
Please note that you require 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:
or
3) Below, you should see an area where the signature goes. In that area, add this...
4) Click save, and you should now see the new updates in your signature! It should look something like this...
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.
Version: 3.7.x
Please note that you require 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:
Code:
<!-- sig -->
Code:
<if condition="$post['signature']">
Code:
<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>
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.