I don't know if it is the proper way to fix this, but this is what I did.
I had 3 skins, 2 of them cluttered the page with dozens of tags appearing before the thread title in forum display.
In the threadbit template Find code
Code:
<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
<span style="float:$stylevar[right]">
Then remove
Code:
$show['taglist'] OR
It appears to work, the tags are now hidden in the forum display, but still seem to appear every place else.