any chance something like this would be available for 3.7.0?
Edit:
Currently it is working on forumhome
Another edit:
Marco, currently it only works at the MEMBERINFO template. Would it be possible to add this to ie. the memberinfo_block_ministats template perhaps?
Code:
<div class="alt1 block_row">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="100%">
<dl class="smallfont list_no_decoration profilefield_list">
<if condition="$prepared['birthday']">
<dt class="shade">$vbphrase[birth_date]</dt>
<dd>$prepared[birthday] <if condition="$prepared['age']">($prepared[age])</if></dd>
<else /><if condition="$prepared['age']">
<dt class="shade">$vbphrase[age]</dt>
<dd>$prepared[age]</dd>
</if></if>
<dt class="shade">$vbphrase[join_date]</dt>
<dd>$prepared[joindate]</dd>
<if condition="$mh_upcd_last_changed">
<dt class="shade">$vbphrase[mh_upcd_last_change_date]</dt>
<dd>$mh_upcd_last_changed</dd>
</if>
<dt class="shade">$vbphrase[total_posts]</dt>
<dd>$prepared[posts]</dd>
$template_hook[profile_ministats_list]
</dl>
</td>
<if condition="$prepared['avatarurl']">
<td><img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" /></td>
</if>
</tr>
</table>
</div>
<div class="alt2 smallfont block_row block_footer"><a href="#stats" onclick="return vB_TabCtrls['profile_tabs'].switch_tab('stats')">$vbphrase[show_all_statistics]</a></div>