PDA

View Full Version : User ID in bbcode_parse_start


alexgeek
24 Dec 2007, 13:07
Hello,
In the bbcode_parse_start hook I'd like to be able to access the userid of the current poster.

I do not mean the currently logged in user.

Hard to explain but you would access it this way if it were a template edit:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Opserty
24 Dec 2007, 13:52
Try:

$this->post['userid']

alexgeek
24 Dec 2007, 14:10
No luck :/