PDA

View Full Version : What variable?


tinbin
05-20-2003, 08:20 AM
Hi
I wanna put a link in my welcome panel like 'View All the posts u made'

Something like the 'find more posts for this user'-code:

<a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]">

Only little problem is don't know the variable to get the userid of the user that is logged on.

Can anyone gimme a helping hand?
It's probably very simple :)

Xenon
05-20-2003, 08:51 AM
$bbuserinfo[userid]

tinbin
05-20-2003, 09:14 AM
Thanks a lot, that's it :)

Xenon
05-20-2003, 09:18 AM
you're welcome :)