TagStar

Anonymous
Here's a small improvement to libconfig.

First of all search for $LANG01[84] this corresponds to the 'LINKS' from the main page.

First of all, I like to order by hits rather than the id.

Text Formatted Code

$sql = "SELECT lid,title,url FROM {$_TABLES['links']}"
             . COM_getPermSQL() . ' ORDER BY hits DESC,lid ASC LIMIT 15';

 


Second, I like links to open in a new window, so I did this.
Text Formatted Code

$newlinks [] = '<a target="_blank" href="' .

 

geeklog-fan

Anonymous
thanks.. that's a great idea.. i hate it when people leave my site