Generate a button on the Kunena forum at the post, which counts the number of users with similar problems to post.
kunena-countsimilar 1.1 Stable
You must modify the template layout in com_kunena/template/custom_template/html/topic/default_actions.php
After that insert or update
echo $this->topicButtons->get('mesmoproblema').' '.$this->topicButtons->get('countmesmoproblema');
The plugin needs jquery to run properly, it is not inserted to prevent incompatibility problems in the system, if you have not jquery running on the frontend the button will not function.
The plugin uses its own table for managing tales #__kunena_sameproblem.
- Insert code in com_kunena/template/custom_template/html/topic/default_actions.php
- login to user forum and open post
- Effect after click
Tests were run in Joomla 3.4.x and Kunena versão 4.0.7 / 4.0.9