XenForo regex help for Template Mod

S

securedme

Guest
How do I add the following BEFORE any lines containing 'thread.title' in a template (thread_list_macros)?

Less:

Code:
<xf:if is="!$forum">
    <a href="{{ link('forums', $thread.Forum) }}">{$thread.Forum.title}</a>
</xf:if>

Thank you.

Continue reading...