Hi,
i had problems with this hack. Upload went well but for heavens sake

the photos weren?t shown in the profiles of my users.
After testing eveything (chmod, paths ..) teh solution for my problem was the following:
I took the second solution for the getinfo-template from the html-filechangesfile:
Edit to this template:
getinfo
And add these two variables:
Original (no Fotos):
PHP Code:
$picture_name
$userinfo[photodesc]
My version (finally the Fotos work)
PHP Code:
$userinfo[picture_name]
$userinfo[photodesc]
Of course its easy but it took my some evenings to find this
Hope it helps ...
but i have one last question for this hack:
Is it possible to define a standard-pic (f.e. nofoto.jpg) for users that havn?t uploaded their photo yet?
joergh