Hi nail geek,
first of all, a big thanks for that great hack.
i have problems with the latest Firefox Releases 1.0.x while trying to upload images. i click on the 'image' button, a javascript window opens and after that i select the imagefile i want to upload. by clicking the 'upload' button, the javascript window shuts down, without taking the actual image over to the javascript image upload window. so the default avatar-icon is still there.
though the image is actually uploaded to the server, which i can see in the image upload folder with the current user id path ...gas/images/3/2/1/image.jpg
as a result of the failure, the FF javascript debug manager gives me the following alert:
here is the part of the appropriate code.
PHP Code:
36. <script>
37. function send_image(imagename,url){
38.
39. opener.document.getElementById('GAS_icon').src=url;
40. opener.document.getElementById('new_GAS_iconpath').value=imagename;
41. opener.document.getElementById('GAS_icon_move').value='1';
42.
43. window.close();
44. }
45. </script>
in every other well known browser i've tested, like Mozilla 1.72, Opera, IE 5.5Sp2, IE 6.0+ it works fine.
maybe you can help with that variable 'i', cause that is my biggest

problem at the moment.
Many greets from Germany
Tom
ps: would you be interested in a german translation file?