News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Link To A Member's Gallery Outside Coppermine

Started by msanderc, April 16, 2007, 07:07:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

msanderc

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.

Stramm

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