XenForo Show last thread in private node

L

Liam C.

Guest
Hello! Looking to modify something on our forums site. Right now we have private nodes in where users can submit threads, and only see their own threads, and staff can (of course) see these threads to handle them as they are used for reports, appeals, etc.

To improve user experience, we are looking to modify it to not show the 'private' phrase and instead show the user their own last thread.

Less:

Code:
        <div class="node-extra">
            <xf:if is="{$extras.privateInfo}">...

Read more

Continue reading...