Log in

View Full Version : Having vBulletin Control Access to Web Pages


iankh
11-01-2005, 10:49 PM
I'm not sure this is possible, but here's what I'd like to do. My organization would like to have some content/pages that are for members only. Is there any way to set it up to have vBulletin control access to those pages? So that certain pages are password protected?

My goal is to not have users have 2 IDs and passwords but just control it out of one place.

Is there a plug-in to do this or some other way to accomplish this?

Marco van Herwaarden
11-02-2005, 09:22 AM
If you include ./global.php to your script, you will have access to all vB functions and variables.

There are a few HOW-TO and ready hacks to use vB functions on external pages also.

iankh
11-02-2005, 11:59 AM
Thanks for the reply. I am not really a technical person and so it's a miracle that I have done as much as I have. Where can I find how to include a global.php for controlling an html page or some of the other how to's?

Thanks again!

Marco van Herwaarden
11-02-2005, 12:56 PM
In our HOW-TO forum ;)

https://vborg.vbsupport.ru/forumdisplay.php?f=110

CommuneZoom
11-03-2005, 04:20 AM
You can find the basics of what you need below. The tutorial will guide you through the basic page setup and if you read on, how to limit access to certain usergroups through conditions.

https://vborg.vbsupport.ru/showthread.php?t=98009

Billspaintball
11-04-2005, 12:59 PM
Ive done just that to my site.
Entire site, (non vB) pages access are restricted on a vB usergroup basis.
Uses the vB login/logout system for all pages.

Its not a plugin (there's no modification to any vB files, templates etc).
Im going to write up a quick guide and post it here when I get a chance later this week.

iankh
11-04-2005, 08:39 PM
That is exactly what I need! Thanks!

iankh
11-09-2005, 09:47 AM
If anyone has some clear instructions on how to accomplish this, please let me know. I am not technical, though with instructions have been able to muddle my way through.

What I want to do it for some of our HTML pages have them secured so that when a member goes to a secure page if not they are prompted to logon where they use their vBulletin username and password.

I don't want to apply vBulletin styles to these html pages and want to preserve the style of the our regular HTML pages.