We are using 3.07 but our memberinfo appears to be different

.
The instructions for this mod say:
In Template MEMBERINFO: Find:
HTML Code:
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
However that does not exsist
The closest that we have is:
HTML Code:
<td width="40%" class="infoleft">$vbphrase[total_posts]</td>
<td width="60%" class="inforight"><strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)</td>
How should we alter that so that the mod works correctly? Thanks.