Version: 1.00, by Rich
Developer Last Online: Mar 2015
Category: Show Thread Enhancements -
Version: 3.6.8
Rating:
Released: 08-19-2007
Last Update: 08-25-2007
Installs: 147
Template Edits
No support by the author.
I applogize for releasing this modification again for a second time. The initial thread has gone insane and literally doubles and triples ALL of my posts each time I have responded to the thread. I am not certain why, but it only occurs in that thread, so here we go again. lol
This modification will replicate the rating system found here on vBulletin.org. There is currently a release by Magnus out there that does some of this.
This version functions just like vb.orgs.
If you wish to see how this will appear, you can view the top of any page where there is a thread here on the .org. That rating box is what you will be installing.
I mean no disrespect to Magnus for releasing this modification. (It isn't his code, but he released something very similar.) I wanted to be able to support it and update the thread as needed.
Any updates on djdonx's request about only showing in certain threads? I need the pretty functionality you have created, but really do not want it on every thread.
***NM, went with tDigg instead. That fit my need better. Sorry Rich***
Datenbankfehler in vBulletin 3.6.8:
Invalid SQL:
SELECT *
FROM threadrate
WHERE userid = 1
AND threadid =;
MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
Fehler-Nr. : 1064
Datum : Monday, November 12th 2007 @ 08:44:06 PM
. Thread rating does not show in search for New Posts.
2. When we set "Required Thread Rating Votes to Show Rating" in Admincp to 2 or more, a single vote still does not do anything. Click on Vote Now and the box still stays there, does not disappear or anything, like nothing is happening.
Hi Rich! I hope all is well with your health.
This will be a great addition to my site however the points made by rayhua I quoted above are still issues. I can live with the rating not showing in the search for now but #2 is a serious issue since it doesn't go past the first vote. When viewing the thread you see the vote box and not the actual rating. No one can can vote now.
Has anyone figured out this issue and if so what is the fix?
How can I increase the spacing between the rating selections so there's not a lot ofsapce to the left of the "Excellent" selection and to the right of the "Vote Now" button?
Installed and working perfect. Using it with GARS too and it is exactly what I am looking for.
I added the code below around your voting box so only those who can vote can see it.
Code:
<if condition="$show['threadrating']">
your code here
</if>
Now it is only showing to those who can vote. I also made it show no box after voting and put the average rating inside the post as you mentioned above. Fantastic.