Link To A Member's Gallery Outside Coppermine Link To A Member's Gallery Outside Coppermine
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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