2
You can edit the page you would like to see alpha ordered and change the "orderby" variable [$orderby] to reflect what you want as default.
titleA = ascending (A-Z)
titleD = descending (Z-A)
Here is an example for the category view (disregard the cid, it will vary by your category setup) which calls viewcat.php.
yourdomain.com/modules/mylinks/viewcat.php?cid=6&orderby=titleD
in viewcat.php
find the line:
$orderby = "title ASC";
change to any variation of the http var value...you can see the http vars by hovering over the sorting icons (triangles) while viewing the page in question... insert the orderby value you want in the quotes of the line above.
BTW, I didn't try, but it should work fine.
Hope that helps.