How to add the link to the Top user of the month widget in the sidebar, which leads to the site/bestusers page? Now, it only has the Title Tops Users but no link is there.
In qa-best-users-per-month-widget.php change line 143 from:
$themeobject->output('<div style="font-size:14px;margin-bottom:18px;"><b>'.$langActUsers.'</b> <span style="font-size:12px;">'.$monthName.'</span></div>');
to:
$themeobject->output('<div style="font-size:14px;margin-bottom:18px;"><a style="font-weight:bold;" href="'.qa_opt('site_url').'bestusers">'.$langActUsers.'</a> <span style="font-size:12px;">'.$monthName.'</span></div>');
I updated the file in the plugin repository. Could you try the new version?
Download: https://github.com/echteinfachtv/q2a-best-users-per-month/blob/master/qa-best-users-per-month-widget.php
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.