February 13, 201214 yr Good evening all, I am currently working on a website whereby the users have to signup and there they gte to create their own profiles and interact with other users. I'm looking to add a gallery to the users profile page but despite searches on the net I'm struggleing to find scripts or examples that can be used so that they can set up personal gallerys (hate to use the words, but like facebook) Any help or advice is muchly appreciated.
February 14, 201214 yr Good evening all, I am currently working on a website whereby the users have to signup and there they gte to create their own profiles and interact with other users. I'm looking to add a gallery to the users profile page but despite searches on the net I'm struggleing to find scripts or examples that can be used so that they can set up personal gallerys (hate to use the words, but like facebook) Any help or advice is muchly appreciated. Its not a terrably hard thing to do, here is a list of things u prob will have to code to create the gallery 1.User photo upload page 2.Store uploaded photos name in database 3.Rename photo to random name and resize photo if need be 4.Pull photo names from database using while loop that corresponds to currently logged in user 5.Point that file name to the directory you stored the users photo in like uploads/filename.jpg 6.Photo management page for user 7.Photo bulk delete(If desired where you can select more then 1 photo at a time to remove) Edited February 14, 201214 yr by webdesigner93
February 15, 201214 yr Author thanks very much for the reply, gives me a good starting ground. will have a play around this evening
Create an account or sign in to comment