The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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?
|
#2
|
||||
|
||||
Go to the profile template and search for its code, then delete it.
|
#3
|
|||
|
|||
how do I know what its code is?
|
#4
|
|||
|
|||
Remove this...
HTML Code:
<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> |
#5
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|