Yes, it works perfectly in 3.7.0 but here's the code for the membersinfo tempate:
Quote:
<if condition="$prepared['lastactivitydate'] OR $prepared['action']">
|
Before this you add the:
Quote:
<if condition="$userinfo['userid'] != 1">
|
Then you add the </if> after this:
Quote:
<span class="shade">$vbphrase[last_activity]:</span> $prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if>
</div>
|