The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Membership Question - Please Help
I have a membership system set up for my website and I want to use the same member info in the forums. Can I pass a username and password to the foruml, so people are automatically logged in? Does anyone have altrernate suggestions on this?
|
#2
|
||||
|
||||
just require the backend file (you're global.php)...
so the top of the php page you have would look like this: PHP Code:
|
#3
|
|||
|
|||
I am not following what I should do here, can you please elaborate a little more for me. I am new to using V-Bulletin software.
Thank You |
#4
|
||||
|
||||
Alright..basically, you've got to define some variable so you dont catch any errors from your foums generic files:
PHP Code:
PHP Code:
now you'll need to cache the templates your forum uses (even if you dont want to use it), otherwise, you'll also get some errors. PHP Code:
PHP Code:
|
#5
|
|||
|
|||
Thanks, I'll try and see if I can figure this out.
|
#6
|
|||
|
|||
I'm confused...I have a user logged into the site using our own session variables. How does my site interact with the board using your method? You are giving instructions on how to include a file, right? But what about interfacing with the login system?
Thanks. |
#7
|
|||
|
|||
TanK DaWg
Anything on his comment/question? Thanks |
#8
|
||||
|
||||
two login systems that set different cookies won't interact 'friendly' per-say..once you enter the zone for one of the login-areas, the other will more than likely log you out thinking that the cookie is now gone (as it was now taken for the other login system...the one you are viewing)..it would be much wiser to just integrate vB's login with the current one you have.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|