Hi,
In advanced settings I've removed the tick from "Track all profile views. Later a member can manage these "views"", cleaned cache and cache_public but it continue to add in spy page the profile views.
Please add a trac and fix it!
Thanks
Hi, In advanced settings I've removed the tick from "Track all profile views. Later a member can manage these "views"", cleaned cache and cache_public but it continue to add in spy page the profile views. Please add a trac and fix it! Thanks |
up |
I have also had this issue in 7.0.4. I got around it by using the following code which I found in another thread in the forum. 1) Open up profile.php for editing //--- Profile -> View unit for Alerts Engine ---// if($profileID != $memberID) {
3) For each of the lines in that block, prepend the linecomment code '//' so that it then looks like this: //--- Profile -> View unit for Alerts Engine ---// 4) Save the file. You may need to recompile your cache.
I am a beginner so if someone more experienced finds a better solution or a reason not to use this one, I won't be offended if you post below, |
Hi,
In advanced settings I've removed the tick from "Track all profile views. Later a member can manage these "views"", cleaned cache and cache_public but it continue to add in spy page the profile views.
Please add a trac and fix it!
Thanks Hello you was wrong : In advanced settings you can disable only members views that you can view in member.php see attach image! If don't want use "members view" in a Spy module make changes that amistley written above PS: If possible do not write me personally, please try to ask on the forum first |