The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
Here is some code posted for a older version of vb but it does not work for vb 4.1.x. Can someone help me to update it to work with vb 4.1.x? Code:
<if condition="$bbuserinfo[userid]!=1"> <script type="text/javascript" src="//static.woopra.com/js/woopra.v2.js"></script> <script type="text/javascript"> woopraTracker.addVisitorProperty("name", " <phrase>$bbuserinfo[username]</phrase>"); woopraTracker.addVisitorProperty("email", " <phrase>$bbuserinfo[email]</phrase>"); woopraTracker.track(); </script> </if> This is the original code from woopra to track visitors. Code:
<!-- Start of Woopra Code --> <script type="text/javascript"> var woo_settings = {idle_timeout:'300000', domain:'domain.com'}; (function(){ var wsc = document.createElement('script'); wsc.src = document.location.protocol+'//static.woopra.com/js/woopra.js'; wsc.type = 'text/javascript'; wsc.async = true; var ssc = document.getElementsByTagName('script')[0]; ssc.parentNode.insertBefore(wsc, ssc); })(); </script> <!-- End of Woopra Code --> Hendrik |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|