Thanks a lot JJR512!
I installed it on my board with a lot of changes.
First, this script works in conjunction with the profile picture script. Basically on the member picture listing, their avatar is shown instead of the thumbnail and when a person clicks on that avatar, it leads to the picture they uploaded for their profile. I personally thought this was pretty cool, because a member can change their photo gallery picture by just changing their profile picture (which comes with an upload script). The only work i have to do is type in the member number to add.
The php file executes this database command: INSERT INTO photogallery VALUES ($memberid, 'null', 'null', '');
|