Dkf Active member Apr 15, 2023 #1 Hello. Can you remind me where to adjust the display settings for the "Show older items" option for old threads? Thank you.
Hello. Can you remind me where to adjust the display settings for the "Show older items" option for old threads? Thank you.
P Paul B XenForo moderator Staff member Apr 15, 2023 #2 XF doesn't have anything built in related to that. It sounds like an add-on. Upvote 0 Downvote
Dkf Active member Apr 15, 2023 #3 Brogan said: XF doesn't have anything built in related to that. It sounds like an add-on. Click to expand... How can I find this add-on? I found this code in template "forum_view" <xf:macro name="date_limit_disabler" arg-forum="!" arg-page="!" arg-filters="!"> <div class="structItem structItem--note"> <div class="structItem-cell"> <a href="{{ link('forums', $forum, {'page': $page, 'no_date_limit': 1} + $filters) }}"> {{ phrase('show_older_items') }} </a> </div> </div> </xf:macro> Last edited: Apr 16, 2023 Upvote 0 Downvote
Brogan said: XF doesn't have anything built in related to that. It sounds like an add-on. Click to expand... How can I find this add-on? I found this code in template "forum_view" <xf:macro name="date_limit_disabler" arg-forum="!" arg-page="!" arg-filters="!"> <div class="structItem structItem--note"> <div class="structItem-cell"> <a href="{{ link('forums', $forum, {'page': $page, 'no_date_limit': 1} + $filters) }}"> {{ phrase('show_older_items') }} </a> </div> </div> </xf:macro>