$vbulletin->input->clean_array_gpc('r', array( 'userid' => TYPE_UINT,));
$hook_query_where .= "AND thread.postuserid = " . $vbulletin->GPC['userid'] . "";