PDA

View Full Version : How to remove last activity from Profile View??


blkatt
06-09-2006, 02:59 PM
How do I remove the "last activity & time" from the Profile View when one views a member profile?

Please assist.

Thanks.

Ntfu2
06-09-2006, 03:04 PM
in the MEMBERINFO template find



<if condition="$show['lastactivity']">
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
</if>


and delete it or comment it out

blkatt
06-09-2006, 03:04 PM
in the MEMBERINFO template find



<if condition="$show['lastactivity']">
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>


and delete it or comment it out

GREAT. Thanks a lot.