@xenfhtml @haxorbaba
I read all the feature suggestions people gave.
I'll look into them when I can. Of course not everything.
This is a beta version, so there will be many improvements until it is officially available.
Xenforo 2.3.0 RC 2 still has many errors, we need to wait.
In beta 12, you can customize the title however you want.
Open the
Change line:
(example):
I read all the feature suggestions people gave.
I'll look into them when I can. Of course not everything.
This is a beta version, so there will be many improvements until it is officially available.
Xenforo 2.3.0 RC 2 still has many errors, we need to wait.
@xenvn In terms of SEO, I do not want prefixes to appear in thread titles. I want prefixes not to be indexed. Since XenVn - Addon changes the template (thread_views) in that area, I cannot edit it manually. Can you add an option there?
In beta 12, you can customize the title however you want.
Open the
thread_view
template (the style you are using)Change line:
<xf:title page="{$page}">{{ prefix('thread', $thread, 'escaped') }}{$thread.title}</xf:title>
(example):
<xf:title page="{$page}">{$thread.title}</xf:title>