I have this code from a service that monitors my communities "Ventrilo" activity. It's a nice thing to show members who's on the voice chat server. I've tried a few things with this code provided thinking it would be a snap... I used to have this on my home page when I used vBadvanced rather than the vBulletin CMS....
How would I go about creating a Widget for this?
Code:
<!-- ServerSpy.Net - Ventrilo Monitor Start -->
<style type="text/css">
.ssvmon {font-family: Arial; font-size:12px;}
</style>
<span class="ssvmon">
<SCRIPT LANGUAGE="JavaScript" src="http://share2.serverspy.net/bin/vmon.mpl?vid=1608"></SCRIPT>
</span>
<!-- ServerSpy.Net - Ventrilo Monitor End -->
I've tried placing this in a "template" then creating a "Section Navigation- JS enhanced" widget then pointing it to the template I created... failed. Tried placing this code in a "PHP Direct Execusion" widget... failed. Think I'm barking up the wrong tree.