• Hi

    for general events that are Global, I cannot chose “no location”.
    If you have an event like the Moon Eclipse, which is global, I am forced to use a Google Map location and valid address.

    Please make the location for an event >>optional<<

    Thanks

Viewing 9 replies - 16 through 24 (of 24 total)
  • I’m with sivarts, this would be very helpful! We’re posting a lot of online webinars, so they don’t have a location. Will see what I can do with the default location and see if that helps. Thanks Marcus for the fantastic plugin!

    Just wanted to share what I’ve ended up with, I’ve created a location called ‘Online’ and gone into the database using phpMyAdmin and removed all the location information (ie. country, street address, etc.). I’m now just getting a note which says ‘Map Unavailable’, which I’m going to see if I can remove. Thought this might help someone else ??

    Thread Starter Cars10

    (@shonu)

    ouch! I have to intervene!

    Deleting manually through database….I think then you have enough (s)kills to perhaps try like this:

    In events details template

    <div class="emLocation_#_LOCATIONID">
      <b>Location Details:</b>
      #_LOCATIONIMAGE
    </div>

    Then create your own css in your own plugin OR add to last line of any em css:

    .emLocation_15{
      display:none;
    }

    wheras 15 represent the ID of a location that you can call:
    “no location”

    Thread Starter Cars10

    (@shonu)

    of course I mean #_LOCATIONMAP!

    <div class="emLocation_#_LOCATIONID">
      <b>Location Details:</b>
      #_LOCATIONMAP
    </div>

    Wow thanks Shonu, that is a much more elegant solution ?? Will update my site now!

    I agree. I want to use this for virtual classes, which take place on a conference line. I’d like to ignore “location” for virtual events.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    hopefully this’ll make it during the conversion to posts

    +1

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    already possible now jnz31, see your general settings in EM.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘[Plugin: Events Manager] Events without location (Global) not possible’ is closed to new replies.