q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.63k stars 627 forks source link

Related Question Stats - Sidebar #996

Closed rxchun closed 2 months ago

rxchun commented 2 months ago

This adds an Answer Counter to the Related Questions widget, on the sidebar. Screenshot: https://i.ibb.co/vsYqgtZ/z496.jpg

If people don't want to display stats, they can just comment out the new added line in: qa-include/plugins/qa-widget-related-qs.php

Line to comment out: https://github.com/q2a/question2answer/commit/07bcf491e4b125dcc91527813f7b3b3479918fba#diff-49b7248c15fca491a6271afeff134615cc8323afbe63706402ae6369ea32c6adR73

rxchun commented 2 months ago

Thanks for the pointers @pupi1985 , I will patch these up. Weird that in some places are not single tabbed. It's showing correctly on my IDE :\