Getting a users album from their name or ID Getting a users album from their name or ID
 

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

Getting a users album from their name or ID

Started by nanothree, March 12, 2005, 06:41:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nanothree

Is there a way of finding out a users album by their username or user id?

Nibbler

For the user's user gallery cat, add 10000 to the ID (or better yet use the FIRST_USER_CAT constant if you are working within coppermine). And make sure you add, not concatenate.

nanothree