Log in

View Full Version : Downloads available to members only?


sweetmercifulcr
04-02-2003, 08:30 PM
Not sure if there is a way to do it or not, I searched but with no luck.

I have files that I want to make available to users of my board. If they're a loged in user, it will show the files, if they're not loged in it will just have a link for them to register.

Is there anyway to do this?

*sorry if this isn't the right forum to post in, I'm still new to vb.org posting.

N!ck
04-02-2003, 08:32 PM
It's built in. Just edit your Guest usergroup.

sweetmercifulcr
04-02-2003, 08:38 PM
well, I want to avoid it being an attachment in the post. These files are big, and most of the time VB will show me "page cannot be displayed", while trying to attach such a big file.

noppid
04-03-2003, 03:50 PM
We have this, it's not a hack, it's an add in.

We can serve files from 10 different catagories depending on the users product groups checked. The security is from the Vb database. The user must be logged into the BB to access the files dowload page via a second login, this is controlled with expiring cookies. Three tables are added to the vb db - Users, files, and Download stats.
We use phpmyadmin to manage it, but we're working on an actual admin page.

DF-inside
09-01-2003, 08:16 PM
So there is a hack available to get a download database for registered users on the forum?
Where can I find that?