0
I think that ordering problem is not solved...
The solution for me was to change raw 59 in file helper.php
before
$query .= " order by #__k2_items.id asc ";
after
$query .= " order by #__k2_items.ordering asc ";
In this way I can use k2 item ordering to order faq
Bye.
The solution for me was to change raw 59 in file helper.php
before
$query .= " order by #__k2_items.id asc ";
after
$query .= " order by #__k2_items.ordering asc ";
In this way I can use k2 item ordering to order faq
Bye.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »