Quote:
Originally Posted by Deib
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.
|
So you have custom templates which shows your tags before title.
Solution 1. change templates;
Solution 2. set max tags per post to acceptable value, remove by mod panel all assotiations to tags, and also by mod panel set those again. This way you will have no more that max tags per thread