Jump to content

Recent Profile Visitors


karl-os

Recommended Posts

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.

 

Posted

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}}

Archived

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

  • Recently Browsing   0 members

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