none

Registered
hello it seems this question is need to be adressed to you
that is the case
can you help me with that
this is the thread https://findozor.net/kz/forum/threads/kak-vyjti-iz-mfo-otchajannaja-istorija.463/
 
You may wish to disable that function until it's sorted.

Style properties -> Messages -> Thread starter.

We use a very simple conditional to achieve this. I'm not sure why it would cause issues with your specific setup.

Code:
            <xf:if is="$post.user_id == $thread.user_id AND property('xbThreadStarter') AND $post.post_id != $thread.first_post_id">
                <li class="tag-threadStarter"><span class="message-newIndicator message-threadStarter">{{ phrase('thread_starter') }}</span></li>
            </xf:if>

It checks if the reply post user id matches the thread user id, then checks if the option is enabled, finally if it's not the first post.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back