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.
I almost forgot to tell, actualy the user id is taken from the phpbb_user table.
it's bridged
It's not 1000 + uid, it is 10000 plus uid.
10002
10005
10010
10100
11000
20000
thanxs