Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 5, 201014 yr Some of my board users suggested that a user should NOT be permitted to increase his "Profile views" by viewing HIS profile (although I wonder who could be so vain to care about his profile views). By checking the code, I think this can be achieved by adding the line in admin/applications/members/modules_public/profile/view.php:if ( $member['member_id'] != $this->memberData['member_id'] ) before: $this->DB->insert( 'profile_portal_views', array( 'views_member_id' => $member['member_id'] ), true ); Do you agree? If so, IPB could consider adding a setting to allow this change without having to modify the code.
July 5, 201014 yr Author ..but the problem is they WANT to see profile views, they just don't want members to be able to increase their own profile views.
July 5, 201014 yr I thought it did not count their own views anyway, I remember (I think back on 2.3.x) there was something to stop that (it did not count an 'owner' view) :) , if they are increasing with owner views I'd suggest a bug report so a developer can decide if its an omission or working as intended.
June 18, 201410 yr Sorry... but where i find the "Profile Views" ? ? ? :angel: :wacko: :baby: Right on the main page of a profile. :) " alt="Ryan_Ashbrook_-_Viewing_Profile_-_Invisi">
July 6, 201410 yr There's no provision to turn off just the profile views. You'd have to edit the skin to remove the display of that field. Or did you mean you want to disable the entire profile page from viewing? Either way, please ask that question in an appropriate area of the forum, or file a ticket to support. This is the feedback area.
Archived
This topic is now archived and is closed to further replies.