Disable Recurrence Option

Home Forums Calendar Products Community Events Disable Recurrence Option

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46465
    Amy
    Participant

    I would like to disable the Recurrence option on the submission form. I wish there was an option in the plugin settings to disable it.

    I searched the forum and I found this discussion (https://theeventscalendar.com/support/forums/topic/disable-recurring-events-in-community-events-plugin/), however I don’t think line 87 is accurate any longer.

    Can you please tell me exactly which lines I need to comment out to remove the Recurrence option from the form? A representation of the exact lines of code would be more evergreen since the code changes over time, right?

    Thanks.

    #46497
    Barry
    Member

    Hi Amy,

    I’m going to move this across to the Community Events forum however I think the line of code referred to in the previous post was this one:

    do_action( 'tribe_events_date_display', $postId, true )

    So if you otherwise follow the advice in the post and remove the above line (or comment it out by prefixing it with a # symbol) that should hopefully do the trick here.

    #48179
    Barry
    Member

    Hi Amy, I’m guessing you don’t need any further help here and will now close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable Recurrence Option’ is closed to new replies.