Quote:
Originally Posted by Saviour
Hambil,
I believe I've found the problem...
In the following file, eggadmin.php, you have the following:
$upload->path = 'images/misc/';
In two locations...this needs to be changed to:
$upload->path = 'images/misc/eggs/';
I'm going o edit this file, uninstall the current product and re-install it...and I'll let you know if we have a winner.
|
Yes it works for me now! I didn't realize that I should enable the added item first after uploading it. I can egg using uploaded items now and the images show up properly in both the Admin CP and the pop-up. Thanks.