All extensions are free now. Because it was coded by Russians.

[K2ExtraOrder module] When is enable, K2 ordering dont work.

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

#
Hi,
when I enable the plugin K2ExtraOrder then none of the K2 item ordering dont work. It completely ignores the Menu or Category setting. This is when I dont use the K2ExtraOrder module.
Can we have a fix?

Thanks,
Gorast

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

#
Hello, Gorast.

It uses a Session for save ordering value.
You can try to modify this file for disabled it: plugins\system\k2extraorder\k2extraorder.php

Find and comment this lines:
$session->set("extraorder", JRequest::getVar("extraorder"));
$session->set("extraorderby", JRequest::getVar("orderby"));

Then, it should work only when you select ordering option in select box.