The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with custom login system
Hi,
i m currently workin on implementing the login of my website on a vbulletin forum i created a key vbUserId in my user table and successfully plugged it in vbulletin so i m able to appear logged as the correct user on vbulletin after logon on my website. all seems to work well , except that all the post i made after login as marked as posted as "Guest" on the forum and *only* in showthread.php (eg on forum/index.php i m able to see that last poster was my user and got a link to correct profile) When can i search to find the issue ? note that i m using 3.8.2 with no plugins the only modification i made in vb is in class_core.php around 2750 Code:
if (LoggedOnMainWebSite()){ // setting $userid and $password variables } |
#2
|
||||
|
||||
Instead of mashing two systems together, your best bet would be to only use one system, yours, or vBulletin's. Using vBulletin's is probably easier, as you'll find it quite hard to change vBulletin's system (tight coupling).
Look in login.php/functions_login.php to see how authentication is done. |
#3
|
|||
|
|||
we dont have the choice actually
the website use itself various authentification system i think we can get the job done has we got only a few problems after these modifications. i will get deepers into login.php/functions_login.php |
#4
|
|||
|
|||
job done, i just forgot to fill two other tables after vb_user , now it works perfectly
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|