XF 2.2 "Show older items"

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:
Back
Top Bottom