PDA

View Full Version : A hack that hides where the Mods and Admin posted last?


Chris Stewart
10-14-2001, 01:25 PM
Has anyone made a hack for this?

Admin
10-14-2001, 01:28 PM
Are you referring to the Last Post in the profile page?

Chris Stewart
10-14-2001, 01:46 PM
Yes.

Admin
10-14-2001, 01:53 PM
In member.php, replace this:
if ($userinfo[posts]!=0 and $userinfo[lastpost]!=0) {
with this:
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) {
and change the red part.

Chris Stewart
10-14-2001, 02:20 PM
I can't seem to find it. My file is all scrambled together. Check your PM for example.