Martin, it wont help you to change the info in forumdisplay, because the templates are not being called there.
In showthread.php, search for this instead:
PHP Code:
// ##############################################################################
// ############################# SHOW THREAD ####################################
// ##############################################################################
$templatesused = '
And replace it with:
PHP Code:
// ##############################################################################
// ############################# SHOW THREAD ####################################
// ##############################################################################
$templatesused = 'newposting_usermoodbits,
That should work