Bug in the Event system is back Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Bug in the Event system is back

    TonnyKamper
    TonnyKamper
    Active Poster


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

    Solved Bug in the Event system is back

    Post by TonnyKamper October 14th 2018, 10:54 pm

    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 October 16th 2018, 2:02 pm; edited 1 time in total
    brandon_g
    brandon_g
    Manager
    Manager


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

    Solved Re: Bug in the Event system is back

    Post by brandon_g October 14th 2018, 10:59 pm

    @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
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: Bug in the Event system is back

    Post by Shadow October 15th 2018, 12:58 pm

    Hello,

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

    Regards
    Shadow
    TonnyKamper
    TonnyKamper
    Active Poster


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

    Solved Re: Bug in the Event system is back

    Post by TonnyKamper October 15th 2018, 7:23 pm

    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?
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: Bug in the Event system is back

    Post by Shadow October 16th 2018, 11:50 am

    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
    TonnyKamper
    TonnyKamper
    Active Poster


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

    Solved Re: Bug in the Event system is back

    Post by TonnyKamper October 16th 2018, 2:02 pm

    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
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19330
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Bug in the Event system is back

    Post by Ape October 17th 2018, 2:23 am

    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