Database is Automatically Linked and Parsed into the script..
the code I have within the script for this is as follows:
Code:
<script type="text/javascript">
var _SKYAUTH = {
loginUrl:'/forum/login.php?u=$bbuserinfo[userid]',
memberNick:'$bbuserinfo[username]',
memberId:'$bbuserinfo[userid]',
profileUrl:'/forum/member.php?u=$bbuserinfo[userid]',
photoUrl:'/forum/image.php?u=$bbuserinfo[userid]'
};
</script>
It is already integrated within the Product so I would say you forum with two names to see if they are on the messenger list?
But I just took a look at your page and you have your Vbulletin within the Root folder of your website and not a Forum Folder so I taken, Now the error you are finding is in the Red highlights here:
So I fixed a new product for you, just download the attachment below!
Code:
<script type="text/javascript">
var _SKYAUTH = {
loginUrl:'/forum/login.php?u=$bbuserinfo[userid]',
memberNick:'$bbuserinfo[username]',
memberId:'$bbuserinfo[userid]',
profileUrl:'/forum/member.php?u=$bbuserinfo[userid]',
photoUrl:'/forum/image.php?u=$bbuserinfo[userid]'
};
</script>
Let me know if it still is not working for you.