The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
- After user login through login form...user is then notified that user login completed. Somehow that user get kicked back to homepage and the login form still empty saying that user has not logged in.
Please Help! ![]() |
#2
|
||||
|
||||
![]()
What do you have your Cookie Domain set to? And do you allow users to browse your site via both yoursite.com and www.yoursite.com?
|
#3
|
|||
|
|||
![]()
I had this problem. Go to http://members.vbulletin.com, then login to there. Then edit the license of the forum you're having the problem on. Next, change the Forums URL to www.your-site.com. If that doesn't work, redirect http://your-site.com to http://www.your-site.com.
|
#4
|
|||
|
|||
![]()
but my problem it not happened often, somtime do occur. My cookie domain is .mysite.com , when user go to mysite.com it auto redirect to www.mysite.com
|
#5
|
|||
|
|||
![]()
Edit the headerinclude template for each style. make sure it looks like this:
Code:
<script type="text/javascript"> <!-- var SESSIONURL = "{vb:raw session.sessionurl_js}"; var SECURITYTOKEN = "{vb:raw bbuserinfo.securitytoken}"; var IMGDIR_MISC = "{vb:stylevar imgdir_misc}"; var IMGDIR_BUTTON = "{vb:stylevar imgdir_button}"; var vb_disable_ajax = parseInt("{vb:raw vboptions.disable_ajax}", 10); var SIMPLEVERSION = "{vb:raw vboptions.simpleversion}"; var BBURL = "{vb:raw vboptions.bburl}"; var LOGGEDIN = {vb:raw bbuserinfo.userid} > 0 ? true : false; var RELPATH = "{vb:raw relpath}"; // --> </script> |
#6
|
|||
|
|||
![]()
yes, in the headerinclude template had that code .. Now, i don't know how to fix this bug T_T
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|