How do I link a person outside coppermine to a specific user's gallery page? For example, if you clicked on a link called "View My Gallery", it would take you to that persons gallery. I noticed that the album ids and file path were related to the 'cat' url variable, but I don't know if they can be related to users. I'm using Coppermine 1.4.10. Thanks for your help.
http://www.sampledomain.com/path_to_cpg/index.php?cat=xxx
xxx = 10000+uid (user id)
you as admin usually have a user id of 1 -> 10000+1=10001
Thanks alot!