coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: delftdamage on January 17, 2007, 05:20:14 PM

Title: User gallery's
Post by: delftdamage on January 17, 2007, 05:20:14 PM
Hi there,
i have dynamix user profiles with a link to the albums of that user in the gallery.

i found out that i can show the user his gallery's by linking to: ./gallery/index.php?cat=1000+uid (examples 10002, 10005)

it works fine because i can read the user id directly from the mysql table.

but will it always work? maybe the value 1000+uid changes after more registered users or something.


Title: Re: User gallery's
Post by: delftdamage on January 17, 2007, 05:22:03 PM
I almost forgot to tell, actualy the user id is taken from the phpbb_user table.
it's bridged
Title: Re: User gallery's
Post by: Nibbler on January 17, 2007, 06:29:47 PM
It's not 1000 + uid, it is 10000 plus uid.

10002
10005
10010
10100
11000
20000
Title: Re: User gallery's
Post by: delftdamage on January 19, 2007, 05:02:46 PM
thanxs