Skip to content

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

@sbouey

Description

@sbouey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions