The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How hard would this be?
I'm developing a site and the original plan was to have a registration system for the main site that allows users to post reviews. I'm also going to be using vBulletin for the forum. This has me now thinking that I probably should just use the forum registration system for the main site. I don't want a portal and in fact I don't want the main site to have statistics from the forum on it (such as latests posts, etc). The only thing I want to integrate would be the registration system so tha the users can log in and use the main site. I may also integrate a number of users online (not a who's online, though). How hard would this be to do? Thanks.
|
#2
|
||||
|
||||
This would be very easy to do.
Just ensure to require_once 'path/to/forum/global.php'; on every PHP file outside of the forums directory, so to tie it in with the forum system. |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Quote:
|
#5
|
|||
|
|||
If you want to base login's on your main site soley on cookies it is easier to do. If you want to mimic vB's way exactly your are going to have to get creative with your main site. Your going to have to deal with the session hash for instance.
|
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
Take a look at the HTML for the login box on the VB page. You should be able to duplicate this code on your page and it will allow you to log in using vb.
|
#8
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=61112" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=61112</a>
|
#9
|
||||
|
||||
Quote:
@SteveMoody: I'll take a look at it and see what I can find. Thanks! |
#10
|
||||
|
||||
Perhaps I'm not looking in the right place, but where would I find the HTML login code for vBulletin? I've looked in index.php and the FORUMHOME template and didn't find it in either. Am I just not looking in the right place? Thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|