Status
Not open for further replies.

djFarsang

Customer
I have been installed "[DBTech] Thread Ratings" and I don't want to use "vBulletin Thread Rating", How do I disable it?

20-12-2554 12-26-42.png
 
That is set for each individual forum:

Admin CP -> Forums & Moderators -> Forum Manager -> Edit Forum -> Allow Thread Ratings in this Forum

Or you can disable that for all forums by running this query (backup first):

Admin CP -> Maintenance -> Execute SQL Query

Code:
UPDATE forum
SET options = options - 2048
WHERE options & 2048

After which you will need to rebuild your forum information:

Admin CP -> Maintenance -> Update Counters -> Rebuild Forum Information


To undo the changes should the need arise:

Admin CP -> Maintenance -> Execute SQL Query

Code:
UPDATE 
    forum 
SET 
    options=options + 2048 
WHERE NOT(options & 2048);

After which you will need to rebuild your forum information:

Admin CP -> Maintenance -> Update Counters -> Rebuild Forum Information
 
Last edited:
There are show "Members who have rated this thread : 0" at thread footer and at VBCMs display "Rate this article", How to disable its?
 
I will look into it it later on today.

---------- Post added at 22:49 ---------- Previous post was at 07:21 ----------

djFarsang can you take a screen shot oft he areas you are talking about so I can look into it.
 
I mean as marked on Fig.
24-12-2554 12-00-07.png
but I tried and work to remove follow method:

Go to Styles & Templates > Search in Templates with PHP code of "Who_Rated":

Remove all code of:
Code:
	<h4 class="threadinfohead blockhead">{vb:rawphrase who_rated_title} : {vb:raw threadinfo.votenum}<vb:if condition="$show['who_rated_view_all']">  [<a class="text" href="#" title="{vb:rawphrase view_rating_info_title}" onclick="window.open('misc.php?do=view_who_rated&t={vb:raw threadinfo.threadid}', 'Who_Rated_View_All', 'statusbar=no, menubar=no, toolbar=no, scrollbars=yes, resizable=no, width=800, height=500'); return false;">{vb:rawphrase ratings_view_all}</a>]</vb:if></span></h4>
	<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
		<div class="inner_block">
			<div>
				<ol class="commalist">
					{vb:raw threadraters}
				</ol>
			</div>
		</div>
	</div>

That's right [MENTIONS=Ozzy47][/MENTIONS]?
 
Last edited:
If it removed what you wanted, and did not cause any other issues, yeah that is a way to do it.
 
24-12-2554 12-13-31.png

and at VBCMs I'm tried to remove "Rate this article" following by:

Go to Styles & Templates > Search in Templates with PHP code of "vbcms_content_article_page":

Remove code of:

Code:
<h6><a class="popupctrl" href="javascript://" id="cmsrating_current"><vb:if condition="$rating"><img class="inlineimg" src="{vb:stylevar imgdir_rating}/rating-15_{vb:raw rating}.png" alt="{vb:phrase rating_x_votes_y_average, {vb:raw ratingnum}, {vb:raw ratingavg}}" /><vb:else />{vb:rawphrase rate_this_article}</vb:if></a></h6>

Right? [MENTIONS=Ozzy47][/MENTIONS]
 
I mean as marked on Fig.
View attachment 1751
but I tried and work to remove follow method:

Go to Styles & Templates > Search in Templates with PHP code of "Who_Rated":

Remove all code of:
Code:
	<h4 class="threadinfohead blockhead">{vb:rawphrase who_rated_title} : {vb:raw threadinfo.votenum}<vb:if condition="$show['who_rated_view_all']">**[<a class="text" href="#" title="{vb:rawphrase view_rating_info_title}" onclick="window.open('misc.php?do=view_who_rated&t={vb:raw threadinfo.threadid}', 'Who_Rated_View_All', 'statusbar=no, menubar=no, toolbar=no, scrollbars=yes, resizable=no, width=800, height=500'); return false;">{vb:rawphrase ratings_view_all}</a>]</vb:if></span></h4>
	<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
		<div class="inner_block">
			<div>
				<ol class="commalist">
					{vb:raw threadraters}
				</ol>
			</div>
		</div>
	</div>

That's right [MENTIONS=Ozzy47][/MENTIONS]?

Oh, that only uninstall MOD Who Has Rated A Thread
 
How about adding a feature where you can choose to override vbulletin ratings or at least please look into it??

Post a feature request and we'll look into what it'll take to automatically disable the vb ratings if our thread ratings is on with the next release :)
 
Status
Not open for further replies.

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
Top