• Resolved leahpatgorski

    (@leahpatgorski)


    I upgraded to the pro version of Like Dislike Counter (but in the end used php to implement and not the WP settings). I successfully added both buttons to comments of one of my pages using custom_functions.php. This site uses the Thesis theme.

    On this page, I want to add a 3rd counter button on each comment that says Me too. How can I add this function? Do I need to get involved with the MySQL database, perhaps add a new table? Can I easily just duplicate and modify what is already set up? I have a basic knowledge of php but I’m intimidated by working with the database itself.

    Thanks in advance for any tips!

    http://wordpress.org/extend/plugins/like-dislike-counter-for-posts-pages-and-comments/

Viewing 1 replies (of 1 total)
  • Plugin Author tikendramaitry

    (@tikendramaitry)

    Hi Leahpatgorski,

    Thank you for contacting us. We are extremely apologetic for replying to your query this late but we’ve been experiencing some issues in our support system. Thankfully, we have now upgraded our support system and will be able to solve issues more efficiently.

    Yes for additional 3rd button you need to get involved with MySQL database but there is no need of adding new table. You can use ul_key field of database table to store your new type which is me_too. But that’s not enough to achieve desired functionality you have to handle php and jQuery code as well.

    Please let us know if you still have any problem.
    Thanks!!!

    Best,
    Tikendra

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a third counter button for comments?’ is closed to new replies.