tomsa
03-01-2006, 02:35 PM
Hello,
i would like to show the latest links on the homepage like {topic moved or deleted} without the featured links
Is it possible to modify the database selection
$top10 = $db->GetOne("SELECT * FROM {$tables['link']['name']} WHERE STATUS = 2 ORDER BY HITS DESC LIMIT 0,10"); to exclude the featured links ?
Thanks for help
Tomsa
i would like to show the latest links on the homepage like {topic moved or deleted} without the featured links
Is it possible to modify the database selection
$top10 = $db->GetOne("SELECT * FROM {$tables['link']['name']} WHERE STATUS = 2 ORDER BY HITS DESC LIMIT 0,10"); to exclude the featured links ?
Thanks for help
Tomsa