drastic Well-known member Oct 15, 2020 #1 If you're using prefixes and share a thread to Facebook, the prefix appears before the title. Is there something I can edit in the template so the prefixes are no longer part of the titles at all?
If you're using prefixes and share a thread to Facebook, the prefix appears before the title. Is there something I can edit in the template so the prefixes are no longer part of the titles at all?
Solution P P Paul B Oct 15, 2020 You can edit the thread_view template and change line 1 to this: Code: <xf:title page="{$page}">{$thread.title}</xf:title> Although that will also remove the prefix and hyphen from the browser tab.
You can edit the thread_view template and change line 1 to this: Code: <xf:title page="{$page}">{$thread.title}</xf:title> Although that will also remove the prefix and hyphen from the browser tab.
P Paul B XenForo moderator Staff member Oct 15, 2020 #2 You can edit the thread_view template and change line 1 to this: Code: <xf:title page="{$page}">{$thread.title}</xf:title> Although that will also remove the prefix and hyphen from the browser tab. Upvote 0 Downvote Solution
You can edit the thread_view template and change line 1 to this: Code: <xf:title page="{$page}">{$thread.title}</xf:title> Although that will also remove the prefix and hyphen from the browser tab.