Hello,
In addition to the standard “Like” button I have defined additional reactions in my forum, e.g. “love”, “amazing” and “helpful info”. My users love it and make extensive use of it.
Now I was wondering if and how I can retrieve, for example, 10 posts that have been rated “amazing” at least three times in a widget.
Can I access reactions in my widget callback with the XF Finder or with the Xenforo API, or would it make more sense to query the database tables directly with SELECT?
I am grateful for any tips.
In addition to the standard “Like” button I have defined additional reactions in my forum, e.g. “love”, “amazing” and “helpful info”. My users love it and make extensive use of it.
Now I was wondering if and how I can retrieve, for example, 10 posts that have been rated “amazing” at least three times in a widget.
Can I access reactions in my widget callback with the XF Finder or with the Xenforo API, or would it make more sense to query the database tables directly with SELECT?
I am grateful for any tips.