#4057 - main_multi_content block issues

This is a spacer post for a website comment topic. The content this topic relates to: #4057 - main_multi_content block issues
Automated response: Inconsistency explaining pagination for block options

Pagination for block options should be labelled consistently, and explaining infinite scrolling replaces pagination if configured.

I also checked and all the block templates with pagination options have ALLOW_INFINITE_SCROLL=1 in, which can be changed to ALLOW_INFINITE_SCROLL=0 if you want to revert to regular pagination for those blocks.
Okay, I wasn't sure if those options should override the infinite scrolling, I expected so to be honest.
1) ALLOW_INFINITE_SCROLL={$EQ,{DISPLAY_TYPE},FIELDMAPS,GRID} was in CATALOGUE_CATEGORY_EMBED.tpl, which I expect is the template for the main_cc_embed block and it took some finding. Changed to 0 which seems to have done the trick.
2) ALLOW_INFINITE_SCROLL=0 in BLOCK_MAIN_MULTI_CONTENT.tpl, pagination is working but the block title is repeated when a new page is clicked. Refreshing the page removes the extra title.

Fixed in https://gitlab.com/composr-foundation/composr/commit/f21667f83cb4df085261cfcf261631dd7feb5fdb
0 guests and 0 members have recently viewed this.