PDA

View Full Version : Use userid


Beermonster
03-15-2012, 06:56 PM
It's been that long since I did anything with VB I seem to be stuck, I'm trying to add a link to the navbar, I know where to put it but the code doesn't seem to work, I want it to get the userid this is what I've tried

do=finduser&userid={vb:raw userinfo.userid}
?do=finduser&userid={userid}
?do=finduser&userid=['userid']

None of them work :(

Pandemikk
03-15-2012, 08:18 PM
{vb:raw bbuserinfo.userid}

Beermonster
03-15-2012, 09:16 PM
Thanks