Page 1 of 1

how to extend search to include uploaded files?

Posted: Tue Jan 15, 2008 5:23 pm
by geepers
Does anyone know of a method to extend the {search} function to include searching the names of files in the 'uploads' folder?

I realize this is consider a security risk, however, this installation resides on a closed network.

Re: how to extend search to include uploaded files?

Posted: Tue Jan 15, 2008 6:07 pm
by calguy1000
Use the uploads module.... it supports search.

Re: how to extend search to include uploaded files?

Posted: Sun May 25, 2008 5:51 pm
by somhi
Hi!! 

And what if I don't want that the files on the upload module are listed by the search?

What I don't want is that users not registered can see the names of files from uploads module using the search. 

by the way,  this is my first message on the forum.

Jordi

Re: how to extend search to include uploaded files?

Posted: Sun May 25, 2008 8:47 pm
by somhi
getting there

{search modules="album,news,filemanager"}   

but bloody hell, which is the name of the module that shows content pages??

Or, is there a way to allow search from all modules except one?

Cheers,
Jordi

Re: how to extend search to include uploaded files?

Posted: Sun May 25, 2008 8:58 pm
by somhi
this works out

{search modules="album,news,filemanager,customcontent,FrontEndUsers,menumanager,modulemanager,nusoap,printing,search, ThemeManager,TinyMCE,SelfRegistration"}

but I still wondering which is the content main module????

Cheers,
Jordi

Re: how to extend search to include uploaded files?

Posted: Mon May 26, 2008 7:30 pm
by somhi
Finally...

What I only needed was  {search modules="album,news,search"}  to avoid seeing in search files from module uploads.

Jordi