The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Bug in the Event system is back

4 posters

Go down

Solved Bug in the Event system is back

Post by TonnyKamper Sun 14 Oct 2018 - 22:54

Hi guys,

The same privacy problem as in my previous (archived) topic: https://help.forumotion.com/t153789-bug-in-the-event-system#1055891 is ocurring again, it violates the privacy laws, because it forces to display your home address, even when you haven't put it into the form..This started occurring again since the new privacy laws became active! So Google is violating them once more..

I hope someone can repair it again.. Confused

Thanks for your time and have a nice evening Hello


Last edited by TonnyKamper on Tue 16 Oct 2018 - 14:02; edited 1 time in total
TonnyKamper
TonnyKamper
Active Poster

Female Posts : 1040
Reputation : 78
Language : Dutch/English
Location : DSF Admin

http://www.nederlandheelt.nl/forum

Back to top Go down

Solved Re: Bug in the Event system is back

Post by brandon_g Sun 14 Oct 2018 - 22:59

@Shadow Could you report this?

@TonnyKamper Just out of curosity when your making the event are you on a mobile device? If so, do you have location turned on? If location is turned on, it may be causing the form to add it there (most people don't know, but turning location on, lets app track your location anytime). I don't think ip addresses even trace to someone's home ip address, usually the most it can do is go to your town.


Bug in the Event system is back Brando10
Remember to mark your topic Bug in the Event system is back Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Bug in the Event system is back Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: Bug in the Event system is back

Post by Shadow Mon 15 Oct 2018 - 12:58

Hello,

Do you mean the autocomplete location, based on your IP address?

Regards
Shadow
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Solved Re: Bug in the Event system is back

Post by TonnyKamper Mon 15 Oct 2018 - 19:23

Shadow wrote:Hello,

Do you mean the autocomplete location, based on your IP address?

Regards
Shadow

Yes @Shadow we used the system to announce Live Chat events, which ofcourse have no address other than the forum itself, but it displays the home town and home address on the googlemap of the one who posts the event, but only after publishing, so if people don't check back at what they posted they don't even know that their home address is displayed without their knowledge Confused

The same as I mentioned in my previous topic.. that was fixed for a short time, but now it does it again, we can't have that, so I had to disable the event system again.. I hope it can be fixed again?
TonnyKamper
TonnyKamper
Active Poster

Female Posts : 1040
Reputation : 78
Language : Dutch/English
Location : DSF Admin

http://www.nederlandheelt.nl/forum

Back to top Go down

Solved Re: Bug in the Event system is back

Post by Shadow Tue 16 Oct 2018 - 11:50

Hello,

This is the normal process, you can delete the location in the form by adding a new script enabled on all pages:

Code:
$(function() {
  $('#street_full, #getGeo').closest('dl').hide();

  $('#EV_Form').on('submit', function() {
    if($('#street_full', this).val() == '')
      $('#street_full', this).val('Unknown');
  });
});

And you can also add this CSS to remove the Google Map from the event display.
Code:
#EV_MainInfos {
    display:none;
}
.EV_HalfBlock {
    width: 100%;
}

Regards,
Shadow
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Solved Re: Bug in the Event system is back

Post by TonnyKamper Tue 16 Oct 2018 - 14:02

Shadow wrote:Hello,

This is the normal process, you can delete the location in the form by adding a new script enabled on all pages:

Code:
$(function() {
  $('#street_full, #getGeo').closest('dl').hide();

  $('#EV_Form').on('submit', function() {
    if($('#street_full', this).val() == '')
      $('#street_full', this).val('Unknown');
  });
});

And you can also add this CSS to remove the Google Map from the event display.
Code:
#EV_MainInfos {
    display:none;
}
.EV_HalfBlock {
    width: 100%;
}

Regards,
Shadow

Thank you very much @Shadow that solved it :wouhou: salut
Have a nice day Hello
TonnyKamper
TonnyKamper
Active Poster

Female Posts : 1040
Reputation : 78
Language : Dutch/English
Location : DSF Admin

http://www.nederlandheelt.nl/forum

Back to top Go down

Solved Re: Bug in the Event system is back

Post by Ape Wed 17 Oct 2018 - 2:23

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Bug in the Event system is back Left1212Bug in the Event system is back Center11Bug in the Event system is back Right112
Bug in the Event system is back Ape_b110
Bug in the Event system is back Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum