For the dev icon, you can probably do something like..
threadbit_display again.
if ($thread['postuserid'] == 1) {
$thread[threadiconpath] = "images/misc/DEVICON.PNG";
}
^ Confirmed it works just fine.
--------------- Added [DATE]1373488952[/DATE] at [TIME]1373488952[/TIME] ---------------
As for your forumhome edit request, there's no hook before the calling of lastpostby
So you might look into:
https://vborg.vbsupport.ru/showthrea...ighlight=color
As that adds a hook before it, all you'd have to do is edit the php code.