User gallery's User gallery's
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

User gallery's

Started by delftdamage, January 17, 2007, 05:20:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

delftdamage

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.



delftdamage

I almost forgot to tell, actualy the user id is taken from the phpbb_user table.
it's bridged

Nibbler

It's not 1000 + uid, it is 10000 plus uid.

10002
10005
10010
10100
11000
20000

delftdamage