• Resolved xrafalx

    (@xrafalx)


    Hello,

    I’m using wpDiscuz plugin to show comments on pages, unfortunately on events it’s not showing. It seems comment option is disabled, is it possible to enable comments on events list also single event?

    Thanks, Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Yes, they’re not supported by default. You can add this feature via plugin file vsel.php. Look for:

    
    'supports' => array('title', 'thumbnail', 'editor'),
    

    Change into:

    
    'supports' => array('title', 'thumbnail', 'comments', 'editor'),
    

    Note: you might need to “check” the allow comments field for existing events afterwards, via Quick Edit.

    Guido

    Thread Starter xrafalx

    (@xrafalx)

    It works perfectly now! thank you so much

    Plugin Author Guido

    (@guido07111975)

    Great!

    I don’t know if I add this in a future update. Maybe I will.

    Guido

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

The topic ‘Enable comments on events’ is closed to new replies.