I am using v3chat and I have integrated it with vbulletin before but can't remember how to do it and their support is not the greatest.
The instructions in their help file says this,
Code:
Replace USERNAME with logged in members name (eg. <?php echo $username;?>)
Replace USERID with logged in members id (eg. <?php echo $userid;?>)
<script language="JavaScript">
<!--
var userName = "USERNAME";
var userID = "USERID";
// -->
</script>
Any thoughts of how to make it work with this coding? Thanks in advance!