XF 2.2 Thread format is wrong and strange

Awani

Member
The forum has worked fine for many months. I have not made any changes.

This is the forum: https://alchemyforums.com/index.php

All threads in each sub-forum has the same format.

But today (and the other day) someone made a post in the introduction section and that thread looks different. If I move it to another section it looks normal again.

This is the thread in question that is wrong (small and bold):
Correct look for reference: https://alchemyforums.com/index.php?threads/almost-done-searching.7669/

I cannot figure out what the issue is as this has not happened before.
 
Solution
Your user title for a certain group appears to be:

HTML:
<b><i><FONT COLOR="#404040">Noob</FONT></I><b>

The last tag is missing the closing / which causes there to be two unclosed <b>. You probably want:

HTML:
<b><i><FONT COLOR="#404040">Noob</FONT></I></b>
Discovered something...

The users who have threads that look wrong all have a message count of 0. If I change it to 1, it looks fine.

But I want "introduction section" to not count the messages, thus how can I solve it? Eventually it will look fine once the user makes messages... but I want it to look fine already when they post their introduction.

Where is this setting that cause this issue?
 
Your user title for a certain group appears to be:

HTML:
<b><i><FONT COLOR="#404040">Noob</FONT></I><b>

The last tag is missing the closing / which causes there to be two unclosed <b>. You probably want:

HTML:
<b><i><FONT COLOR="#404040">Noob</FONT></I></b>
 
Solution
Back
Top Bottom