In the Notable Members tabs, we can already include a list for most posts/threads and most reactions.
I would like to add a "most upvoted" list for Question and Answer threads.
How would I do this?
xf_user Table,
class YourClass
{
public static function isVisible(\XF\Entity\MemberStat $memberStat): bool
{
return boolval(\XF::db()->fetchOne("
SELECT user_id
FROM xf_user
WHERE vote_score > 0
LIMIT 1
"));
}
}

We use essential cookies to make this site work, and optional cookies to enhance your experience.