All,
I recently had to make an addition to my system, but for various reasons I could not regenerate from AppGini into my main folder (too much custom work), so I generated to a sub folder and have been manually moving the required files into my main.
All works so far, apart from one part.
I have two image upload fields on my new table. The images upload correctly, and when clicked, they open in a new page correctly;
but in the Table and Detail view, the thumbnail shown for them is the default little camera image.
and
I cannot find the missing code in generating those thumbnails. I have edited thumbnail.php to add the new array, and all the other obvious places.
Any ideas what I have missed?
Much appreciated, as always!
Code by Hand - Not showing thumbnails
-
- Veteran Member
- Posts: 67
- Joined: 2015-06-06 12:10
-
- Veteran Member
- Posts: 67
- Joined: 2015-06-06 12:10
Re: Code by Hand - Not showing thumbnails
Edit: I should note that in the "images" folder, the thumbnail for the table view and the larger thumbnail for the detail view ARE present, after uploading. They're just not displaying anywhere in my TV/DV pages.
-
- Veteran Member
- Posts: 67
- Joined: 2015-06-06 12:10
Re: Code by Hand - Not showing thumbnails
Cancel my last. It is NOT generating thumbnails for new images. Boo.