PDA

View Full Version : sort by name


Anonymous
04-14-2005, 10:18 PM
Hey there.

I love the looks of your link page.

The only thing I'd like to see is all the categories and links getting sorted by name from a-z.
Not a button or anything; I want it to do this standard.

Thanks,
Sander

IGonza
04-14-2005, 11:15 PM
Hello Sander.

What version do you use?

Thanks,
Igor.

Anonymous
04-15-2005, 03:15 AM
I downloaded the newest.

IGonza
04-15-2005, 01:25 PM
Ok.
Open file index.php.

About row #118 :
//set category
$params['table'] = "Category";
$params['classname'] = "Category";

Add after:
$params['orderby'] = "title";

It should work. If not, let me know.

Thanks,
Igor.

Anonymous
04-17-2005, 03:57 PM
Seems to work!
Cheers for that! :D

David
04-17-2005, 04:23 PM
Yep, and this has been added to the 1.011 release which is now available.