The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello,
Is there a way to have the Last Activity on profile just for moderators & admin to view. I know that members can view my profile and see if I'm in the admin cp lol I have added a little pic of what I mean Thank you for any help ![]() |
#2
|
||||
|
||||
![]()
Change:
HTML Code:
<if condition="$show['lastactivity']"> <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </div> </if> HTML Code:
<if condition="$show['lastactivity'] AND ($bbuserinfo[usergroup]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7)"> <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </div> </if> ![]() |
#3
|
||||
|
||||
![]()
Hi 007,
I tried that but its still showing up the "Admin Control Panel @ 02:05 PM" part to members Is there anyway of removing this? Thanks for your help ![]() |
#4
|
||||
|
||||
![]()
Hi,
I managed to find the code for that other part but how would I make this so that its for admins & mods only? HTML Code:
<if condition="$show['currentlocation']"> <div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </div> </if> Thanks for any help ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|