I put this code in the memberinfo template...
<!-- show inventory -->
<fieldset><legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend>
<div>
$post[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory -->
and the inventory box showed up in my profile, but it was empty and I bought an object. It shows up fine in my postbit though. Anything I need to change?
|