
04-12-2009, 10:12 PM
|
|
|
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by EagleNick
I have created plugin for the member_build_blocks_start hook and I need to use the UserID variable. I've tried a slew of things such as:
$user['userid']
$prepared[userid]
$bbuserinfo[userid]
And none of them work.
What is the proper variable to use?
Thanks.
|
$prepared['userid']
You were missing the ' '
|