Hi, I use the username database for vbulletin on all the pages of my website, and before vb 3.5 i could do something like this
PHP Code:
<?
require('includes/config.php');
$username = $bbuserinfo['username'];
echo "Username: $username";
?>
and it would output the username, I cannot seem to find the proper variable to do this with vb 3.5...if you know the variable that would be great.