
Originally Posted by
remops
Hi rbarbour
Thanks for the work one question the download has two folders wishlist_09 and wishlist. Which one for 1.5.1? I looked at sql and they are definitely different.
Thanks
I just downloaded Version: 0.9a (the one I submitted) to double check and I am not seeing "two folders wishlist_09 and wishlist".
I did not change the folder structure, this is what I see:
WishLists\WishLists\wishlist_09\
admin (folder)
includes (folder)
readme (folder)
readme (txt file)
uninstall_wish_list (sql file)
wishlist (sql file)
If you already have this plugin installed, just run the Admin Access Control query:
Code:
# 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_CONFIGURATION',CONCAT('gID=',@cid),'configuration','Y',@cid);
And re-upload the \admin\includes\extra_datafiles\wishlist_filenames.php
That's it! good to go for 1.5.x
New Installs should run the entire wishlist (sql file) and upload all folders and files.
Folder structure will work in all zc versions. I did not spend much time creating separate folders, sql queries and docs for 1.5.x for my replacement changes all drastically.
Bookmarks