Status
Not open for further replies.

cykelmyggen

Customer
Thread Rating not showing up

Hi
I've installed this but it doesn't show up in any of my forums? Threaded / Hybrid Mode is off.
Does it require anything else in settings except installing?
 
Last edited:
Yes, you need to setup the usergroup permissions on who can view/rate threads. Then on the left pane of the ACP is a section DBTech-Thread Rating/Forum Manager where you need to setup what forums you want the rating available in.
 
Yes, you need to setup the usergroup permissions on who can view/rate threads. Then on the left pane of the ACP is a section DBTech-Thread Rating/Forum Manager where you need to setup what forums you want the rating available in.
Hell yeah, forgot that. Maybe you should put in a reminder in the Readme.txt for dumbass'es like me ;-)
One question: I need to translate the Q1, Q2, to S1, S2 etc. I don't see this in phrases?
 
Hell yeah, forgot that. Maybe you should put in a reminder in the Readme.txt for dumbass'es like me ;-)
One question: I need to translate the Q1, Q2, to S1, S2 etc. I don't see this in phrases?

I have that hard coded, I'll have to switch that out in the next version. I missed it
If you want to do it manually for now it's in 2 places

dbtech/thread_ratings/actions/ajax.php
Line 432 change
Code:
        $question_num_display[$i] = 'Q' . $k . ':';
to
Code:
        $question_num_display[$i] = 'S' . $k . ':';

dbtech/thread_ratings/hooks/postbit_display_complete.php
Line 60 change
Code:
            $question_num_display[$i] = 'Q' . $k . ':';
to
Code:
            $question_num_display[$i] = 'S' . $k . ':';
 
I have that hard coded, I'll have to switch that out in the next version. I missed it
If you want to do it manually for now it's in 2 places

dbtech/thread_ratings/actions/ajax.php
Line 432 change
Code:
        $question_num_display[$i] = 'Q' . $k . ':';
to
Code:
        $question_num_display[$i] = 'S' . $k . ':';

dbtech/thread_ratings/hooks/postbit_display_complete.php
Line 60 change
Code:
            $question_num_display[$i] = 'Q' . $k . ':';
to
Code:
            $question_num_display[$i] = 'S' . $k . ':';

Another great idea is have an option to have icons we can choose from like icon 1, icon 2 etc

sugg.webp
 
I would assume if Dylan changes those to phrases instead of hardcoding them, when you edit the phrase you can put the images in that way.
 
Status
Not open for further replies.

Similar threads

Legacy Thread Ratings

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
459
Customer rating
0.00 star(s) 0 ratings
Back
Top