News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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