Quote:
Originally Posted by Videx
This isn't very important for me. In fact, it's not important at all.
|
It's important To
ME
Quote:
Originally Posted by vB Style
It is easty to do.
Add new plugin to external_start:
PHP Code:
$vbulletin->input->clean_array_gpc('r', array( 'userid' => TYPE_UINT, ));
An other to external_query:
PHP Code:
$hook_query_where .= "AND thread.postuserid = " . $vbulletin->GPC['userid'] . "";
|
Thanks , i'll test it and back !