I didn't find the bit of code and assumed that it was because this site is running a Zen 1.3.6 it may not have yet been added. I checked the most recent version of tpl_links_default.php and found that to be the case.
I tried adding the following code to my 1.3.6 version but it did not have any impact:
PHP Code:
// check sort order
//$sortorder = "ld.links_title";
if (DEFINE_SORT_ORDER == 1) $sortorder = "ld.links_title";
if (DEFINE_SORT_ORDER == 2) $sortorder = "l.links_date_added asc";
if (DEFINE_SORT_ORDER == 3) $sortorder = "l.links_clicked desc";
I also tried over-writing the old file with the new but that threw an error.
Any suggestions, or is a total upgrade necessary?
Thanks
Bookmarks