I dont know if it is the right category because it isnt a plugin but a way to use woopra with the wbb3 bulletin board software from woltlab (woltlab.com).
Put this Code lines into you Footer Template (Admin Area Wbb3 - Layout) before </body>
<script type="text/javascript">
var woopra_id = 'woopraidnummer';
{if $this->user->userID != 0}
var woopra_array = new Array();
woopra_array['name'] = '{@$this->user->username}';
woopra_array['Email'] = '{@$this->user->email}';
{/if}
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
How to use the avatar array correct.. will be added soon..
not a support question