Add "Go to last post" button

XenForo Add "Go to last post" button

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Add "Go to last post" button - Styling and customization questions

Go to the thread_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...
 
Status
Not open for further replies.
  • Tags
    add "go to last post" button add "go to last post" button tips add "go to last post" button xenforo tips add "go to last post" button xenforo add "go to last post" button اضافه کردن دکمه دکمه برو به پست جدید
  • Back
    Top Bottom