PDA

View Full Version : Chat Integration?


AWMGolfer
08-07-2009, 10:13 PM
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,

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!

Dismounted
08-09-2009, 10:24 AM
<script type="text/javascript">
<!--
var userName = "$bbuserinfo[username]";
var userID = "$bbuserinfo[userid]";
// -->
</script>