![]() |
$vbulletin->userinfo['userid'] always returns 0
I'm trying to integrate a vb login form on my homepage but couldn't find no help so far.. even posted a question here last week but getting no answer. so I'm doing some experiments to find the way on my own...
For now, I'm having a test.php page which located at an upper directory of my forums, and include the forums' global.php file, just to be able to access the $vbulletin->userinfo data. However, $vbulletin->userinfo['userid'] always returns 0 as an Unregistered user even when I logged in. I took the code to my local pc (running IIS) and it works just fine (of course I had to change the path due to Windows v.s Unix, but can't figure out why it doesn't work on my Unix host.. Here's a sort of my experiment code: Code:
$curdir = getcwd(); Please help Thanks |
Did you try $bbuserinfo['userid']?
|
yeah I did.. in fact, you can see my note there to use $bbuserinfo at first.. then I gave up with it and try $vbulletin ->userinfo...
$bbuserinfo['userid'] returns nothing, not even 0 |
Can you post the whole code of your test.php page?
|
Same cookie domain + path?
|
Borbole: it's pretty much the whole code.. except the <?php tags.. here it is everything again (just a very simple code):
Code:
<?php //test.php Your comment kindda made me think.. but I believe it is, cuz this test.php is on the same host and everything, just on an upper dir of the forums, and I'm accessing both (the forums and the test.php) on the same browser... |
FWIW I tried this on a linux host and it worked. Dumb question, but are you testing it with the same browser that you're logging in to vb with? (Sometimes I have IE and FF going at the same time).
|
Yes, I basically have 2 tabs on my browser, one with vb, and the other with the test page.. login to the vb, then refresh the test page and it shows 0 for userid and Unregistered for username. Then go back to vb, it.. logged me out.
Also tried with IE since I have both IE and FF. same thing |
Try changing this:
chdir($curdir.'/forums'); to this: chdir($curdir'./forums'); |
Boofo:
that gives a syntax error Code:
syntax error, unexpected T_CONSTANT_ENCAPSED_STRING chdir($curdir.'./forums'); gives a "no such file or directory" error |
Look closer at my change. I didn't add the first dot.
|
Boofo:
I knew that.. the first part of my previous reply about the syntax error was for the exact change you gave, then I just tried a little more than what you suggested.. sorry didn't make it clear enough. It's for sure a directory issue, I just tried to move test.php into the forums directory and removed the chdir stuffs and it works, so must be the chdir stuffs... |
In the ACP under "Cookies and HTTP Header Options", what do you have "Path to Save Cookies" set to? According to the help for that option, unless you have it set to '/', the cookies won't work in other directories. (I guess that's what Adrian meant by "path").
|
YES! I just got it.. damn it
kh99: you're just right on, I actually just found out by comparing the settings on the two hosts, then got it to work.. then came back here and see your post exactly the same as what I found. I recently moved my boards to vB so I'm still new to it, these little things will kill me more :) Thank you all for your helps. |
Glad to hear you figured it out. :)
|
You got it in one, it just took us a bit to catch up with you. ;)
|
I was way off.
|
Although replies don't answer the question directly sometimes, they contribute to the brainstorming :)
So.. they're all appreciated. |
Quote:
|
Did you try?
{vb:raw userinfo.fieldx} |
Quote:
|
Quote:
$vbulletin->userinfo['userid'] is the correct variable to use... why it's not working is the issue... probably a cookie thing, the user is being logged out/has no session on the custom page. Did you declare $vulletin to be global? |
Quote:
HTML Code:
{vb:raw userinfo.fieldx} |
In case anyone cares, the OP solved the problem 10 posts ago, it was the cookie path (and there was nothing wrong with the original code) :)
|
Quote:
|
Quote:
Code:
{vb:raw userinfo.userid} |
Quote:
|
Quote:
|
All times are GMT. The time now is 01:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|