Dear jDownloads users, There is currently no Joomla 6 compatible version available. However, we are working on it and hope to release it shortly.
if (!$use_legacy_pagination && preg_match('/<div[^>]*id="results"/', $cats_before)) {
$body_subcats .= '</div>';
} } else {
// Fallback: add wrapper if no div found
$body_subcats .= '<div id="results">';
} } else {
// Fallback: add wrapper if no div found
$body_subcats .= '<div id="results">';
$divAdded = true;
} //if (!$use_legacy_pagination && preg_match('/<div[^>]*id="results"/', $cats_before)) {
if($divAdded) {
$body_subcats .= '</div>';
}