
11-03-2007, 05:25 PM
|
|
|
Join Date: Aug 2006
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RS_Jelle
Everyone's got a different taste 
But you can change such things pretty easily in the templates.
I already thought about such a thing as I know it from the Moodle e-learning CMS, but I don't think a lot of people have LibClamAV installed. Shared hosts probably don't want to install it as it takes some resources.
Open downloads.php
Find
PHP Code:
if (!in_array($sortfield, $sortfields))
{
$sortfield = 'date';
}
Replace with
PHP Code:
if (!in_array($sortfield, $sortfields))
{
$sortfield = 'name';
}
|
thank you
|