I haven't even begun to touch this for Zen 1.5. This is a 1.3 module. I'll start work on this as soon as I'm allowed to.
Printable View
I found the Plugins version on my 1.55 site caused a debug log on every run.Quote:
will create an error msg. (myDEBUG-adm-xxx.log) upon install but doesn't create any after that
The version I have on Github is working fine on 1.55 and is further modified with filters now.
After thinking about template images for a few seconds, that seems like a world of pain for little gain. Since these are on display all or most of the time, they should be easy to spot, not hidden in 1000's of products. So, no, I wouldn't add that extra.
I was testing and providing feedback on the version provided by torvista - https://github.com/torvista/Image-Checker
My apologies if that brought up thoughts of hijacking your thread. Seem to me to be the most uptodate version so I tried that first.
Odd... forum code seems to be treating all text after the link also as link code, even if I wrap the link in any type forum tag?
Thanks, but best to keep all on github for now at least. Please start a new issue there regarding that debug error with the install.Quote:
I was testing and providing feedback on the version provided by torvista
I have just installed the version from github on my test upgrade to ZC 155a and am very impressed. The filters all work, and the output is efficient and minimizes white space.
With ZC 155a the plugins version keeps throwing an error and when it does work the resulting page overwrites the entire admin section.
Used with:
ZC 1.5.5.a
Apache/2.4.17 (Win32) PHP/5.6.15
MySQL 5.7.9
No installation problems?Quote:
I have just installed the version from github
No problems with the module at all.
I had a few issues with github. I overlooked the green download button on the main page and right clicked on the files to download them which results in the files content being replaced by copies of an .md file. This blows ZC admin up when installed :wacko:.
I manually copied the content of each file - today I see a large green button marked "Clone or download" :blush:
The layout of Images Checker is great, as it lists both the ID and model number making it easy to locate the product. I use this method as I am cleaning up images in production before I migrate to 1.5.5a. In 155a of course it allows immediate selection and editing of the record.
It is a pity that this clean layout is not used through all of ZC Admin.
Bailey
It is just a matter of stripping out all of the table-hell tags of which the admin pages are mainly composed. They can't do that yet or file merges would be impossible for upgrades. Another leap forward to expect with ZC 2.x...I presume...Quote:
It is a pity that this clean layout is not used through all of ZC Admin.
Having said that, I did spend a completely unjustifiable amount of time on this, so glad it is problem-free.
You won't have to wait until 2.x. 1.6 Wil have a complete overhauled admin. If you like you can find it on github, and play with it.
Updated the version in the Plugins area to properly report an unset products_image field as an error (so you can find the products which are missing images, which was kind of the point of this mod). Also switched to using standard Zen Cart queries instead of direct MySQL.