coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: msanderc on April 16, 2007, 07:07:14 AM

Title: Link To A Member's Gallery Outside Coppermine
Post by: msanderc on April 16, 2007, 07:07:14 AM
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.
Title: Re: Link To A Member's Gallery Outside Coppermine
Post by: Stramm on April 16, 2007, 10:38:52 AM
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
Title: Re: Link To A Member's Gallery Outside Coppermine
Post by: msanderc on April 17, 2007, 01:21:23 AM
Thanks alot!