how would one go about adding the users viewed to the actual MEMBERINFO template. using this code. I tired to play about with the xml but im still trying to wrap my head around this new system.
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="2">
<if condition="$show['otherprofile']">
$vbphrase[who_viewed_this_profile]
<else />
$vbphrase[who_viewed_my_profile]
</if>
<div class="smallfont">$vbphrase[profile_views]: $totalviews</div>
</td>
</tr>
<tr>
<td class="thead" width="100%">$vbphrase[username]</td>
<td class="thead">$vbphrase[last_visit]</td>
</tr>
$profileviewbits
</table>
<br />