Valtasar Posted July 5, 2010 Share Posted July 5, 2010 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. Link to comment Share on other sites More sharing options...
AndyF Posted July 5, 2010 Share Posted July 5, 2010 You could just disable the task to save having to edit anything :) Link to comment Share on other sites More sharing options...
Valtasar Posted July 5, 2010 Author Share Posted July 5, 2010 ..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. Link to comment Share on other sites More sharing options...
AndyF Posted July 5, 2010 Share Posted July 5, 2010 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. Link to comment Share on other sites More sharing options...
OctoDev Posted June 17, 2014 Share Posted June 17, 2014 I agree! This user has 7100 views and he boost it by pressing F5 lol Link to comment Share on other sites More sharing options...
Draffi Posted June 18, 2014 Share Posted June 18, 2014 Sorry... but where i find the "Profile Views" ? ? ? :angel: :wacko: :baby: Link to comment Share on other sites More sharing options...
Ryan Ashbrook Posted June 18, 2014 Share Posted June 18, 2014 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"> Link to comment Share on other sites More sharing options...
Draffi Posted June 18, 2014 Share Posted June 18, 2014 *OUCH* Who can read, has a lot of advantages.... THX! Link to comment Share on other sites More sharing options...
emilhem Posted July 6, 2014 Share Posted July 6, 2014 How do I disable profile views, not able to find the setting in the ACP? Link to comment Share on other sites More sharing options...
Mark H Posted July 6, 2014 Share Posted July 6, 2014 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.