SaveTheWest
Registered
- Thread starter
- #1
Our forum recently upgraded from XF 1.5 to XF 2.2.
One of the features we would like to add is upvoting/likes to the thread, which can be seen from the forum (and which you don't have to go into the thread to see). Something like StackExchange or Reddit style (without 'sorting' by the most popular threads).
We haven't been able to find an add-on to do this yet.
Does anyone know of a solution to this? An existing add-on or relatively simple way to implement it via some code?
Alternatively, we had a work-around in mind. We could change either the Replies counter or Views counter to be an Upvote counter (based on the # of upvotes for the thread OP's first comment), OR, simply have all three (Replies, Views, & Upvotes).
See here for visualization:
I haven't been able to locate the back-end code where this is handled for XF 2.2. If someone could kindly point me to where that is (such as Admin -> Appearance -> Templates -> thread_view), it would be much appreciated.
One of the features we would like to add is upvoting/likes to the thread, which can be seen from the forum (and which you don't have to go into the thread to see). Something like StackExchange or Reddit style (without 'sorting' by the most popular threads).
We haven't been able to find an add-on to do this yet.
Does anyone know of a solution to this? An existing add-on or relatively simple way to implement it via some code?
Alternatively, we had a work-around in mind. We could change either the Replies counter or Views counter to be an Upvote counter (based on the # of upvotes for the thread OP's first comment), OR, simply have all three (Replies, Views, & Upvotes).
See here for visualization:

I haven't been able to locate the back-end code where this is handled for XF 2.2. If someone could kindly point me to where that is (such as Admin -> Appearance -> Templates -> thread_view), it would be much appreciated.