iShop Customization - Signature and Inventory Updates

mastram

New Member
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:

Code:
<!-- sig -->
or

Code:
<if condition="$post['signature']">
3) Below, you should see an area where the signature goes. In that area, add this...

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>
4) Click save, and you should now see the new updates in your signature! It should look something like this...

drvzdvhs8.jpg



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.
 
you can change it to where even if you don't have a sig it will display. Just take it apart from the IF conditional.
 
Back
Top