You are not logged in.
Pages: 1
I think I have pretty much gotten everything installed.
When I upload an image it goes to the image folder on the server
A thumbnail is created for the image
But the thumbnail is not displayed in the file view in ImageManager which makes it hard to pick the image
The good news is when I pick an image it does paste it into the text box.
So the question is what am I doing wrong? I want the thumbnails to work properly?
Offline
Have you tried to use the Image Manager from the included examples/full_example.html?
I didn't have to config anything to get the example to work. Besides checking "ImageManager" under "PHP Plugins" and hitting "click to show Example" of course.
Offline
Hey, I had to the same problem,
the fastest and the easier way to fix it,
is set change in file
plugins/ImageManager/config.inc.php
on the line numer 161
$IMConfig['thumbnail_dir'] = '.';
this fix to cause a thumnail directory is (become) the same directory as our image directory,
this change take offf the problem with unvisible thumbnails
Offline
Pages: 1