CF8 - Paginator + Action URL

ChronoForms paginator inserts unnecessary ampersand in URLs when using action URLs.

Overview

The paginator incorrectly adds an extra ampersand character to the URL query string when an action URL is enabled.
Apply a code fix to the paginator.php file to replace the malformed query string, which will be included in a future update.

Answered
ChronoForms v8
rb rbock 10 May, 2025

If I activate the action URL in a list, the paginator inserts an unnecessary & into the URL (xyz.html?&start_at=12345). I can't remove the & in paginator.php. I don't use an action URL for other lists, so I need the & there.

Max_admin Max_admin 13 May, 2025
Answer

Hi rbock

I applied this fix in paginator.php:

href="<?php echo str_replace("?&", "?", $url."&start_at=").$i; ?>"

coming in the next update

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Post a Reply