Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dschulte11

    (@dschulte11)

    Joe,

    I have tried adding the code you gave me (added below) to my theme’s functions.php file, via plug in, and in the MyCalendar php code. I have also spoken with numerous wordpress help chat people who cannot figure out why it will not work. If you know of any other solution to this to allow my users to add comments to events I have created please let me know.

    Thanks again for all your help.

    add_filter( ‘mc_autoclose_comments’, ‘my_event_comments’ );
    function my_event_comments() {
    return false;
    }

    Thread Starter dschulte11

    (@dschulte11)

    Thank you for your help. I’m having trouble finding where to add this code. I have tried adding the PHP snippet in specific pages that use the My Calendar plugin, and I have tried looking through the settings for a place to add it. Can you direct me to where to input the code?

    Thanks again, I appreciate your help so much.

Viewing 2 replies - 1 through 2 (of 2 total)