Jump to content

Recent Profile Visitors

Featured Replies

Posted

Is there any way to disable the "Recent Profile Visitors" block from user profiles, site wide? I'd prefer nobody could see who is viewing profiles.

I am using ips4 on cloud.

 

  • Author

ok I figured it out. 

For anyone using the default template, you need to edit the template "profile" under Customisation > Themes > Edit html and CSS.

Remove the following code:

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

It should be a block admins can remove like who's online.

Archived

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

Recently Browsing 0

  • No registered users viewing this page.