View Full Version : Last activity
I installed the "advanced editing options for mods and admins" hack. And some of the alias users (the ones I post from) I will frequently make posts from, but the last activity thing in the profile is from a long time ago. I don't want to have to manually edit every one of them every time I post, so what should I do? Is it possible to delete the last activity thing from the profile altogether?
Mr Pink
03-13-2007, 09:19 AM
Go to the profile template and search for its code, then delete it. :)
Go to the profile template and search for its code, then delete it. :)
how do I know what its code is?
da420
03-13-2007, 09:31 PM
Remove this...
<td class="smallfont" valign="bottom" align="$stylevar[right]">
<if condition="$show['lastactivity']">
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </div>
</if>
<if condition="$show['currentlocation']">
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </div>
</if>
</td>
Remove this...
<td class="smallfont" valign="bottom" align="$stylevar[right]">
<if condition="$show['lastactivity']">
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </div>
</if>
<if condition="$show['currentlocation']">
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </div>
</if>
</td>
where is this code? there are like 10 mini templates under the profile templace icon
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.