getk2 / k2

K2 - the powerful content extension for Joomla
https://getk2.org
GNU General Public License v3.0
136 stars 95 forks source link

K2 Categorie listing Item not translated (with Falang) #559

Open sbouey opened 1 year ago

sbouey commented 1 year ago

Hi,

When Falang is used with k2 and Menu is set to K2 » Item listings » Categories

The categories are displayed correctly but not translated

the problem is in the file components/com_k2/models/itemlist.php line 51

Falang has problem with the SELECT SQL_CALC_FOUND_ROWS , use to make the pagination a quick and dirty workaround was to no use this mysql function //$query = "/ Frontend / K2 / Items / SELECT SQL_CALC_FOUND_ROWS i.,"; $query = "SELECT i.,";

There are already specific Falang code. I will post here a good solution when it's done , if it's can be add to the next release of k2 it will be great.

Stéphane Falang Team