Working good on 3.8.6 for me.
I modified it to show only threads from 1 user...
Go to Plugin Manager ->
Find the "Main Code" plugin
Find the line:
Code:
WHERE thread.visible = 1 AND $latest_and AND $latest_and_1
and change it to:
Code:
WHERE thread.visible = 1 AND $latest_and AND $latest_and_1 AND thread.postuserid = 1
Where 1 is the userid of the user you want to show threads from.
Works Great :up: