Log in

View Full Version : Adding Picture


SJC
05-18-2009, 05:36 PM
Made a new Profile form field where users can upload images as an Avatar. I got everything working but when someone puts a picture URL in the field, it doesn't stay there like the others form fields. Like if you refresh the page after putting a picture URL in, it goes away, not staying like the other form fields.

BMR777
05-18-2009, 05:57 PM
That's because you have to read from the database the URL that the user inserted. :)

The users table already has a blank field called "profilepic" where the script can be extended to allow users to upload / link to an avatar.

SJC
05-18-2009, 06:01 PM
I used that :)

Bloodrun
05-19-2009, 12:24 AM
I used that :)


I will be adding my Custom Profile (For none Premium members) within the next day. You can use that as a guide line =D