I need some support on the template changes made to the postbit.
I added this code
Code:
<!-- 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 -->
In my users signature areas. But the thing is that some of the members inventory area is not displaying. I noticed that in a lot of the new members signature areas and all the old members inventories are still visible. I already tried clearing out the signature cache but not luck. I have two skins, one is the default and the other is a custom one. The inventory for those members don't show up on either skin. I checked the coding and made sure I entered it right but it still not showing up for the new members? I'm running a 3.6.7 board so Im' thinking that might be it?