The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|
![]() |
|
|