Is there a way to remove (preferably hide than delete) profile visit data from Spy module (and associated notifications)?
Is there a way to remove (preferably hide than delete) profile visit data from Spy module (and associated notifications)? |
You can disable track of all guest activities on site. PS: If possible do not write me personally, please try to ask on the forum first |
I meant for members/friends - "Track spy activities for guests:" is already disabled in Spy module admin for guests. Notifications of profile views aren't necessary on our site, however, the core elements such as 'new wall post' and 'accepted a friend request' are more important here. Any ideas? |
There's a solution for it here somewhere, I removed it myself, but can't remember which file I edited. |
I had a look in some files and the following sorted the problem. Head along to: |
I had a look in some files and the following sorted the problem. Head along to: So if I want to comment it out it would be after the "Break;" ? or after the "}" "}" ? Sometimes communicating your problem and putting it out there is enough to solve it |
Simply put a // at the beginning of all the lines shown in that post. |
Looks like its working. Thank you! Sometimes communicating your problem and putting it out there is enough to solve it |
i removed the views part from bxspyprofilesactivity.php and now when i click on any members profile,this is what i get Warning: Cannot modify header information - headers already sent by (output started at /home/selim/public_html/modules/boonex/spy/classes/BxSpyProfilesActivity.php:1) in/home/selim/public_html/inc/design.inc.php on line 133 anybody has an idea how to fix that ?? thank you very much |
i removed the views part from bxspyprofilesactivity.php and now when i click on any members profile,this is what i get Warning: Cannot modify header information - headers already sent by (output started at /home/selim/public_html/modules/boonex/spy/classes/BxSpyProfilesActivity.php:1) in/home/selim/public_html/inc/design.inc.php on line 133 anybody has an idea how to fix that ?? thank you very much Check for extra lines at the beginning or end of the file, as well as any mistakes you may have made when removing entries. It'd help if you uploaded the file here. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
problem was fixed by restoring the file itself from backup. and commenting out all those lines did work like a charm thank you very much guys!!! |
I did all these, but the "view notifications" remain.... :( P.S. In the Spy Administration Panel, I changed all values to 0, and unchecked the "Track spy activities for guests" option. Why does the problem persist? |
Clear your cache. |
I have done it, but still the same... Visit notifications still appear on the Wall... |
Do you mean previous notifications or new ones? Making the above changes won't remove old entries - you can do that via the database. |
No, unfortunately, new ones are being created... |
Hi, is there any way to include blog comments with the spy notification?
thanks |
Can we also hide the friend requests/ accepts from "activity" block? Sometimes communicating your problem and putting it out there is enough to solve it |