Quote:
Originally Posted by hippiesimz
what need to be change ? can you please explain a little bit for me ? ive been struggling to make this work. cheer
|
Quote:
Originally Posted by Peterpan002
What is necessary to do with regard to getting the users inventory item to show in profile on 3.7.x The inventory box and link is showing just not the items in the box
|
In Plugins
Find : Inventory in Memberinfo
Then Change the
Hook Location To
Member_profileblock_fetch_Unwrapped
Then add the :
Quote:
<!-- show inventory -->
<fieldset><legend><a href="ishop.php?do=ViewMember&id=$userinfo[userid]" title="$userinfo[username]'s Inventory">$userinfo[username]'s Inventory</a></legend>
<div>
$userinfo[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory -->
|
Wherever you want it to show..... If you want it in a profile tab
you would have to create a plugin. Let me know if that's what you want