XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Add "Go to last post" button - Styling and customization questions
Read more about this resource...
Add "Go to last post" button - Styling and customization questions
Go to thethread_view
template
Enter this code after line 125
PHP:<xf:button href="{{ $firstUnread ? ('#post-' . $firstUnread.post_id) : link('threads/latest', $thread, {'new': 1}) }}" class="button--link" data-xf-click="scroll-to" data-silent="true"> {{ phrase('jump_to_new') }} </xf:button>
Read more about this resource...