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;
default:
$orderby = 'i.title';
break;
Gilmon D. Bernal
No comments:
Post a Comment