• Resolved genothampi

    (@genothampi)


    Hi. I know this requirement is a bit ackward. I am trying to setup a discussion platform where there would be 2 different types of opinion. I want users to enter their opinion in one side (Each post will have 2 columns of comments (Both input and the display).

    For example, I need users to enter negative comments in one side and positive comments in another. A 2 column comment with dual inputs should solve this. Is that possible?

    https://www.ads-software.com/plugins/wp-advance-comment/

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

    (@ravisakya)

    I don’t think that is possible. You cannot put more than one comment form in a post otherwise it will create conflict.

    Even I am looking for something similar… One will regular commenting section at the bottom of the post and another will be a smaller section in the side to submit links

    And I don’t think its impossible.. any idea how the commenting actually works? Then we use that knowledge to proceed. We can duplicate the process for regular commenting with different variables and database table and reuse the code for default comments

    For eg rating plugins.. there is an input option on the post like default comments.. then it get the post ID attaches that to the input value with post ID and store in database.. Then the plugin retrieves the value as average..

    There is some solution mentioned here but I have no idea what it means.

    Plugin Author Ravi Shakya

    (@ravisakya)

    First of all WP Advanced Comment has no option to create multiple comment forms in one post/page. If you want to submit comment and links then there is a custom field URL. The feature you are asking is not available in this plugin. For that you have to create a custom plugin. The link you have shown me will insert comment to the post that is exactly what i have been using but in a different style.

    The feature you are asking is possible to create but i dont think you will find any plugin that can submit two or more comment form in one post. For that custom coding can be done.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add 2 column of comments to a single post’ is closed to new replies.