Create plugin hook
showthread_postbit_create called test
PHP Code:
print_r($post);
exit;
Then view thread. It will output all the $post array like this:
(but bigger)
Code:
Array ( [postid] => 186 [threadid] => 127 [parentid] => 0 [username] => BananaLive [userid] => 1
$post[postid] = 186
$post[threadid] = 127
$post[parentid] = 0
$post[username] = BananaLive
$post[userid] = 1