How can our local photography club post images from several club members to our web site? Should the webmaster create an album for each member?
(Example: http://www.ourphotoclub.org/MemberName/MNphotos.htm)
Technical Support Forums » Web Album Generator
Post Albums on World Wide Web (2 posts)
-
-
Yes, each member will need his or her own directory.
If each member only needs one album, then you can do something similar to the example you provided:
http://www.ourphotoclub.org/MemberName/index.html
However, if you would like each member to have multiple albums of their own, then you may need to create additional subdirectories:
http://www.ourphotoclub.org/MemberName/Album01/index.html
http://www.ourphotoclub.org/MemberName/Album02/index.html
etc...
Hope this helps.