The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Has anyone made a hack for this?
|
|
#2
|
||||
|
||||
|
Are you referring to the Last Post in the profile page?
|
|
#3
|
|||
|
|||
|
Yes.
|
|
#4
|
||||
|
||||
|
In member.php, replace this:
Code:
if ($userinfo[posts]!=0 and $userinfo[lastpost]!=0) {
Code:
if ($userinfo['usergroupid']==5 or $userinfo['usergroupid']==7 or $userinfo['usergroupid']==6) {
$lastpostdate="Can't see this info";
} elseif ($userinfo[posts]!=0 and $userinfo[lastpost]!=0) {
|
|
#5
|
|||
|
|||
|
I can't seem to find it. My file is all scrambled together. Check your PM for example.
|
![]() |
|
|