Having the ability to REMOVE the date from showing in an Event Registration

Options
Currently, if you have an ongoing event that doesn't have a start/end date there is no way to remove this without PAYING for BBNC to customize that page.  This is so silly. There should be an option to remove the date from showing up online if you so choose without having to pay EXTRA to have someone do something behind the scenes.
Tagged:

Comments

  • Are you using the classic or new registration form? Do you have a link to the page/event registration you're referring to?
  • danielle tonner:

    Currently, if you have an ongoing event that doesn't have a start/end date there is no way to remove this without PAYING for BBNC to customize that page.  This is so silly. There should be an option to remove the date from showing up online if you so choose without having to pay EXTRA to have someone do something behind the scenes.

    Do you have a staffer experienced with HTML and CSS?  There are sneaky little ways to go into the NetCommunity code to hide things you don't want. If you point us to the page and let us know which date you want hidden, I'm sure someone here could supply you with a code snippet to add.  One of my favourite BBNC CSS hacks is:

    #id_tag

    {

    display: none;

    }


     

  • Hi Danielle,


    The date can also be removed from the event registration form by removing the date entry on the event record in The Raiser's Edge. If the date is blank on the record, it'll be blank on the event registration form also.


    Thanks!

    Tony
  • Michelle Tribe:

    danielle tonner:

    Currently, if you have an ongoing event that doesn't have a start/end date there is no way to remove this without PAYING for BBNC to customize that page.  This is so silly. There should be an option to remove the date from showing up online if you so choose without having to pay EXTRA to have someone do something behind the scenes.

    Do you have a staffer experienced with HTML and CSS?  There are sneaky little ways to go into the NetCommunity code to hide things you don't want. If you point us to the page and let us know which date you want hidden, I'm sure someone here could supply you with a code snippet to add.  One of my favourite BBNC CSS hacks is:

    #id_tag

    {

    display: none;

    }


     

     

    Thank you for this tip. It took a quite a bit of hunting to find the right code, and then the huge date disappeared like magic. Thanks again.

Categories