xF2 Template Modification How to remove thread prefix from thread title?

guclusat

Tanınmış Üye
Süper Moderatör
This method will help you removing prefixes from title in thread page. Any other place they will still show themself.

Very simple and easy method.

Open thread_view template and find;
HTML:
<xf:title page="{$page}">{{ prefix('thread', $thread, 'escaped') }}{$thread.title}</xf:title>

Change with this;
HTML:
<xf:title page="{$page}">{$thread.title}</xf:title>
 
Geri
Yukarı