Quote:
Originally Posted by jscieza
Hi Lynne,
Thanks for your reply! It's working fine in vB 3.8.5
Just an important detail about my members are complaining. Everyone can see the date/time of the visit even in profiles of other members. I think that only the profile owner should be able to see that information.
How I can apply the conditional?
Thank you,
Jonathan
|
Probably just put a condition about the php code you added to the file. Something like:
PHP Code:
if ($vbulletin->userinfo['userid'] == $user['userid']) {
the date/time code
}