![]() |
thunder_sti: This uses the default rating system that vbulletin supplies. The difference is in how the results and voting process are displayed. To create an image rating system, which there are several image systems for free on the org, you would need something different.
You could take one of the free image galleries on this site that allows for rating of the images and do a rewrite to have it display the voting results consistent with that of "Hot or Not". MissKalunji: In order to move it like you want to, I believe it would require additional plugins to change where it is displayed. I am only on for a few minutes, and will try to get to looking into placement issues tomorrow. There are no guarantees, but I will look. djdonx: Yes, that is something that could be incorporated. It isn't something I intended on adding, but I did write the idea down for the upgraded version of this mod I may be writing. I have a few other ideas as well. Stoebi: That could easily be done but would serve no actual functionality. The only person who would see that would be the person who voted in that thread. The search engines wouldn't see it for seo reasons because that would only display if the person had voted. If you really want to have it anyways, shoot me a PM and I will send you how to accomplish it. It will serve no purpose though since only the person who voted would see it. I am going to be looking into the thread rating in new posts as well as the vote changing. |
Thanks for the reply.
Jose |
Installed and working great.
Get well soon Rich and keep up the good work. |
Thank you very much for the great mod.
Is it possible to change 'rate this thread' to 'help others by rating'? I'm new to VB. In the script I see "$vbphrase[rate_this_thread]". Seems that I need to change the value of rate_this_thread. Could anybody let me know where I can change the value? TIA. Michelle www.HipGirlClips.com/Forums |
Hello,
In the acp: Choose Languages and Phrases > Search In Phrases > (search for text) rate_this_thread and choose Phrase Variable Name Only at the bottom and click find. Now click edit and enter what you want it to say and hit save. You just changed the phrase. ;) You can do that for any phrase btw.;) |
Quote:
|
|
|
Sevilah, In the future, if you have a question, please ask it. Simply adding a picture with a bunch of question marks will typically get you no where.
I am going to assume that you want the average text displayed beside the results. If that is the case, simply do this: SHOWTHREAD Template: Find: Code:
Code:
<span id="threadrating_current" class="smallfont"><if condition="$show['rating']"><strong>$vbphrase[rating]:</strong> <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /> (<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>)</if></span> Now you need to edit the phrase: thread_rating_x_votes_y_average in the acp and remove the "Thread Rating:" portion of it and save it. |
Maybe that's how Sevilah rates the mod :p
|
Quote:
I noticed that somebody said the rating is not shown in 'new post' search. Same here. Is it solved? I'll keep monitoring this thread. Thanks again for your time. Get well soon. Michelle |
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*** |
here are the template edits in TMS (Template Modification System) XML format - if anyone has TMS installed all they need to do is import this.
|
Thanks! :up:
I'm running 3.5.4 and manage to fix this with some tweak :S |
Since I installed this mod I get this DB-Error
Code:
Datenbankfehler in vBulletin 3.6.8: |
Quote:
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? Thanks Jon |
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?
|
Great ad-on!//
3.6.8(2) worked fine and very easy to install! |
This worked great for my site, 3.6.8 (2). very easy to add, thanks for the mod, LOVE it
|
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']"> Thanks! |
I cant figure that part out about putting the average rating inside the post, how did you do that? I did apply the code to display the average rating, but dont see how to put it inside the post?
thanks |
Great hack ....
I believe you need only update this part PHP Code:
PHP Code:
|
Quote:
I just did this: https://vborg.vbsupport.ru/showpost....0&postcount=49 and copied his code inside the actual post. :) |
PHP Code:
|
Strange thing - I installed the mod perfectly, and it's appearing. The issue for me is, the rating mod is appearing even in forums for which I have NOT allowed thread ratings to appear.
What do think is up? Is there something I still need to add in the SHOWTHREAD template? |
Hello there!
I've installed your mod, thanx so much, it's great! But I have a question: is it possible to move the rating table from it's original place (above the first post) to "below the first post"? I have a template edit to make some table just below the first post (originally it's for adsense) and tried to move it there, but no good results reached. :( |
Hi, i installed this excellent mod but i don't understand how i can insert the score inside the post and not at external. (like vb.org).
I installed this modify to obtain the number of votes and average: https://vborg.vbsupport.ru/showpost....0&postcount=49 Thanks! ;) |
Seems to work fine but I must have made a boo-boo :erm:
Under my thread tools drop down the javascript is not right: Attachment 74091 Can someone help? |
I have installed this on a 3.6.4 board, all though it shows up, it doesnt alow me to vote, when I hit the button, nothing happens :(
|
love it! how do i make it show how many people voted like the VB.org does? can this be shown on the new threads?
|
i like it.
thanks so much love you ^^~ |
Any plans on updating this to vB3.7?
|
Quote:
I ran the XML in TMS and created the templates, but nothing is showing up in my forum. All of the TMS modifications are "enabled", what am I missing? Lastly, is the XML based on Rich's hack or the one from Mangus? Thanks, KF |
The plugin have a bug if a thread id doesnt' exist, just modify the first line.
;-) PHP Code:
Quote:
|
Mang,
What about my problem...can you help me with that? Thanks, KF Quote:
|
I don't use the TMS so i don't know how it operates, nor am I interested in installing it to see how it operates. (no offense to its creator. Its just not a mod I need right now.)
I am hoping to have a new version released within the next 2 weeks. |
Thanks for responding. All the TMS does is apply the edits to the respective Template without having to go and manually search and find everything. It works beautifully. Any idea what the problem might be as to why the ratings box is not showing up? I don't even know where to start looking. Will your next release be a plugin or just a Template Mod...I can wait.
|
Quote:
|
Hi, a little problem:
when i delete a post in a thread rated and then write the post link it show me an error: Code:
Database error in vBulletin 3.6.8: My plugin code is: Code:
if ($vbulletin->userinfo['userid']) Thank you! |
This is the exact code:
PHP Code:
|
All times are GMT. The time now is 01:31 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|