Thx alot for your help! I managed to partially solve it.
In the threadbit, by default it had "prefix_rich", like this:
Code:
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
$thread[prefix_rich]
In the custom one it was missing it, like this:
Code:
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
This pretty much solved the problem.
However, the Prefixes don't display the same color.
I realise that this is pretty much down to the template, but should anyone know how to make prefixes match the custom color, it would be appreciated.
thx