Change thread titles in thread view into URL links

Change thread titles in thread view into URL links

Compatible XF 1.x versions
  1. 1.1
  2. 1.2
  3. 1.3
  4. 1.4
  5. 1.5
This resource is not affiliated with XenForo Ltd.

Open the thread_view template.

Find this on the second line:
HTML:
<xen:h1>{xen:helper threadPrefix, $thread}{$thread.title}</xen:h1>

Replace with this:
HTML:
<xen:h1><a href="{xen:link threads, $thread}">{xen:helper threadPrefix, $thread}{$thread.title}</a></xen:h1>
...
You do not have permission to view the full content of this resource. Log in or register now.

Latest reviews

I don't know why this is so useful, but it is.
small, basic yet very effective.
Top Bottom