Im playing around with SMF (1.5.5) and a new Project, where SMF is the base of the community - this domain is not yet approved and i can not test this code but i think the code should do it, if not please give me/us a hint or fix the solution(s). Like the other Plugin Post of mine, the Avatar-Stuff will sure come but give me time, i allways got a lack of time.. but it will sure come and i think, soon - and.. avatars arent that important.. ;) like smilies.. just web stuff.
Puf this Code in your index.template.php in your (using) Theme Directory of SMF and make sure to replace the orginal (echo </body></html>) code line in it.
if ($context['user']['is_guest'])
echo '<script type="text/javascript">
var woopra_id = \'woopraidnummer\';
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
</body></html>';
else
echo '<script type="text/javascript">
var woopra_id = \'woopraidnummer\';
var woopra_array = new Array();
woopra_array[\'name\'] = ', $user_info['username'], ';
woopra_array[\'Email\'] = ', $user_info['email'], ';
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
</body></html>';
not a support question