Firstoff, I was having a problem with uploading files with capitol letter extensions (eg. .JPG .GIF .PNG). I was able to figure out how to "fix" that by editing this line in:
image_host.php
line 49:
change:
Code:
$ext=array(".gif",".jpg",".png",".bmp");
to:
Code:
$ext=array(".gif",".jpg",".png",".bmp",".JPG",".GIF",".PNG");
Now, I'm still having a problem with the drop-down menu under "Upload An Image". Before, I mentioned that the "Image Hosting" dropdown menu does not drop down like it should. Well I just discovered that while in the "Upload An Image" page, *NONE* of the dropdown menus work (the "Search" and "Quick Links"). I've tried reading the template files, and nothing jumps out at me. These menus all work like they are supposed to everywhere else! Any ideas?
Finally, members are having a problem with getting a "white screen" when they click on the "Upload An Image" option in the dropdown menu. For the life of me, I cannot replicate this. I've used old accounts, I've created new accounts, I've "hijacked" a users account that had problems, and every time, it's worked fine for me......But it's obviously a problem because I've had multiple users complain about it. I see others have reported this blank screen issue, and I'm hoping maybe somebody has an answer????
Anyway, I'm hoping there's some workarounds or fixes somebody might be willing to share.
Thanks
KidneyBoy