XF 2.2 "Show older items"

Dkf

Active member
Hello.

Can you remind me where to adjust the display settings for the "Show older items" option for old threads?

Thank you.
 
XF doesn't have anything built in related to that.

It sounds like an add-on.
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:
Top Bottom