[OzzModz] Remove Thread Prefix From Page Title

[OzzModz] Remove Thread Prefix From Page Title 2.0.0

No permission to download
I guess it doesn't work
Code:
https://ixir.gen.tr/konular/tum-yer-isaretleri-klasoru-gizleme-google-chrome.86127/
I still see the prefix:

prefix.webp

If the addon no longer works:

Admin Panel -> Appearance -> Styles & templates -> Templates (make sure it's for your theme) -> thread_view

Find:
Rich (BB code):
<xf:title page="{$page}">{{ prefix('thread', $thread, 'escaped') }}{$thread.title}</xf:title>

Remove:
Code:
{{ prefix('thread', $thread, 'escaped') }}
Save
 
Top Bottom