The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Chat Integration?
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> |
#2
|
||||
|
||||
HTML Code:
<script type="text/javascript"> <!-- var userName = "$bbuserinfo[username]"; var userID = "$bbuserinfo[userid]"; // --> </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|