CF8 - Paginator + Action URL

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 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.
You need to login to be able to post a reply.