Currently wpDiscuz shows Usernames as links only for those users who have at least one post.
Thanks for the hint. I made a quick fix until your update is ready.
changed "if ($user_posts_count > 0)" Β to Β "if (true)"
in popular-comment-authors.php
Looking forward to official fix.
I just updated widgets to version 1.05 and the problem wasn't fixed, did you forget? Can you issue a patch or 1.06 that fixes this problem please?
Please read the changelog, the update was released only for this, you should go in settings and enable the option to display links for all users, not only for users who have at least one post. Also please delete all caches.
Thank you, I wasn't sure what that meant in the changelog.
Appreciated! It works.