Quote:
Originally Posted by BBR-APBT
Did you edit this line?
Code:
$vbprefix = 'vb3_'; // The prefix you are using for vbulletin.
if you have no prefix leave it blank.
|
When I leave it blank, nothing displays. The config.php file in the vbulletin includes folder lists this field as blank. Am I looking in the right place?
Why do I need to do all this setup for the connection settings? I can insert
PHP Code:
<?php global $vbulletin;
echo "Welcome, " . $vbulletin->userinfo['username']; ?>
into a wordpress template and it calls the logged in username just fine without all that stuff.