Jump to content

Recent Profile Visitors - Can It Be Turned Off?


FZ

Recommended Posts

Posted

One of the things I am hoping to encourage members to do is complete their profiles and share more information about themselves on there. However, there is a block that appears on every profile and that is the "Recent Profile Visitors" block. My thinking on this is that it's a little creepy to have your name appear on a user's profile page when you visit it and as such members are not likely to go to these profile pages if they are not allowed to visit them anonymously. 

I'm sure in previous versions we were able to turn this off globally, but in 4.3 I don't see any option to do that. I see that it can be turned off by the profile owner, but that's not likely to happen and seems a bit pointless to me. Anybody got any input on this? Am I not looking in the right place for the setting? 

Posted

Check with the author of New Member Settings in the Marketplace and ask if he can build in a setting for you.  

Also, for your actual query, check out profile completion in the ACP.  You can set up steps for users to fill out their profile.  

  • 5 months later...
Posted
14 hours ago, Charlotte Kemp said:

Did you ever find a solution to this ? I'm quite annoyed with the fact that it can not be turned off globally

No, unfortunately not. A pity. 

Posted

You could edit your theme's template in core > front > profile > profile 

remove these lines

{{if !empty( $visitors ) || \IPS\Member::loggedIn()->member_id == $member->member_id}}
	<div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'>
		{template="recentVisitorsBlock" group="profile" params="$member, $visitors"}
	</div>
{{endif}}

But I believe its up to the profile owner to disable it. 

Posted
22 hours ago, Goza said:

You could edit your theme's template in core > front > profile > profile 

remove these lines


{{if !empty( $visitors ) || \IPS\Member::loggedIn()->member_id == $member->member_id}}
	<div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'>
		{template="recentVisitorsBlock" group="profile" params="$member, $visitors"}
	</div>
{{endif}}

But I believe its up to the profile owner to disable it. 

Or hook could be made have turn off by admin 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...