privacy settings for map profiles not work. module not update table bx_map_profiles.
allow_view_location_to always show value 3
this is very big bug because the application on Android is set by the GPS location it is very precise. Lack of possibilities to block the view location poses a serious threat to users. The world is full of psychopaths
Dolphin version 7.0.6
dolphin-forum.pl - Polish support for Dolphin 7 |
Rules → http://www.boonex.com/terms |
Same problem for me now. I checked all tables and everywhere is set to 2 (Me only) for a specific test user but even visitors (non-members) can see him. Maybe it is because i use geocoding with google for location based search? How i can trigger the field gets updated in table bx_map_profiles ? it is always set to "3" no matter what the user changes.
I also wonder what the "p" and "a" enrties are in sys_page_compose_privacy
Many thanks in advance
|
There is different privacy setting for location: goto view your profile -> find location block -> click edit location link -> change privacy in opened page.
It is impossible to have a/p records in sys_page_compose_privacy table - there are numeric fields only.
Same problem for me now. I checked all tables and everywhere is set to 2 (Me only) for a specific test user but even visitors (non-members) can see him. Maybe it is because i use geocoding with google for location based search? How i can trigger the field gets updated in table bx_map_profiles ? it is always set to "3" no matter what the user changes.
I also wonder what the "p" and "a" enrties are in sys_page_compose_privacy
Many thanks in advance
Rules → http://www.boonex.com/terms |
1) Sorry, where is the location block? I don't have it there and already checked page builder, there is none such a block. I can only add "Location" in the section "Search Profiles" in page builder. I am using 7.09 fresh install.
2) You are right, i told you the wrong table, it is not sys_page_compose_privacy it is sys_privacy_actions -> Default Groups
|
1) The block name is "Map"
2) it's custom privacy settings from some module, for example 'c' - means customers in Store module.
1) Sorry, where is the location block? I don't have it there and already checked page builder, there is none such a block. I can only add "Location" in the section "Search Profiles" in page builder. I am using 7.09 fresh install.
2) You are right, i told you the wrong table, it is not sys_page_compose_privacy it is sys_privacy_actions -> Default Groups
Rules → http://www.boonex.com/terms |
Hello Alex,
thanks for your reply. this deactivates the map control for all guests, this i already know.
What i and the thread opener think is not working right is the setting a user can do in his privacy settings for "Profile Map". Isn't this meant for who can see him on the world map ? Some want just not to be seen on the map and others want. So this should be the setting, but its not working. If i go to the table bx_map_profiles and change the value for any user there in column allow_view_location_to it works like expected.
So i am sure there is a bug in the code that the privacy settings done there not gets updated for the user in this table.
Many thanks
|
I've just tested this functionality and 'allow_view_location_to' field in 'bx_map_profiles' table was successfully updated and profile's location disappeared from the public map (I saw it from different user).
Also I've updated location privacy, not profile privacy - it's different settings, as I said previously.
Hello Alex,
thanks for your reply. this deactivates the map control for all guests, this i already know.
What i and the thread opener think is not working right is the setting a user can do in his privacy settings for "Profile Map". Isn't this meant for who can see him on the world map ? Some want just not to be seen on the map and others want. So this should be the setting, but its not working. If i go to the table bx_map_profiles and change the value for any user there in column allow_view_location_to it works like expected.
So i am sure there is a bug in the code that the privacy settings done there not gets updated for the user in this table.
Many thanks
Rules → http://www.boonex.com/terms |
Some problems or misunderstanding with the rights i also experience, here are three cases i really need some info about:
Profile Map (key symbol): Members only Location: Members only Result: Profile is displayed on the profile map but not on the world map
Profile Map (key symbol): Members only Location: Public Result: Profile is displayed on the profile map and on the world map
Profile Map (key symbol): Members only Location: Only me Result: Map/Profile isn't displayed anywhere
Question: Third case was what i wanted to achieve and because i run into problems i found out, that the other ones behave strange and it makes no sense to me. I wanted to be seen on the map but not with the exact street position (using google geocoding) if location set to "only me", this should handle this or? If not why are there two settings for map and location and whats going on with case 1? I really don't get it, so how my users can?
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
Nobody tested yet? I can't get this to work correctly for both Members/World Map and Profile/Map.
Let's say the member wants to show his location on the profile map and on the world map, how i configure this?
Normally i set the privacy for the profile map to "Members only" and in the location configuration also "Members only". If configured like this, the member is not shown on the world map. Thats not correct or?
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
Another question, why isnt the World Map not showing search results within the map? If i search there for a specific user he will be shown on the map. But this not works for results coming from the second search option box, where i can search just for women for example. The map is just empty.
Please i need an answer from someone at boonex, this whole map thing looks totally broken to me and makes no sense from a members point of view.
Edit: The more i test the more problems i have. After searching for women for example, i get the results on the upper bix with the photos of the members, as mentioned before the map ist empty. Now when i click on zoom of the map controls the turning icon comes up like it searched forever. Whats going on? Nobody uses the dolphin member map?
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
World Map shows profiles which have location privacy = public.
Block with map in the profile displays location depending on the location privacy, so it calculates all privacy types, like members, friends, me only, etc and depending on the result the map is shown, or not.
Rules → http://www.boonex.com/terms |