Quote:
Originally Posted by scubasteve3
What I mean was, is it possible to add the same voting system thumbs up/down for front page articles?
|
If it's just posts, yes, but it will take some work.
If you have articles via the CMS then you;d have to more or less rebuild it using the same code base. The system is setup for post IDs so another element would not work.
Quote:
Also, Would it be possible to change the way it shows the rating score from X # of users found this helpful. To the Thumbs up Icon and +X (where x is the # of people who found this helpful)
|
Edit the template. Remove the X of Y and replace it with the right variable as shown in ths first post of this thread.
Quote:
One last thing, how are the results stored in the database? What I mean is, the default thread rating system, the score is titled "votetotal". So I can run a query to order by votetotal. Is this possible with this mod? (Sorry, I'm obviously not a programmer)
|
There is a record of total votes and good votes per thread but it's in the table helpfulanswers, not post.