Sunday 16 June 2013

k2 tag[alphabetical ordering] joomla 2.5





Try this to make alphabetical ordering the default on your [k2 tag] "joomla 2.5"

components/com_k2/models/itemlist.php

Replace: @line 333

default:
                $orderby = 'i.id DESC';
                break;
With:

default:
   $orderby = 'i.title';
                break;




Gilmon D. Bernal