The list of enabled and not yet enabled/disabled extensions can be seen in the Customise tab.spacebiscuit wrote: ↑Wed Nov 04, 2020 8:11 pmShould I not see a list of extensions and be able to disable or choose which to install?
Code: Select all
{% if loops.postrow|length > 1 and postrow.S_NUM_POSTS % 5 == 0 %}
%
operator has higher priority than +
. This should work:Code: Select all
{% if loops.postrow|length > 1 and (postrow.S_ROW_COUNT + 1) % 5 == 0 %}