Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question K2.8 upgrade for GeekElasticSearch compatibility

More
2 years 4 weeks ago - 2 years 4 weeks ago #1 by Gtan
Hi,
When Kunena 5.2.8 is used with Geek Elesticsearch, link are corrupted.
A solution can be found on joomlageek forum in component-geek-elasticsearch post 583-url-not-correct-in-result#1678

That's an issue of Kunena, it should remove Reply ID from link of pagination item.

You can follow steps below to resolve to fix pagination links:
- Open the file below in the Kunena template that you use:
components/com_kunena/template/[template-name]/layouts/widget/pagination/item/

- Find a code block:$item = $this->item;
- Replace it with:$item = $this->item;
if($item->link) {
$item->link = preg_replace('#/[0-9]+\?start=([0-9]+)#i', '?start=$1', $item->link);
}
- Save change.
- Check if issues resolved.
 Thanh Nguyen
Founder & Lead Developer

Regards,
Gaétan
Last edit: 2 years 4 weeks ago by Gtan.

Please Log in or Create an account to join the conversation.

Time to create page: 0.325 seconds