i haven't yet put this onto my vb 4 version .. still waiting on a code from them to be able to add it .. altho im thinkin of changin chat rooms and goin with 123 flashchat ...
prochatrooms .. some members find it hard to stay in the room where others dont have any problems .. gets annoyin with all the complaints about it
in the meantime they replied with this code to add it to vb 4
1) Go to your vBulletin admin area, select template > header
2) Find this,
PHP Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
Below Add this,
PHP Code:
<script language="JavaScript">
<!--
var userName = "{vb:raw bbuserinfo.username}";
var userID = "{vb:raw bbuserinfo.userid}";
var roomID = "Lobby";
// -->
</script>
<script language="JavaScript" type="text/javascript" src="prochatrooms/chat.js"></script>
<li><a href="javascript:launchChat();">Chat Room</a></li>