
04-04-2007, 04:56 PM
|
|
|
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Blaine0002
you will need to change the hook location of the one whos title mentions inventory. im not sure what you would change it to though.
|
Ok, here's how to add to your profile...create a new plugin...
AdminCP>Plugins and Products>Add New Plugin>ISHOP>
Product: iShop
Hook location: Member profile's>Member_complete
Title: Inventory images in Profile
Execution order: 5
Plugin PHP Code:
PHP Code:
global $db; include('./plugins/inventory.php');
Plugin is active: Yes
Save!
|