The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You could make a plugin using hook showthread_query_postids and this code:
Code:
if ($_REQUEST['do'] == 'filter') { $hook_query_where .= ' AND post.userid = ' . $thread['postuserid'] . ' '; } I tried it but didn't do a lot of testing or anything. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|