Just a quick tip before I head off for work Patrick so you can try this before I add the other template changes I did.
If your photo in the script uploads and it's showing up in your web folders that means the script is working correctly.
So I am assuming that you got that far and are having troubles in the users profile page getting it to show up.
If you have used the template and file changes as listed in the download script, which I used differantly, you should have created a template in your vb admin called photo_show.
The original file changes instructions has it as
<img src=/images/uploaded/$userinfo[picture_name]><br>
I changed it to an exact url instead. So mine looks like
<img src=http://www.indiamike.com/india/images/uploaded/$userinfo[picture_name]><br>
Try that and let me know.
|