The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|