Quote Originally Posted by DarkAngel View Post
ok, took a look at the mod again...and even though it says it can still be used in my version I did notice this:


1. even in 1.3.9h, it does not show up in extras or any other spot like before.

2. this part of the installation SQL is not like before so maybe this is why since for 1.5+ there is no longer a includes/boxes folder:

# Register the configuration page for Admin Access Control
INSERT IGNORE INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order ) VALUES ('configZCAWishListModule','BOX_CONFIGURATION_ZCA_WISHLIST','FILENAME_CONFIGURAT ION',CONCAT('gID=',@cid),'configuration','Y',@cid);

AS I said I am in the process of putting my store back together due to the move.

Yes it and several other mods disappeared from admin...I had to totally reinstall the admin folder from my backup....removing the one on the server. It shows in the extras column and is showing items that folks have wished for.

Do you think in your uninstalling and reinstalling you may have accidently removed the entries into the database tables.

you might go take a look at the tables and make sure there are entries. IF not then you can always grab just those few tables from a backup database (I hope you made one just before doing what you did) and add those to the database again.