XF 1.3 Link to thread title not working

Neil E.

Active member
I had this working fine on 1.1.2 but it fails when incorporated as a TM core on 1.3.4

template thread_view

search
Code:
<xen:h1>{xen:helper threadPrefix, $thread}{$thread.title}</xen:h1>

replace
Code:
<xen:h1><a href="{xen:link threads, $thread}">{$thread.title}</a></xen:h1>

This should make a thread title a link to the thread itself.
 
Top Bottom