Quote:
Originally Posted by myplacidcasual
I'm sure this is a simple problem related to: $vbulletin->userinfo['field1'] and
$vbulletin->userinfo['username'] I just don't really understand where, how and what to change:
My problem is this:
I just don't know where to go to change
But on my site when you go to the member area it says, "Logged in as:" and no user name.
What should I do to fix this.
|
Might be:
* This integration assumes field1 (in vBulletin) contains the "display name". If you wish to use the username instead of field1, just replace $vbulletin->userinfo['field1'] with $vbulletin->userinfo['username'] in member_login.php.
just search for field1 in the file and replace with username (maybe more than 1 instance)...