PDA

View Full Version : Add-On Releases - iShop Customization - Signature and Inventory Updates


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.

PinkDaisy
09-20-2008, 10:50 AM
So this puts the gifts/items in your signature instead?

Winterworks
09-20-2008, 11:41 AM
Yes, it does.

Scarface Claw
09-20-2008, 09:54 PM
can it integrate with vbcredits?

Winterworks
09-20-2008, 10:32 PM
I don't see why not!

touba
09-22-2008, 06:59 PM
IShop is not currently running with 3.7.x

where is the interest ?

RedeemedWarrior
09-23-2008, 11:26 AM
Ishop works on vb3.7 i use it on vb 3.7.3 :)

dreads
12-21-2008, 12:18 AM
you might need to do some editting with ishop but yeah it should work.

whitey1974
01-06-2009, 02:48 PM
Hi, I'm getting a very minor problem with this. I can't understand why!!

The inventory shows up for all my members without any problems at all, except one usergroup. For one usergroup the inventory will not show up for anyone in that usergroup. I'm no expert with code but as far as i can see the code is writtin into the postbit template, so should show up for everyone?

TIA for your help!! :D

whitey1974
01-13-2009, 01:12 PM
It's ok I found the solution myself. Very basic mistake on my part, to display your inventory you must have your signature enabled regardless of whether you have a signature or not.

dmknights
01-23-2009, 12:35 PM
for some reason the inventory is showing on my (admin) signature, but no-one else's

honie
06-28-2009, 02:57 AM
Is there a way to get this to work with vbcommerce? I have tried it every which way & can not get it to display the items.

Thanks!

fattony69
06-28-2009, 03:04 AM
can it integrate with vbcredits?

Not that I believe. Plus there is vBCommerce.

Is there a way to get this to work with vbcommerce? I have tried it every which way & can not get it to display the items.

Thanks!

I think Dark made it possible now. iShop doesn't work with vBCommerce though nor the mods, buts it works with vBCredits fine.

honie
06-28-2009, 06:01 PM
Thanks. Is there maybe a way I could tweak that code so that items bought with vbcommerce will show in the signature?

Wormow
11-02-2009, 08:23 AM
Are you going to update this so it works with vb4?