Forum Moderators: coopster

Message Too Old, No Replies

Individual pages for each uploaded picture and comment feature

         

Mokdeabar

8:35 pm on Mar 28, 2009 (gmt 0)

10+ Year Member



Hi, I'm making a site that will allow pictures to be uploaded and comments to be made on those pictures.

How do I make it so the following happen, please:

1/ Each photo that is uploaded will have its own page (like a profile page created for the picture with the url being like www.example.com/picturetitle)

2/ How would I then be able to allow comments to be added in association with that picture

3/ How would I be able to then have it bring up a random picture's profile every time the index page is refreshed

I have the coding for random picture generation done, the comment/picture tables are completed in the MySQL... but of course if it's judging by the changing of the URL then I presume that would be different... possibly much easier... the main thing I need to know is how to create the profile page/url feature and I think I can do the rest myself from that... but if you can inform me of the other ways, then that would be great also)

Thanks a lot for any help given on this topic! It would be a great welcoming gift in reply to my first post here ;)

eeek

1:45 am on Mar 29, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Have you consider using Gallery 2?

Mokdeabar

11:41 am on Mar 29, 2009 (gmt 0)

10+ Year Member



Hey, thanks... but the site allows users to upload photos that will be randomly seen by other people, and commentable. The upload, renaming, linking to the user in mysql, displaying randomly (but without individual links to pages with the pictures on it), etc, is fine... I just need some help with the 3 above difficulties I'm having.