PDA

View Full Version : Using vB's User System Elseware


sketchy
10-21-2004, 06:43 PM
Hi,

I am adding a download area to my site & want the users to have to be registered to be able to download the files.

Is it possible to use the vB user system & alow all the admins of the forum into a certain admin area to add files too?

thanks,

Sketchy

AN-net
10-21-2004, 06:47 PM
yes by adding using require_once('./global.php'); in your files should be sufficient enough to intergrate your file system in the vbulletin system;)

sketchy
10-21-2004, 07:14 PM
:D thanks!,

so i presume all i have to do after including that file is use the vB sql DB to pull the info & run the session.

I will give it a go.

Thanks Again,

Sketchy