[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
 
Seems to work in 2..3. Great for sharing content to social media. Never wanted the prefix in the title. Thanks!
 
How can I stop the prefix from being indexed in both sources and topics?
xenforo version 2,3,3
 

Attachments

  • Screenshot_1.webp
    Screenshot_1.webp
    43.8 KB · Views: 17
Back
Top Bottom