Quote:
Originally Posted by kafi
Thanks for headup
I personally would avoid with search pop-up. I have changed that also on my board, also vb.org is not using it as main search box
As I said, search is most essential feature on heavy data site or application...
Good luck with 6x version 
====================
1 more request...
is it possible for you to integrate virus scanning like this one:
https://vborg.vbsupport.ru/showthread.php?t=161345
???
Thanks!!!
|
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.
Quote:
Originally Posted by narutorasengan
thanks for the great mod!
i got one question though, how do i set it as a default to go "by file name" instead of going by latest upload?
and i don't mean the categories, i mean the files, thank you!
|
Open downloads.php
Find
PHP Code:
if (!in_array($sortfield, $sortfields))
{
$sortfield = 'date';
}
Replace with
PHP Code:
if (!in_array($sortfield, $sortfields))
{
$sortfield = 'name';
}