Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    We don’t register the achievement types with comment support, but we’re unable to control the output of comment form on the frontend via your current theme’s template files. Possible to set up some template tags for single posts of the achievement types you set up, also possible to conditionally include the comment in the current single.php only if not an achievement type.

    Easy way to get all achievement types as an array would be the following function:

    badgeos_get_achievement_types()

    More documentation
    https://badgeos.org/api/source-function-badgeos_get_achievement_types.html#153

    Thread Starter v4v

    (@v4v)

    Not quite understanding. So there is no way to get rid of the submit comment? I already disabled it on my theme side. It’s with the achievement type.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    There is, but it’s going to be at the theme template level, something we can’t effectively control from the plugin. Achievement types are all post types, for what it’s worth so you can get a better idea of how they’ll interact with the templates.

    If you have a public link that I could see with it showing up, I could attempt to give you a better answer,

    Thread Starter v4v

    (@v4v)

    Ok Thank you. I think I got it from here.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Let us know if you have any other questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submit Comment’ is closed to new replies.